narupatools

https://img.shields.io/badge/Source-GitHub-181717?style=flat-square&logo=github https://img.shields.io/badge/Download-Anaconda-44A833?style=flat-square&logo=anaconda https://img.shields.io/badge/Documentation-Read_the_Docs-8CA1AF?style=flat-square&logo=read-the-docs https://img.shields.io/badge/License-GNU_General_Public_License_V3-orange?style=flat-square

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

https://anaconda.org/alexjbinnie/narupatools/badges/version.svg https://anaconda.org/alexjbinnie/narupatools/badges/latest_release_date.svg

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.

Indices and tables