TrajectoryData

https://img.shields.io/pypi/v/trajectorydata.svg https://img.shields.io/travis/goerz/trajectorydata.svg https://coveralls.io/repos/github/goerz/trajectorydata/badge.svg?branch=master Documentation Status

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