Package providing the TrajectoryData class that allows to manage data for observables from a large number of quantum trajectory simulations
Project description
TrajectoryData
Package providing the TrajectoryData class that allows to manage data for observables from a large number of quantum trajectory simulations
Development of TrajectoryData happens on Github.
Installation
To install the latest released version of TrajectoryData, run this command in your terminal:
$ pip install trajectorydata
This is the preferred method to install TrajectoryData, as it will always install the most recent stable release.
If you don’t have pip installed, this Python installation guide can guide you through the process.
To install the latest development version of TrajectoryData from the from the Github.
$ pip install git+https://github.com/goerz/trajectorydata.git@master#egg=trajectorydata
Usage
To use TrajectoryData in a project:
import trajectorydata
History
0.1.0 (2018-03-25)
Initial release