Skip to content

Commit d30202d

Browse files
committed
update tutorials to colab
1 parent 72d13a9 commit d30202d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ The package gmx-top4py provides an python interface to
1212
* alter force field parameters
1313

1414
## Tutorials
15-
You can find runnable examples in the [`examples`](https://github.com/graeter-group/gmx-top4py/tree/main/examples) directory:
16-
* [basic.py](https://github.com/graeter-group/gmx-top4py/blob/main/examples/basic/basic.py) - Basic accessing of topology information with gmx-top4py
17-
* [advanced.py](https://github.com/graeter-group/gmx-top4py/blob/main/examples/advanced/advanced.py) - Advanded accessing of topology information with gmx-top4py
18-
* [ff_params.py](https://github.com/graeter-group/gmx-top4py/blob/main/examples/ff_params/ff_params.py) - Adapting force field parameter with gmx-top4py
15+
The following tutorials are avaiable as Google Colab notebooks and hence do not require a local installation:
16+
* [Basic tutorial](https://colab.research.google.com/drive/19zjIw2H5O6InLDQWLXEvrwrZ5w0AL7i1?usp=sharing) - Basic accessing of topology information with gmx-top4py
17+
* [Advanced tutorial](https://colab.research.google.com/drive/1uWgji2O1N4PnxnYpGc1yV68Qzm-PfVX1?usp=sharing) - Advanded accessing of topology information with gmx-top4py
18+
* [Force field parameter tutorial](https://colab.research.google.com/drive/1YOPPkCDudqSwd2QV0P7qEcd-1bogrvtY?usp=sharing) - Adapting force field parameters with gmx-top4py
1919

2020
## Installation
2121
### From TestPyPi

0 commit comments

Comments
 (0)