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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file newtonprop-0.1.0.tar.gz.
File metadata
- Download URL: newtonprop-0.1.0.tar.gz
- Upload date:
- Size: 25.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.5.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a231d0b0584cee13d82807860dfcb5e2e1c4ca817c26202271e019f19a8f8659
|
|
| MD5 |
cdecd5e7e404c658204e8ad6d92bb7bd
|
|
| BLAKE2b-256 |
6078dbdc578f3e06a498ea090ea94544bca96e2fb4431fec73c0c6273b04142d
|
File details
Details for the file newtonprop-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: newtonprop-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.5.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a641731ae9c522338da5b90d392c421c8496a48b1c998445b30761eec7d9e2d
|
|
| MD5 |
99732773a434022f1a750d0d52fe4d7f
|
|
| BLAKE2b-256 |
494062b909d7a05577f6fdb888b11baa25caecf5fa983e168a41d9948d43f044
|