<div>
<p>Dear all,</p>

<p>1) I am conducting an adsorption study, and convergence is taking too long (in some cases, over 20 days). Additionally, there are situations where more than 100 iterations pass without generating coordinates. Is it possible to periodically fix the coordinate generation?</p>

<p>2) I am using conv_thr = 10^-6. Do you suggest any other parameters that I could adjust to improve convergence?<br />
<br />
 &control<br />
  calculation='relax'<br />
    wf_collect = .TRUE.<br />
!  restart_mode = 'restart'<br />
  max_seconds = 1.D+10<br />
  disk_io='low'<br />
/<br />
 &system<br />
    ibrav = 0, celldm(1) =xxx,nat=xxx, ntyp= xxx,<br />
    ecutwfc = 55.0, ecutrho = 600,<br />
    occupations='smearing', smearing='marzari-vanderbilt', degauss=0.01<br />
    nspin= xxx<br />
    tot_magnetization= xxx<br />
 /<br />
 &electrons<br />
    conv_thr = 1.0e-6<br />
    mixing_beta = 0.1<br />
    mixing_mode= 'local-TF'<br />
    electron_maxstep=500<br />
    diago_thr_init = 1e-4<br />
    diagonalization = 'cg'<br />
/<br />
&ions<br />
ion_dynamics = 'bfgs' <br />
pot_extrapolation = 'second_order'<br />
wfc_extrapolation = 'second_order'<br />
 </p>

<p>Best regards,</p>
</div>