narupatools¶
narupatools is a python package containing utilities for running and interacting with molecular dynamics simulations being run within the Narupa framework.
This documentation contains an overview of some of the concepts involved in narupatools, tutorials describing how to use the various parts, and documentation for all public methods and classes.
Installation¶
You can install narupatools using conda:
conda install -c conda-forge -c irl -c alexjbinnie narupatools
narupatools has Narupa and its dependencies as dependencies itself, so if setting up a new conda environment you can simply use:
conda create -n narupatools
conda activate narupatools
conda install-c conda-forge -c irl -c alexjbinnie narupatools
Disclaimer¶
narupatools is a separate project which is not a part of Narupa, and does not have any affiliation with either Narupa or the Intangible Realities Laboratory. The author would like to make it clear that issues arising due to this library should not be reported on the Narupa repositories, and instead reported to the narupatools bug tracker.
License¶
This project is released under the GNU General Public License version 3. All code written for narupatools is (c) Alex Jamieson-Binnie, All Rights Reserved.
Some code is originally part of the narupa python libraries, and is modified under the terms of the GPL. All narupa code is (c) Intangible Realities Lab, University Of Bristol. All rights reserved.