Skip to content

Commit 7e9d054

Browse files
authored
Colab for MD (#51)
* A Colab tutorial on running MD simulations with Orb * Adding colab guide
1 parent 3c79a26 commit 7e9d054

File tree

2 files changed

+403
-1
lines changed

2 files changed

+403
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ dyn.run(fmax=0.01)
113113
print("Optimized Energy:", atoms.get_potential_energy())
114114
```
115115

116-
Or you can use it to run MD simulations. The script and an example input xyz file are available in the [examples directory.](./examples) This should work with any input, simply modify the input_file and cell_size parameters. We recommend using constant volume simulations.
116+
Or you can use it to run MD simulations. The script, an example input xyz file and a Colab notebook demonstration are available in the [examples directory.](./examples) This should work with any input, simply modify the input_file and cell_size parameters. We recommend using constant volume simulations.
117117

118118

119119
### Finetuning

examples/OrbMDTut.ipynb

Lines changed: 402 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)