You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for developing the raman-sc program for our convenience,I am having a problem running vasp_raman, an error occurred after running for a few minutes,
“Traceback (most recent call last)
File "vasp_raman.py",line 291, in
eigval = eigvals [i]
IndexError: list index out of range"
the program running in CentOS 7.5
I am not familiar with the python language, so I hope you guys will be able to answer this question.
Looking forward to your reply
The text was updated successfully, but these errors were encountered:
[sc52048@ln25%bscc-a phonopy-spectro]$ bash no_scheduler-phon-copy.sh
Traceback (most recent call last):
File "vasp_raman.py", line 268, in
eigvals = parse_freqdat(freqdat_fh, nat)
File "vasp_raman.py", line 104, in parse_freqdat
eigvals[i] = float(tmp[0])
IndexError: list index out of range
Thank you very much for developing the raman-sc program for our convenience,I am having a problem running vasp_raman, an error occurred after running for a few minutes,
“Traceback (most recent call last)
File "vasp_raman.py",line 291, in
eigval = eigvals [i]
IndexError: list index out of range"
the program running in CentOS 7.5
I am not familiar with the python language, so I hope you guys will be able to answer this question.
Looking forward to your reply
The text was updated successfully, but these errors were encountered: