<div dir="ltr">Dear researchers<div><br></div><div>I have been trying to calculate electric field effect on MoS2 monolayer. I have performed the scf calculation with electric field in z direction. I am attaching the code for scf calculation for your convenience.</div><div><br></div><div>By questions is:<br>1) If I want to perform bands calculation afterwards, should I consider the effect of electric field in bands as well? </div><div><br></div><div>2) If I have to incorporate electric field in bands as well, how will the k points be defined? I am generating k point from xcrysden in all my calculations so far. I have gone through example 10 in examples section, but failed to understand the k point definition section. </div><div><br></div><div>Could you please help me in this regard? Any help will be much appreciated.</div><div><br></div><div>The code for scf calculation:</div><div><br></div><div>&CONTROL</div><div>      calculation = 'scf',</div><div>     restart_mode = 'from_scratch',</div><div>           outdir = 'D:\Quantum ESPRESSO 64-bit 5.1.2-mpich2\MoS210\outdir',</div><div>           prefix = 'MoS210',</div><div><span class="" style="white-space:pre">      </span>   lelfield=.true.,</div><div>               nberrycyc= 1</div><div>/</div><div>&SYSTEM</div><div><br></div><div>            ibrav = 0,</div><div><br></div><div>                a = 1.0,</div><div><br></div><div>              nat = 3,</div><div><br></div><div>             ntyp = 2,</div><div>            </div><div><br></div><div>      occupations = 'fixed',</div><div><br></div><div>         smearing = 'methfessel-paxton',</div><div><br></div><div>          degauss = 0.001,</div><div><br></div><div>          ecutwfc = 60,</div><div><br></div><div>          ecutrho = 720,</div><div><br></div><div>             nbnd = 20,</div><div>               </div><div><br></div><div><br></div><div>/</div><div><br></div><div>&ELECTRONS</div><div><br></div><div>         conv_thr = 1.0d-6,</div><div><br></div><div>      mixing_mode = 'local-TF',</div><div><br></div><div>      mixing_beta = 0.7,</div><div><br></div><div>  diagonalization = 'david',</div><div>  efield_cart(1)=0.d0,efield_cart(2)=0.d0,efield_cart(3)=0.01d0</div><div><br></div><div>/</div><div>CELL_PARAMETERS</div><div>2.775 1.602146997 0.00000</div><div>2.775 -1.602146997 0.00000</div><div>0.0000 0.00000 18.5 </div><div>ATOMIC_SPECIES</div><div>Mo 95.94 Mo.pbe-spn-rrkjus_psl.0.2.UPF</div><div>S 32.065 S.pbe-n-rrkjus_psl.0.1.UPF</div><div>ATOMIC_POSITIONS angstrom</div><div>S       0.000  0.000000000   5.168043094</div><div>Mo      1.85000  0.000000000   3.583192714</div><div>S       0.000   0.000000000   1.999290292</div><div><br></div><div>K_POINTS {automatic}</div><div>10 10 1   0 0 0  </div><div><br></div><div><br></div><div>Sincerely yours</div><div><br></div><div>Kanak</div><div>EEE, BUET</div></div>