<div dir="ltr">Hi, jgh<div><br></div><div>Thanks for your reply !  </div><div>Do you mean that I cannot do such a calculation using the current CP2K version ? Or I need to change the position of all k-points ?<br></div><div>Waiting for your more detailed response.</div><div><br></div><div>Meanwhile, I also have interest in defective graphene. But in mu calculation in CP2K, if I use a supercell to calculate the band structure of graphene, </div><div>the SCF doesn't converge.  I have found a paper relating the calculation of band structure in graphene and h-BN, but the code they use is VASP. </div><div>Their simulation also select a supercell and a 12*12*1 k-mesh.</div><div>I want to know does there exists the corresponding setting in CP2K ? How should I find ?<br></div><div><br></div><div>I would appreciate your patient reply !</div><div><br>在 2018年7月12日星期四 UTC+8下午3:14:31,jgh写道:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hi
<br>
<br>this is still a rather untested option in CP2K. It might well
<br>be that for non-cubic cells there are still problems with the
<br>definition of k-point paths. This is especially true for older
<br>versions (pre 5.1).
<br>You can try to compare to the results if you use the special
<br>points in the SCF settings.
<br>
<br>regards
<br>
<br>Juerg Hutter
<br>------------------------------<wbr>------------------------------<wbr>--
<br>Juerg Hutter                         Phone : ++41 44 635 4491
<br>Institut für Chemie C                FAX   : ++41 44 635 6838
<br>Universität Zürich                   E-mail: <a href="javascript:" target="_blank" gdf-obfuscated-mailto="FJ3EBLaBAwAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">hut...@chem.uzh.ch</a>
<br>Winterthurerstrasse 190
<br>CH-8057 Zürich, Switzerland
<br>------------------------------<wbr>------------------------------<wbr>---
<br>
<br>-----<a href="javascript:" target="_blank" gdf-obfuscated-mailto="FJ3EBLaBAwAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@googlegroups.com</a> wrote: -----
<br>To: "cp2k" <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="FJ3EBLaBAwAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@googlegroups.com</a>>
<br>From: "Tianshu Jiang in Beijing" 
<br>Sent by: <a href="javascript:" target="_blank" gdf-obfuscated-mailto="FJ3EBLaBAwAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@googlegroups.com</a>
<br>Date: 07/11/2018 08:53AM
<br>Subject: [CP2K:10502] Something confusing in the calculation of bilayer graphene
<br>
<br> Hi everyone, 
<br> I have been trying to calculate the band structure of bilayer graphene using CP2k 4.1. The input file follow the tutorial band structure of graphene , and is listed in the following 
<br>
<br>&GLOBAL
<br>  PROJECT twoLayerGraphBS_z18
<br>  RUN_TYPE ENERGY
<br>  PRINT_LEVEL MEDIUM
<br>&END GLOBAL
<br>
<br>&FORCE_EVAL
<br>  METHOD Quickstep
<br>  &DFT
<br>    BASIS_SET_FILE_NAME BASIS_MOLOPT
<br>    POTENTIAL_FILE_NAME POTENTIAL
<br>
<br>    &POISSON
<br>      PERIODIC XYZ 
<br>    &END POISSON
<br>    &QS 
<br>      EXTRAPOLATION USE_GUESS
<br>    &END QS
<br>    &SCF
<br>      SCF_GUESS ATOMIC
<br>      EPS_SCF 1.0E-6
<br>      MAX_SCF 300 
<br>
<br>      ADDED_MOS 2
<br>      &SMEAR ON
<br>        METHOD FERMI_DIRAC
<br>        ELECTRONIC_TEMPERATURE [K] 300 
<br>      &END SMEAR
<br>      &DIAGONALIZATION
<br>        ALGORITHM STANDARD
<br>        EPS_ADAPT 0.01
<br>      &END DIAGONALIZATION
<br>      &MIXING
<br>        METHOD BROYDEN_MIXING
<br>        ALPHA 0.2
<br>        BETA 1.5
<br>        NBROYDEN 8
<br>      &END MIXING
<br>    &END SCF
<br>
<br>    &XC
<br>      &XC_FUNCTIONAL PBE
<br>      &END XC_FUNCTIONAL
<br>    &END XC
<br>    &KPOINTS
<br>      SCHEME MONKHORST-PACK 3 3 1
<br>      SYMMETRY OFF
<br>      WAVEFUNCTIONS REAL
<br>      FULL_GRID .TRUE.
<br>      PARALLEL_GROUP_SIZE 0
<br>      &BAND_STRUCTURE
<br>        ADDED_MOS 6
<br>        FILE_NAME <a href="http://graph_z18.bs" target="_blank" rel="nofollow" onmousedown="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Fgraph_z18.bs\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGlUvtDGXr18asmz-7S1wFKwwwNew';return true;" onclick="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Fgraph_z18.bs\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGlUvtDGXr18asmz-7S1wFKwwwNew';return true;">graph_z18.bs</a>
<br>        &KPOINT_SET
<br>          UNITS CART_BOHR
<br>          SPECIAL_POINT 0.0 0.0 0.0
<br>          SPECIAL_POINT 1./2. 0.0 0.0
<br>          SPECIAL_POINT 2./3. 1./3. 0.0
<br>          SPECIAL_POINT 0.0 0.0 0.0
<br>          NPOINTS 80  
<br>        &END
<br>      &END BAND_STRUCTURE
<br>    &END KPOINTS
<br>    &PRINT
<br>        &E_DENSITY_CUBE ON
<br>            STRIDE 1 1 1
<br>        &END E_DENSITY_CUBE
<br>    &END PRINT
<br>  &END DFT
<br>  &SUBSYS
<br>    &CELL
<br>      ABC [angstrom] 2.4612 2.4612 21.0
<br>      ALPHA_BETA_GAMMA 90. 90. 60.
<br>      SYMMETRY HEXAGONAL
<br>      PERIODIC XYZ
<br>      MULTIPLE_UNIT_CELL 1 1 1
<br>    &END CELL
<br>    &TOPOLOGY
<br>      MULTIPLE_UNIT_CELL 1 1 1
<br>    &END TOPOLOGY
<br>    &COORD
<br>      SCALED
<br>      C 1./3. 1./3. 0.
<br>      C 2./3. 2./3. 0.
<br>      C 2./3. 2./3. 1./6.
<br>      C 3./3. 3./3. 1./6.
<br>    &END
<br>    &KIND C
<br>      ELEMENT C
<br>      BASIS_SET TZVP-MOLOPT-GTH
<br>      POTENTIAL GTH-PBE-q4
<br>    &END KIND
<br>  &END SUBSYS
<br>
<br>&END FORCE_EVAL
<br>
<br>
<br>
<br>
<br>And the band structure I plotted is as follows
<br>The k-point path I choose is : \gamma->M->K->\gamma. There should not exist band gap near the point K and the profile of the line near point K should be parabola. 
<br>Does anyone know where is the problem in my calculation setting ?
<br>
<br>Thanks for any kind response !
<br>
<br>  
<br>  -- 
<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="javascript:" target="_blank" gdf-obfuscated-mailto="FJ3EBLaBAwAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp2k+uns...@googlegroups.<wbr>com</a>.
<br> To post to this group, send email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="FJ3EBLaBAwAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@googlegroups.com</a>.
<br> Visit this group at <a href="https://groups.google.com/group/cp2k" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/group/cp2k';return true;" onclick="this.href='https://groups.google.com/group/cp2k';return true;">https://groups.google.com/<wbr>group/cp2k</a>.
<br> For more options, visit <a href="https://groups.google.com/d/optout" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/optout';return true;" onclick="this.href='https://groups.google.com/d/optout';return true;">https://groups.google.com/d/<wbr>optout</a>.
<br> 
<br></blockquote></div></div>