Skip to main content

Python reference implementation of the Newton propagator for quantum dynamics

Project description

The newtonprop Python package

Source code on Github newtonprop on the Python Package Index Travis Continuous Integration AppVeyor Continuous Integration Coveralls Documentation Status BSD License

Pure Python reference implementation of the Newton propagator for quantum dynamics.

Development of newtonprop happens on Github. You can read the full documentation at ReadTheDocs.

Installation

To install the latest released version of newtonprop, run this command in your terminal:

$ pip install newtonprop

This is the preferred method to install newtonprop, 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 newtonprop from Github.

$ pip install git+https://github.com/qucontrol/newtonprop.git@master#egg=newtonprop

Usage

The newtonprop package exposes its functionality through a single function, accessible either as newtonprop.newton or newtonprop.propagator.step:

>>> from newtonprop import newton

History

0.1.0 (2018-11-27)

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

newtonprop-0.1.0.tar.gz (25.8 kB view hashes)

Uploaded Source

Built Distribution

newtonprop-0.1.0-py2.py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page