<div dir="ltr">Hello everyone,<div><br></div><div>I hope everyone is doing well.</div><div><br></div><div>I am confused about the convergence of the system I'm testing. The problem is the following: at the beginning of the simulation, apparently everything was going well, but some warning messages appeared and I was a little afraid if everything is ok with the convergence process.<br></div><div><br></div><div>The first warning message is as follows (a lot of them):</div><div><br>iteration #126     ecut=   100.00 Ry     beta= 0.10<br>     Davidson diagonalization with overlap<br>     c_bands:  4 eigenvalues not converged<br>     c_bands:  1 eigenvalues not converged<br>     c_bands:  3 eigenvalues not converged</div><div><br></div><div>and the other one:</div><div><br></div><div>     WARNING: integrated charge=   228.00003355, expected=   228.00000000<br></div><div><br></div><div>My questions are: </div><div><br></div><div>->Should I just ignore these messages and continue with the convergence process?<br></div><div><br></div><div>->What could I modify in the input file to improve the convergence process?<br></div><div><br></div><div>->I am simulating a primitive cell, if I want to simulate a supercell (say 2x2x2), doing the SCF calculation and after that the phonon calculation, what convergence parameters should I modify in the initial input file? Reduce ecutwfc, conv_thr, mixing_beta and k-points, for example?</div><div><br></div><div>I greatly appreciate any help you can provide. Thank you so much!<br></div><div><br></div><div>The input file is below:</div><div><br></div><div>&CONTROL<br>  calculation = 'scf'<br>  restart_mode = 'from_scratch'<br>  outdir = './<br>  prefix = 'Ce2WO43'<br>  pseudo_dir = './'<br> /<br>&SYSTEM<br>  degauss =   1.0000000000d-03<br>  ecutwfc =   10.0000000000d+01<br>  ibrav = 0<br>  nat = 34<br>  ntyp = 3<br>  occupations = 'smearing'<br>  smearing = 'methfessel-paxton'<br>/<br>&ELECTRONS<br>   conv_thr =   1.000000000d-09<br>   electron_maxstep = 1000<br>   mixing_beta =   1.0000000000d-01<br>/<br>ATOMIC_SPECIES<br>Ce     140.116 Ce.pz-sp-hgh.UPF<br>O      15.9994 O.pz-hgh.UPF<br>W      183.840 W.pz-hgh.UPF<br>ATOMIC_POSITIONS crystal<br>Ce           0.7121000000       0.0425510000       0.4051270000 <br>Ce           0.0425510000       0.7121000000       0.0948730000 <br>Ce           0.2879000000       0.9574490000       0.5948730000 <br>Ce           0.9574490000       0.2879000000       0.9051270000 <br>W            0.8656420000       0.8656420000       0.7500000000 <br>W            0.1343580000       0.1343580000       0.2500000000 <br>W            0.5403790000       0.2527450000       0.0464770000 <br>W            0.2527450000       0.5403790000       0.4535230000 <br>W            0.4596210000       0.7472550000       0.9535230000 <br>W            0.7472550000       0.4596210000       0.5464770000 <br>O            0.4718750000       0.6036290000       0.5709640000 <br>O            0.6036290000       0.4718750000       0.9290360000 <br>O            0.5281250000       0.3963710000       0.4290360000 <br>O            0.3963710000       0.5281250000       0.0709640000 <br>O            0.3402810000       0.2311750000       0.9403610000 <br>O            0.2311750000       0.3402810000       0.5596390000 <br>O            0.6597190000       0.7688250000       0.0596390000 <br>O            0.7688250000       0.6597190000       0.4403610000 <br>O            0.8892320000       0.4545640000       0.6956050000 <br>O            0.4545640000       0.8892320000       0.8043950000 <br>O            0.3377230000       0.0819210000       0.3906090000 <br>O            0.0819210000       0.3377230000       0.1093910000 <br>O            0.6622770000       0.9180790000       0.6093910000 <br>O            0.9180790000       0.6622770000       0.8906090000 <br>O            0.8837830000       0.2069030000       0.2811260000 <br>O            0.2069030000       0.8837830000       0.2188740000 <br>O            0.1162170000       0.7930970000       0.7188740000 <br>O            0.7930970000       0.1162170000       0.7811260000 <br>O            0.0843560000       0.8114650000       0.4603700000 <br>O            0.8114650000       0.0843560000       0.0396300000 <br>O            0.9156440000       0.1885350000       0.5396300000 <br>O            0.1885350000       0.9156440000       0.9603700000 <br>O            0.5454360000       0.1107680000       0.1956050000 <br>O            0.1107680000       0.5454360000       0.3043950000 <br>K_POINTS automatic<br>10 10 10 0 0 0<br>CELL_PARAMETERS angstrom<br>      7.1400620600       0.0000000000       0.0000000000<br>      2.6686708410       6.6225887811       0.0000000000<br>     -2.2226301817       3.2919431525      11.0483089965<br><br></div></div>