Python reference implementation of the Newton propagator for quantum dynamics
Project description
The newtonprop Python package
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for newtonprop-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a641731ae9c522338da5b90d392c421c8496a48b1c998445b30761eec7d9e2d |
|
MD5 | 99732773a434022f1a750d0d52fe4d7f |
|
BLAKE2b-256 | 494062b909d7a05577f6fdb888b11baa25caecf5fa983e168a41d9948d43f044 |