Hi Lucas, good points you made.<div><br></div><div>The biggest thing that surprised me was not that 250 gamma point was not equivalent to 13x13x13 kpoint calculation on a primitive cell. I expected some difference. The biggest surprise was that the OT calculation converged to something very similar to Materials Project, while the kpoint calculation converged to a complete different polymorph. The Materials Project structure was calculated with kpoint grid and high plane wave basis cutoff, which confirmed Fm-3m is the ground state polymorph in agreement with experiments. While Materials Project's VASP calculations should not be equivalent to CP2K, with high quality basis/cutoffs/and the same kpoint grid, the results should be similar, as they both use good pseudopotentials, but it wasn't.<br><br></div><div>That's why I thought there had to be something off about how I was using the kpoints in CP2K. </div><div><br></div><div>Also I just forgot to turn UKS off. Probably wasted some core-hours, but won't make the results worse.</div><div><br></div><div>Any further thoughts?</div><div><br></div><div>-Nick</div><div class="gmail_quote"><div dir="auto" class="gmail_attr">On Friday, April 2, 2021 at 5:00:16 PM UTC-7 Lucas Lodeiro wrote:<br/></div><blockquote class="gmail_quote" style="margin: 0 0 0 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div dir="ltr">Hi Nicholas,<div><br></div><div>I am seeing some definitions which are not totally comparable. For example, the primitive cell of Si has 2 atoms, and if you use a 13x13x13 kpoint grid, the comparable supercell using just the gamma point is a 13x13x13 supercell containing 4394 atoms. As you mention, for gamma point + supercell calculation, you use a cell with 250 atoms (5x5x5 supercell) which is comparable with a primitive cell calculation with 5x5x5 kpoint grid.</div><div><br></div><div>Abot the difference using different basis sets, well is not weird, the stress tensor calculation is highly dependent on the scf convergence and the accuracy of the wavefunction. </div><div><br></div><div>Another thing that caught my attention was the OT vs diagonalization comparison. Both probably give a pretty similar solution, but no equal... I would f¿prefer compare the primitive and supercell calculation using the same wavefunction solver, especially if you use smearing, which is not implemented for OT method, and could be a source of discrepancies (albeit in a semiconductor this is not so important, if you are using a GGA or LDA functional, the band gap is highly underestimated and the smearing affects the calculation).</div><div><br></div><div>Why are you using UKS instead of RKS?</div><div><br></div><div>Regards - Lucas Lodeiro</div></div><br><div class="gmail_quote"></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El vie, 2 abr 2021 a las 15:14, Nicholas Winner (<<a href data-email-masked rel="nofollow">n...@berkeley.edu</a>>) escribió:<br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello all,<div><br></div><div>I performed two cell optimizations on bulk Si, the first with a primitive cell and kpoints and the second using OT and a 250 atom supercell. Both structures started from the Materials Project (mp-149) lowest energy Fm-3m polymorph.</div><div><br></div><div>I found that while OT only took 3 cell opt steps, the kpoint calculation took 10 steps, which I found a little strange.</div><div><br></div><div>Upon investigation I found two things: </div><div>(a) the kpoint calculation, had a large initial pressure deviation of -92570 bar, compared to OT, which had an initial deviation of  -708 bar at DZVP level and -2934 at TZV2PX level. Again these are the same structure, just kpoints vs supercell. It is a little odd to me that DZVP is closer to converged pressure, but I don't think its too strange.</div><div>(b) the kpoint calculation relaxed from Fm-3m to Im-3m space group, which is not the ground state polymorph.</div><div><br></div><div>My question is whether or not this issue is due to CP2K's kpoint implementation, or if this is something more fundamental, and how (if at all) it can be resolved. Below is the abridged DFT section for the kpoint calculation, which I assume is where the problem lies, but I can provide more info if needed.</div><div><br></div><div>Best,</div><div>Nick</div><div><p>&DFT</p>
<p>                BASIS_SET_FILE_NAME BASIS_MOLOPT</p><p>                BASIS_SET_FILE_NAME BASIS_MOLOPT_UCL</p>
<p>                POTENTIAL_FILE_NAME GTH_POTENTIALS</p>
<p>                UKS True</p>
<p>                MULTIPLICITY 0</p>
<p>                CHARGE 0</p>
<p>                &QS</p>
<p>                        METHOD GPW</p>
<p>                        EPS_DEFAULT 1e-12</p>
<p>                        EXTRAPOLATION PS</p>
<p>                &END QS</p>
<p>                &SCF</p>
<p>                        MAX_SCF 100</p>
<p>                        EPS_SCF 1e-07</p>
<p>                        SCF_GUESS RESTART</p>
<p>                        MAX_ITER_LUMO 400</p>
<p>                        ADDED_MOS 100</p>
<p>                        &DIAGONALIZATION</p>
<p>                                &DAVIDSON</p>
<p>                                        PRECONDITIONER FULL_ALL</p>
<p>                                &END DAVIDSON</p>
<p>                        &END DIAGONALIZATION</p>
<p>                        &MIXING</p>
<p>                                METHOD BROYDEN_MIXING</p>
<p>                                ALPHA 0.2</p>
<p>                                NBUFFER 5</p>
<p>                        &END MIXING</p>
<p>                        &SMEAR</p>
<p>                                ELEC_TEMP 300</p>
<p>                                METHOD FERMI_DIRAC</p>
<p>                                FIXED_MAGNETIC_MOMENT -100.0</p>
<p>                        &END SMEAR</p>
<p>                &END SCF</p>
<p>                &KPOINTS</p>
<p>                        SCHEME MONKHORST-PACK 13 13 13</p>
<p>                        EPS_GEO 1e-06</p>
<p>                        FULL_GRID False</p>
<p>                        PARALLEL_GROUP_SIZE -1</p>
<p>                        SYMMETRY False</p>
<p>                        UNITS B_VECTOR</p>
<p>                        VERBOSE True</p>
<p>                        WAVEFUNCTIONS COMPLEX</p>
<p>                &END KPOINTS</p><p>&END DFT</p></div>

<p></p></blockquote></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

-- <br>
You received this message because you are subscribed to the Google Groups "cp2k" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an email to <a href data-email-masked rel="nofollow">cp...@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/cp2k/b7c861a2-eb23-4fac-8a42-9846e53f6f24n%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en&q=https://groups.google.com/d/msgid/cp2k/b7c861a2-eb23-4fac-8a42-9846e53f6f24n%2540googlegroups.com?utm_medium%3Demail%26utm_source%3Dfooter&source=gmail&ust=1617501731117000&usg=AFQjCNE38UQwBdJg5k0djT11w37hrPc98w">https://groups.google.com/d/msgid/cp2k/b7c861a2-eb23-4fac-8a42-9846e53f6f24n%40googlegroups.com</a>.<br>
</blockquote></div>
</blockquote></div>