HSE06 calculation cannot converge
Sorry for another question here, but I'm not able to get convergence of my HSE calculation. I've tried different mixing parameters and some other parameters but doesn't work. The input and output file are all attached below. Here are a few points:
I'm, using 5.4.4, because version 6 is not available on the HPC machine I'm using, where it has more number of cores. HSE is too slow so I'm running it there. I do PBE with same KPOINTS first, and then HSE reads the wafefunction.
My system contains f-electron. Physically speaking, HSE+U is not quite physical because they have same effect. But in meta-GGA case, I tested that if I don't include U, f-electron will come to fermi level, which is wrong. I didn't test it with HSE here, but I guess it would be same.
I'm studying 3 cases, spin along 3 directions. Spin directions are defined with SAXIS, and MAGMOM of magnetic atom is in the form of 0 0 m, where m should be the starting magnitude of spin.
001 direction convergence is fine. However, for the other 2, convergence is not achieved after thousands of steps. When it hits NELM, I continue the calculation by reading WAVECAR. For 110 direction, the energy oscillates around 0.5E-05, and -0.15E-03 for 111
Following the page Troubleshooting electronic convergence, I tried some mixing parameters (AMIX, AMIX_MAG, BMIX, BMIX_MAG) in the previous PBE step to obtain smaller number of electronic steps first, then run HSE. Also, LHFCALC this pages says we could reduce TIME. So I tried several values, 0.6 0.5 0.4 0.3 for different calculations but doesn't work.
In 110 case, because it oscillates around 0.5E-05, I tried to reduce EDIFF to 1E-05 at the end. But it still cannot converge.
There's a symmetry warning, but that doesn't show up in vasp 6 case (also attached, just when calculation starts). I indeed created gamma-centered kpoints. Don't know why the warning is there.
ALGO=All seems to be worse. I tested it in 110 case. So I think ALGO=Damped should still be used here.
Code: Select all
-----------------------------------------------------------------------------
| |
| W W AA RRRRR N N II N N GGGG !!! |
| W W A A R R NN N II NN N G G !!! |
| W W A A R R N N N II N N N G !!! |
| W WW W AAAAAA RRRRR N N N II N N N G GGG ! |
| WW WW A A R R N NN II N NN G G |
| W W A A R R N N II N N GGGG !!! |
| |
| Your generating k-point grid is not commensurate to the symmetry |
| of the lattice. This can cause slow convergence with respect |
| to k-points for HF type calculations |
| suggested SOLUTIONS: |
| ) if not already the case, use automatic k-point generation |
| ) shift your grid to Gamma (G) (e.g. required for hex or fcc lattice) |
| |
-----------------------------------------------------------------------------