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
- Host: GitHub
- URL: https://github.com/readdy/custom-integrator-example
- Owner: readdy
- Created: 2018-10-22T14:18:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T18:20:04.000Z (over 7 years ago)
- Last Synced: 2025-02-27T12:45:12.066Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```