<div dir="ltr">Dear all Quantum espresso users<div><br></div><div>I am a new person to quantum espresso. Recently, I am doing some simple bulk calculations for some rocksalt oxide. I focus on BaO. Obviously, it is a fcc cell. In a conventional cell, it has 8 atoms in tootal. Or, we can rotate it 45 degree and a tetragonal cell. Or in the primitive cell, we have one Ba and one O. </div><div><br></div><div>For tetragonal cell, I always meet convergence issue because estimated scf accuracy is larger then 10000 ry. Although in the end, it converges in a scf step, however, the eigenvalues are strange:</div><div>        k = 0.0000-0.5000 0.0000 (  4674 PWs)   bands (ev):<br><br>  ************************************************************************<br>  ******************************************************-977.8829-977.8797<br>  -911.8948-911.8928-907.9337-907.9317<br></div><div>The reason for so many stars is the value is too large. The total energy is -7429.48 ry. </div><div><br></div><div>Here is my input file:</div><div>&control<br>    calculation = 'vc-relax'<br>    restart_mode='from_scratch'<br>    prefix = 'bao'<br>    outdir = './outdir'<br>    pseudo_dir = './'<br>/<br>&system<br>    ibrav=0<br>    nat=4, ntyp=2,<br>    ecutwfc=60<br>    ecutrho=600<br>    occupations='tetrahedra'<br>/<br>&electrons<br>    conv_thr=1e-6<br>/<br>&ions<br>    ion_dynamics = 'bfgs'<br>/<br>&cell<br>     cell_dynamics = 'bfgs'<br>/<br><br>ATOMIC_SPECIES<br> O  15.999  O.pz-n-kjpaw_psl.0.1.UPF<br> Ba 24.305  Ba.pz-spn-kjpaw_psl.1.0.0.UPF<br><br>ATOMIC_POSITIONS (crystal)<br> Ba   0.00 0.00 0.00<br> Ba   0.50 0.50 0.50<br> O    0.50 0.50 0.00<br> O    0.00 0.00 0.50<br><br>K_POINTS (automatic)<br>  4 4 4 0 0 0<br><br>CELL_PARAMETERS { bohr }<br>   7.502212717  0.0000000  0.0000000<br>   0.0000000    7.5022127170  0.0000000<br>   0.0000000  0.0000000   10.609730971809<br></div><div><br></div><div>Right Here, I use LDA-PAW PP. If I use PBE-PAW, convergence is better. However, if I make a supercell of 10 unit cells, it does not converge. Cubic conventional cell also does not converge. However, if I use a primitive cell, there is no problem. </div><div><br></div><div>I tried another oxide, MgO with tetragonal, cubic conventional and primitive cell, everything is fine.</div><div><br></div><div>Thank you all for your help. </div><div><br></div><div>Best,</div><div>W. Li</div><div>Department of Physics, UT Austin  </div></div>