Closed hitliaomq closed 1 year ago
This error may happen if the CPA calculation is not properly converged. You may check your output file to make sure if the the CPA convergence has indeed achieved at each energy point. Usually increasing the number of k-points and/or decreasing the mixing parameter for CPA iteration will improve the CPA convergence. Another cause of the problem could be related to the potential being divergent. You may use simple mixing scheme to run 20 SCF iterations to stabilize the potential change from iteration to iteration, and then switch to more aggressive Broyden mixing scheme to speed up the SCF convergence. The starting potential you use may also be ill conditioned for the unit cell volume you are calculating. You may use the converged potential from the calculation for the other unit cell volume as the starting potential for the volume you are trying to calculate. So long as the lattice constant difference between the two cases is less than 0.2 atomic units, this trick usually works quite well.
@wangy2014 Prof.Wang, Thank you very much for your suggestions. I will try those solutions.
Hello, developers,
I'm trying to use the code to calculate the equation of state for a system. In some volume, it works fine, but in some volume, the scf error (rho0(ir)<0) occurred. How to fix this error?
The following is the last rows:
The i_new file is generated by the ase_must.py, as follows:
The position.dat is as follows:
Thank you very much.