Hi,
I have tried to modify the INCAR in Raman calculation steps and deactivate charge calculation with ‘LCHARG’: False for decreasing the calculation’s time.
But during the calculation this error appeared:
Blockquote
Final e_wo_entrp differs from the final electronic step. VASP may have included some corrections, e.g., vdw. Vasprun will return the final e_wo_entrp, i.e., including corrections in such instances.
"Final e_wo_entrp differs from the final "
Traceback (most recent call last):
File “/atomate/atomate_env/lib/python3.7/site-packages/atomate/vasp/drones.py”, line 425, in process_vasprun
data = Chgcar.from_file(os.path.join(dir_name, d[“output_file_paths”][file]))
File “/atomate/atomate_env/lib/python3.7/site-packages/pymatgen/io/vasp/outputs.py”, line 4002, in from_file
(poscar, data, data_aug) = VolumetricData.parse_file(filename)
File “/atomate/atomate_env/lib/python3.7/site-packages/pymatgen/io/vasp/outputs.py”, line 3691, in parse_file
data = {“total”: all_dataset[0]}
IndexError: list index out of range During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/atomate/atomate_env/lib/python3.7/site-packages/fireworks/core/rocket.py”, line 262, in run
m_action = t.run_task(my_spec)
File “/atomate/atomate_env/lib/python3.7/site-packages/atomate/vasp/firetasks/parse_outputs.py”, line 105, in run_task
task_doc = drone.assimilate(calc_dir)
File “/atomate/atomate_env/lib/python3.7/site-packages/atomate/vasp/drones.py”, line 160, in assimilate
d = self.generate_doc(path, vasprun_files, outcar_files)
File “/atomate/atomate_env/lib/python3.7/site-packages/atomate/vasp/drones.py”, line 215, in generate_doc
for taskname, filename in vasprun_files.items()]
File “/atomate/atomate_env/lib/python3.7/site-packages/atomate/vasp/drones.py”, line 215, in
for taskname, filename in vasprun_files.items()]
File “/atomate/atomate_env/lib/python3.7/site-packages/atomate/vasp/drones.py”, line 429, in process_vasprun
d[“output_file_paths”][file]))
ValueError: Failed to parse chgcar at CHGCAR.gz.
I have tried to modify the drones.py file with comments outing the lines that want to parse the CHGCAR but it wasn’t worked.
I want to know how can I handle this issue because as you know it’s not necessary to calculate the charge for Raman tensors.
Best regards
Nima