This repository provides (preliminary) Python bindings for fuzzyfold's RNA energy evaluation and kinetic simulations.
The Python module exposes:
- Energy evaluation (only default RNA parameters)
- Stochastic kinetic simulation (
Simulator)
The Python extension is built using maturin.
pip install maturinFrom the Python binding crate directory:
maturin develop --releaseFor now, see the script: [example.py]