-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Hello,
I am using SHARC 3.0 with ORCA 4.1. I am using TDDFT. My molecule is a transition metal Mn complex. I want to do sharc with 5 quintet and 3 triplets.
I generated the initial conditions. It was fine. but in the trajectory calculation in the first time step after doing the TDDFT, I get this error. I attached the error below..
Traceback (most recent call last):
File "/home/shouryo/sharc-3.0.2/bin/SHARC_ORCA.py", line 5281, in
main()
File "/home/shouryo/sharc-3.0.2/bin/SHARC_ORCA.py", line 5245, in main
errorcodes = runjobs(schedule, QMin)
File "/home/shouryo/sharc-3.0.2/bin/SHARC_ORCA.py", line 2888, in runjobs
saveFiles(WORKDIR, jobset[job])
File "/home/shouryo/sharc-3.0.2/bin/SHARC_ORCA.py", line 3416, in saveFiles
strings = get_dets_from_cis(f, QMin)
File "/home/shouryo/sharc-3.0.2/bin/SHARC_ORCA.py", line 3710, in get_dets_from_cis
dets[(iocc, ivirt, 1)] = struct.unpack('d', CCfile.read(8))[0]
struct.error: unpack requires a buffer of 8 bytes
Can anyone please help me with this??
Thank You
Shouryo