An open API service indexing awesome lists of open source software.

https://github.com/readdy/custom-integrator-example

Demonstrate how to build a custom integrator for ReaDDy
https://github.com/readdy/custom-integrator-example

Last synced: 12 days ago
JSON representation

Demonstrate how to build a custom integrator for ReaDDy

Awesome Lists containing this project

README

          

Clone this repo
```bash
git clone https://github.com/readdy/custom-integrator-example.git myintegrator
cd myintegrator
git submodule init
git submodule update
```

Be in a conda environment `test` that has readdy installed and build the custom integrator
```bash
(test) $ python setup.py develop
```

Test it
```bash
(test) $ python run.py
```