Rouse
An implementation of the Rouse model of polymer dynamics
Install / Use
/learn @OpenTrajectoryAnalysis/RouseREADME
rouse
An implementation of the Rouse model of polymer dynamics. For example usage and the full API reference visit our documentation at ReadTheDocs
To install rouse you can use the latest stable version from PyPI
$ pip install --upgrade rouse
or the very latest updates right from GitHub:
$ pip install git+https://github.com/OpenTrajectoryAnalysis/rouse
Developers
Note the Makefile, which can be used to build the documentation (using
Sphinx); run unit tests and check code coverage; and build an updated package
for release with GNU make.
When editing the example notebooks, remember to remove output and empty cells before committing to the git repo. nbstripout allows to do this automatically upon commit.
