Skip to content

Commit

Permalink
Update aiida_cp2k/calculations/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Aliaksandr Yakutovich <[email protected]>
  • Loading branch information
cpignedoli and yakutovicha authored Feb 22, 2024
1 parent 27263d8 commit e302d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_cp2k/calculations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def prepare_for_submission(self, folder):
conflicting_keys=["COORDINATE"],
)

# Craeate input trajectory files
# Create input trajectory files
if "trajectory" in self.inputs:
self._write_trajectories(
self.inputs.structure,
Expand Down

0 comments on commit e302d95

Please sign in to comment.