The QuTiP quantum optimal control package
Project description
qutip-qtrl
The qutip-qtrl package used to be a module qutip.control
under QuTiP (Quantum Toolbox in Python).
From QuTiP 5.0, the community has decided to decrease the size of the core QuTiP package by reducing the external dependencies, in order to simplify maintenance.
Hence a few modules are separated from the core QuTiP and will become QuTiP family packages.
They are still maintained by the QuTiP team but hosted under different repositories in the QuTiP organization.
The qutip-qtrl package, QuTiP quantum optimal control, aims at providing advanced tools for the optimal control of quantum devices. Compared to other libraries for quantum optimal control, qutip-qtrl puts additional emphasis on the physics layer and the interaction with the QuTiP package. The package offers support for both the CRAB and GRAPE methods.
If you would like to know the future development plan and ideas, have a look at the qutip documentation for ideas.
Quick start
To install the package, use
pip install qutip-qtrl
Migrating from qutip.control
As the introduction suggested, this package is based on a module in the QuTiP package qutip.control
.
If you were using the qutip
package and now want to try out the new features included in this package, you can simply install this package and replace all the qutip.control
in your import statement with qutip_qtrl
. Everything should work smoothly as usual.
Documentation and tutorials
The documentation of qutip-qtrl
updated to the latest development version is hosted at qutip-qtrl.readthedocs.io/.
Tutorials related to using quantum optimal control in qutip-qtrl
can be found here.
Installation from source
If you want to edit the source code, please download the source code and run the following command under the root qutip-qtrl
folder,
pip install --upgrade pip
pip install -e .
which makes sure that you are up to date with the latest pip
version. Contribution guidelines are available here.
To build and test the documentation, additional packages need to be installed:
pip install pytest matplotlib sphinx numpydoc sphinx_rtd_theme
Under the doc
directory, use
make html
to build the documentation, or
make doctest
to test the code in the documentation.
Testing
To test the installation, choose the correct branch that matches with the version, e.g., qutip-qtrl-0.2.X
for version 0.2. Then download the source code and run from the qutip-qtrl
directory.
pytest tests
Citing qutip-qtrl
If you use qutip-qtrl
in your research, please cite the original QuTiP papers that are available here.
Support
This package is supported and maintained by the same developers group as QuTiP.
QuTiP development is supported by Nori's lab at RIKEN, by the University of Sherbrooke, by Chalmers University of Technology, by Macquarie University and by Aberystwyth University, among other supporting organizations.
License
You are free to use this software, with or without modification, provided that the conditions listed in the LICENSE.txt file are satisfied.
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
Built Distribution
File details
Details for the file qutip_qtrl-0.1.3.tar.gz
.
File metadata
- Download URL: qutip_qtrl-0.1.3.tar.gz
- Upload date:
- Size: 93.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56a532f72125de107b2fc8adac2ec54b246d592da6e2607ac9b8c31786d7375a |
|
MD5 | 0a39e80560f31ffeaa973c4a2d22127c |
|
BLAKE2b-256 | 3a54d2d77684fef7246507f06675363d196e730971cad053607bfbf55dabdc3d |
File details
Details for the file qutip_qtrl-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: qutip_qtrl-0.1.3-py3-none-any.whl
- Upload date:
- Size: 90.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47c3435f226288d7f0ab9a7a4c07275e062f3cc76483906a5bcf86ae1e23f70f |
|
MD5 | 64e0f3df95fc0b0f579e07ed3ad11a8d |
|
BLAKE2b-256 | ec888242b3d232e015308ecf739e15b44fcad9240182c64bdd6f9d82d27cb3fe |