Skip to content

Commit 7b6b5ab

Browse files
Merge pull request #170 from ricalessandri/example-links
Small fixes of the openmm examples
2 parents f5bffa5 + a2331af commit 7b6b5ab

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

examples/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ Examples for Methods using OpenMM can be found in the subfolder [openmm](openmm)
3434

3535
### Script examples
3636

37-
* ABF with Alanine Dipeptide: [ABF](openmm/abf)
37+
* ABF with Alanine Dipeptide: [ABF](openmm/abf/alanine-dipeptide_openmm.py)
3838
* Forward flux sampling with Alanine Dipeptide: [FFS](openmm/forward_flux_sampling.py)
39+
* Metadynamics with Alanine Dipeptide: [Metadynamics](openmm/metad/alanine-dipeptide.py)
40+
* Spectral ABF with Alanine Dipeptide: [SpectralABF](openmm/spectral_abf/alanine-dipeptide.py)
41+
* Umbrella integration with Alanine Dipeptide: [Umbrella Integration](openmm/umbrella_integration/integration.py)
3942

4043
## Installation of the Environment
4144

examples/openmm/metad/Metadynamics-ADP.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
},
328328
"outputs": [],
329329
"source": [
330-
"state = pysages.run(method, generate_simulation, timesteps)"
330+
"run_result = pysages.run(method, generate_simulation, timesteps)"
331331
]
332332
},
333333
{

examples/openmm/metad/Metadynamics-ADP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ On the GPU this should run in around half an hour.
199199
<!-- #endregion -->
200200

201201
```python id="K951m4BbpUar"
202-
state = pysages.run(method, generate_simulation, timesteps)
202+
run_result = pysages.run(method, generate_simulation, timesteps)
203203
```
204204

205205
<!-- #region id="PXBKUfK0p9T2" -->

0 commit comments

Comments
 (0)