I encounter the following error when I attempt to process the TDDFT output using the nw_spectrum.py script. Can you please suggest regarding identifying the error and where I should modify the script. Any help is highly appreciated. Thanks in advance.
$ python nw_spectrum.py -b0.3 -p5000 -wnm < tddft_water.nwo > spectrum.dat
Traceback (most recent call last):
File "nw_spectrum.py", line 640, in <module>
main()
File "nw_spectrum.py", line 603, in main
roots = parse_input_tddft (opts)
File "nw_spectrum.py", line 285, in parse_input_tddft
raise Exception ("Failed to convert root values: {0}".format(line_strip))
Exception: Failed to convert root values: Root 1 singlet b2 0.294221372 a.u. 8.0062 eV
|