Increasing number of symmetry issues with VASP 6
Posted: Thu Dec 14, 2023 7:58 pm
I'm noticing that more of my jobs fail with VASP 6 than in VASP 5 for various symmetry related issues. The attached files do a direct comparison between VASP 5.4.4 and 6.4.1 for the same structure, which is a CONTCAR taken from the Materials Project entry mp-510536:
https://next-gen.materialsproject.org/m ... /mp-510536
In principle, any VASP output file (e.g., CONTCAR) should be re-usable as a valid input file, but this seemingly isn't the case in VASP 6.
While the VASP 5.4.4 calculation proceeds without issue, the VASP 6.4.1 calculation could not converge because of this symmetry-determination issue:
The obvious fixes are to symmetrize the structures with spglib / pymatgen, however it is worrying to me that VASP 6 has symmetry-determination issues not present in VASP 5, and that its output files throw errors when re-inititializing VASP.
https://next-gen.materialsproject.org/m ... /mp-510536
In principle, any VASP output file (e.g., CONTCAR) should be re-usable as a valid input file, but this seemingly isn't the case in VASP 6.
While the VASP 5.4.4 calculation proceeds without issue, the VASP 6.4.1 calculation could not converge because of this symmetry-determination issue:
Code: Select all
-----------------------------------------------------------------------------
| |
| EEEEEEE RRRRRR RRRRRR OOOOOOO RRRRRR ### ### ### |
| E R R R R O O R R ### ### ### |
| E R R R R O O R R ### ### ### |
| EEEEE RRRRRR RRRRRR O O RRRRRR # # # |
| E R R R R O O R R |
| E R R R R O O R R ### ### ### |
| EEEEEEE R R R R OOOOOOO R R ### ### ### |
| |
| Inconsistent Bravais lattice types found for crystalline and |
| reciprocal lattice: |
| |
| Crystalline: triclinic |
| Reciprocal : simple monoclinic |
| (instead of triclinic) |
| |
| In most cases this is due to inaccuracies in the specification of |
| the crytalline lattice vectors. |
| |
| Suggested SOLUTIONS: |
| ) Refine the lattice parameters of your structure, |
| ) and/or try changing SYMPREC. |
| |
| ----> I REFUSE TO CONTINUE WITH THIS SICK JOB ... BYE!!! <---- |
| |
-----------------------------------------------------------------------------