We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e848daa + 7fd6ce1 commit 8f3b85dCopy full SHA for 8f3b85d
1 file changed
arkane/ess/orca.py
@@ -116,7 +116,7 @@ def load_force_constant_matrix(self):
116
for (_, _, files) in os.walk(os.path.dirname(self.path)):
117
for file_ in files:
118
if file_.endswith('.hess'):
119
- hess_files.append(file_)
+ hess_files.append(os.path.join(os.path.dirname(self.path), file_))
120
break
121
if len(hess_files) == 1:
122
hess_file = hess_files[0]
0 commit comments