Skip to content

Commit

Permalink
Fix MD autorestart
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Feb 24, 2025
1 parent 848bf51 commit a4a3efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion janus_core/calculations/md.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ def _prepare_restart(self) -> None:
last_restart = max(poss_restarts, key=getmtime)

# Read in last structure
self.struct = input_structs(
self.struct, self.struct_path = input_structs(
struct=last_restart,
read_kwargs=self.read_kwargs,
sequence_allowed=False,
Expand Down

0 comments on commit a4a3efe

Please sign in to comment.