trajectorydata

Package providing the TrajectoryData class that allows to manage data for observables from a large number of quantum trajectory simulations


Keywords
trajectorydata
License
MIT
Install
pip install trajectorydata==0.1.0

Documentation

Overview

docs Documentation Status
tests
Travis-CI Build Status
Coverage Status
package

Class for managing observable data from quantum trajectories

  • Free software: MIT license

Installation

pip install trajectorydata

Documentation

https://trajectorydata.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox