Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 1, 2025
1 parent e972795 commit 445399d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ with project:
project.repro()
```

We can now see that the files have been created in `nodes/StructureOptimization>/frames.traj` which contains our final trajectory.
We can now see that the files have been created in
`nodes/StructureOptimization>/frames.traj` which contains our final trajectory.
To look at the results, we can also run the following Python script:

```python
Expand All @@ -178,5 +179,6 @@ print(optm.frames)
```

For more examples checkout the following packages that build ontop of ZnTrack

- https://mlipx.readthedocs.io/en/latest/
- https://github.com/zincware/IPSuite

0 comments on commit 445399d

Please sign in to comment.