Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 145350d

Browse files
Update calculator.py
1 parent eedb748 commit 145350d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raspa_ase/calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def get_calculator_command(self, inputfile: str = SIMULATION_INPUT) -> list[str]
6767
list[str]
6868
The command to run the calculator.
6969
"""
70-
return [self.binary, f"{inputfile}"]
70+
return [self.command, f"{inputfile}"]
7171

7272
def version(self) -> str:
7373
"""

0 commit comments

Comments
 (0)