We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e972795 commit 445399dCopy full SHA for 445399d
README.md
@@ -167,7 +167,8 @@ with project:
167
project.repro()
168
```
169
170
-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
171
+`nodes/StructureOptimization>/frames.traj` which contains our final trajectory.
172
To look at the results, we can also run the following Python script:
173
174
```python
@@ -178,5 +179,6 @@ print(optm.frames)
178
179
180
181
For more examples checkout the following packages that build ontop of ZnTrack
182
+
183
- https://mlipx.readthedocs.io/en/latest/
184
- https://github.com/zincware/IPSuite
0 commit comments