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
Implementation of the ORCA 6.1.0 interface using ASE.
Option: -os orca
Please specify the absolute path to the ORCA executable in software_path.conf using the format orca::<path>. For Linux, provide the path to the binary (e.g., /absolute/path/to/orca), and for Windows, provide the path to the executable file (e.g., C:\absolute\path\to\orca.exe).
Copy file name to clipboardExpand all lines: multioptpy/Calculator/ase_tools/orca.py
+37-13Lines changed: 37 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,11 @@
5
5
fromase.calculators.orcaimportORCA, OrcaProfile
6
6
fromase.dataimportatomic_numbers
7
7
8
+
"""
9
+
Please specify the absolute path to the ORCA executable in software_path.conf using the format orca::<path>. For Linux, provide the path to the binary (e.g., /absolute/path/to/orca), and for Windows, provide the path to the executable file (e.g., C:\absolute\path\to\orca.exe).
0 commit comments