Hello.
There are quite some fizzled workflows in our calcutions with the following errors.
Traceback (most recent call last):
(CustodianError(...), u'Validation failed: <custodian.vasp.validators.VasprunXMLValidator object at 0x2acfedb1ebd0>').
Going to one of these folders and perform Vasprun manually, we would get:
from pymatgen.io.vasp import Vasprun
Vasprun(“vasprun.xml”)
Traceback (most recent call last):
File “”, line 1, in
File “/opt/apps/util/easybuild/software/atomate/0.4.2-intel-2016.01-Python-2.7.12/lib/python2.7/site-packages/pymatgen-4.6.2-p y2.7-linux-x86_64.egg/pymatgen/io/vasp/outputs.py”, line 379, in init
parse_projected_eigen=parse_projected_eigen)
File “/opt/apps/util/easybuild/software/atomate/0.4.2-intel-2016.01-Python-2.7.12/lib/python2.7/site-packages/pymatgen-4.6.2-p y2.7-linux-x86_64.egg/pymatgen/io/vasp/outputs.py”, line 465, in _parse
raise ex
cElementTree.ParseError: not well-formed (invalid token): line 694, column 0
Looking into the vasprun.xml, there is this strange “^@^” line.
"694 ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@"
Further investigation shows that if the default tags in INCAR do not run a converged job and once cudtodian Errorhandlers change these tags (like change ALGO to Normal from the default Fast), malformed vasprun.xml will form, leading to fizzled workflows with errors mentioned in the beginning.
- Rerunning these fireworks lead to exactly some error.
- Manually setting the defalt tags in INCAR work in some cases, but there more cases which need modificating different tags in the INCAR. Thus this is not the ultimate solution for this issue.
- We are using: Python/2.7.12; pymatgen/4.6.2, atomate/0.4.2, VASP/5.4.1.
Thanks for your help.
Best regards,
Jun
.