-
Notifications
You must be signed in to change notification settings - Fork 3
Description
when i followed the section 3.10 of SHARC_4.0 tutorial. here is the ouput of driver.log
SAVEDIR set to /home/dell/zhulx/adaptive/traj/Singlet_2/TRAJ_00001/restart
HINT: total charge per multiplicity automatically assigned, please check ([1]).
You can set the charge in the QMin or input files manually for each multiplicity ("charge 0 +1 0 ...")
HINT: total charge per multiplicity automatically assigned, please check ([1]).
You can set the charge in the QMin or input files manually for each multiplicity ("charge 0 +1 0 ...")
HINT: total charge per multiplicity automatically assigned, please check ([1]).
You can set the charge in the QMin or input files manually for each multiplicity ("charge 0 +1 0 ...")
HINT: total charge per multiplicity automatically assigned, please check ([1]).
You can set the charge in the QMin or input files manually for each multiplicity ("charge 0 +1 0 ...")
HINT: total charge per multiplicity automatically assigned, please check ([1]).
You can set the charge in the QMin or input files manually for each multiplicity ("charge 0 +1 0 ...")
Traceback (most recent call last):
File "/home/dell/soft/sharc4-4.0/bin/SHARC_FALLBACK.py", line 306, in setup_interface
self._fallback_interface.setup_interface()
File "/home/dell/soft/sharc4-4.0/bin/SHARC_ASE_DB.py", line 140, in setup_interface
with InDir("QM"):
^^^^^^^^^^^
File "/home/dell/soft/sharc4-4.0/lib/utils.py", line 51, in enter
os.chdir(self.dir)
FileNotFoundError: [Errno 2] No such file or directory: 'QM'
Traceback (most recent call last):
File "/home/dell/soft/sharc4-4.0/bin/driver.py", line 288, in main
derived_int.setup_interface()
File "/home/dell/soft/sharc4-4.0/bin/SHARC_FALLBACK.py", line 306, in setup_interface
self._fallback_interface.setup_interface()
File "/home/dell/soft/sharc4-4.0/bin/SHARC_ASE_DB.py", line 140, in setup_interface
with InDir("QM"):
^^^^^^^^^^^
File "/home/dell/soft/sharc4-4.0/lib/utils.py", line 51, in enter
os.chdir(self.dir)
FileNotFoundError: [Errno 2] No such file or directory: 'QM'
SHARC_ASE_DB setup_interface called
Current working directory (before InDir): /home/dell/zhulx/adaptive/traj/Singlet_2/TRAJ_00001/QM/fallback_interface
Target InDir: QM, exists?: False
Traceback (most recent call last):
File "/home/dell/soft/sharc4-4.0/bin/driver.py", line 338, in
main()
File "/home/dell/soft/sharc4-4.0/bin/driver.py", line 288, in main
derived_int.setup_interface()
File "/home/dell/soft/sharc4-4.0/bin/SHARC_FALLBACK.py", line 306, in setup_interface
self._fallback_interface.setup_interface()
File "/home/dell/soft/sharc4-4.0/bin/SHARC_ASE_DB.py", line 140, in setup_interface
with InDir("QM"):
^^^^^^^^^^^
File "/home/dell/soft/sharc4-4.0/lib/utils.py", line 51, in enter
os.chdir(self.dir)
FileNotFoundError: [Errno 2] No such file or directory: 'QM'
Please help me resolve this mistake.
Thanks,
Jrue