Hi!
I would like to know if someone has a strategy to make a nanosystem converge. I am simulating two nanosystems, NiO and Cu2O. In the case of the NiO, I am using a PBEsol PAW pseudopotential with the Hubbard parameter I calculated before. The nanosystem does not converge when I use all the parameters I have used in a bulk system in a surface system. The QE input file looks like this:
&system
ibrav = 0,
nat = 8,
ntyp = 2,
ecutrho = 400
ecutwfc = 50
nspin = 2,
tot_magnetization = 0.0
occupations = 'smearing'
smearing = 'cold'
degauss = $degauss
starting_magnetization(1) = 2.7777777778d-01
starting_magnetization(2) = 2.7777777778d-01
/
&electrons
mixing_beta = $beta
electron_maxstep = 80
mixing_mode = 'local-TF'
mixing_ndim = 10
diagonalization = 'cg'
...
K_POINTS {automatic}
15 15 5 0 0 0
...
The beta parameter ranges from 0.1 to 0.4, and the degauss is 1.4699723600d-02 ( I have tried 0.018 to 0.022). I use these parameters based on internet research.
In the case of the Cu2O system, I want to simulate the (111) and (100) surfaces. In the case of the (111) surface, the energy converges, but using the same parameters, the simulation does not converge on the (100) surface.
Could anyone give me an insight into how to solve this?
Thank you a lot.