Dear Axel,
Using your suggestions for my previous mail, I used only those structures (58 in all) which gave values of 0.08 using ‘checkrelax’. In all, about 143 structures have been relaxed out of which I have used only 58 for the CE. The maps.log says
Among structures of known energy, true and predicted ground states agree
New ground states with at most 0 atoms/unit cell predicted , see predstr.out
Concentration range used for ground state checking: [0,1].
Crossvalidation score: 0.0464436
Do you still recommend that more number of structures need to be used for reducing the CV score.
Moreover, in my case (bcc system), there are no compounds/intermetallics known or exits as per the established phase diagram. However gs.out shows
0.000000 0.000000 -0.015777 0
0.111111 -0.090591 -0.062214 715
0.333333 -0.102284 -0.101480 8
0.571429 -0.085657 -0.089284 235
0.666667 -0.076276 -0.075707 102
0.714286 -0.067161 -0.068727 148
1.000000 0.000000 -0.005833 1
I was only expecting 0 and 1 to be the ground states and a CE connecting only 0 and 1 structures. However, there are 5 structures which are predicted to be ground states.
My queries are therefore
What does gs.out suggest in a CE…Is my CE wrong?
If newgs.out suggests more structures with ‘bg’ tag, do we need to relax them for a more accurate CE. Will CV score decrease…
First, it is possible that the published phase diagram reports no ordered compounds because the ground states you find would disorder at low temperature.
The problems you are experiencing converging the cluster expansion have to do with large relaxations away from ideal bcc. In some systems, a "bcc" phase is, in reality, only bcc "on average", with the atoms spending most of their times in distorted geometries. Ti and W are typical examples.
It is very difficult to do a cluster expansion in those cases. Could that be the case here?
I only use those structures which give values below 0.08. Moreover, I managed to exclude some more structures from the fit to get a CV score of 0.0331496 which is little higher than the required CV of 0.025.
What is the solution now? predstr.out shows some more new structures either with ‘b’ or with ‘eg’ (which I excluded).
Secondly, considering the fact that bcc lattice does not remain bcc after full relaxation, can we do only volume+shape relaxation (ISIF=6) for CE… Will it give a more converged CE.
It is possible to constrain the cell shape during relaxation by changing some code in main.F. Specifically, replace
IF (DYN%ISIF<5) FACT=10*DYN%POTIM*EVTOJ/AMTOKG *1E-10_q
by
IF (DYN%ISIF<5 .OR. DYN%ISIF==8) FACT=10*DYN%POTIM*EVTOJ/AMTOKG *1E-10_q
and replace
IF (DYN%ISIF==7) THEN
by
IF (DYN%ISIF==7 .OR. DYN%ISIF==8) THEN
After you recompile VASP, use ISIF=8 in INCAR. The volume and ionic positions are relaxed but not the cell shape. The distortion value should then be 0.
In case you decide to use this method, we would appreciate if you could cite our paper:
R. Sun and A. van de Walle, "Automating impurity-enhanced antiphase boundary energy calculations from ab initio Monte Carlo," Calphad53, 20 (2016). https://dx.doi.org/10.1016/j.calphad.2016.02.005
The CV score need not be strictly less than 0.025.