Python toolkit for quantum information theory
Project description
(Theory of Quantum Information Toolkit)
The toqito
package is an open source Python library for studying various
objects in quantum information, namely, states, channels, and measurements.
Specifically, toqito
focuses on providing numerical tools to study problems
pertaining to entanglement theory, nonlocal games, matrix analysis, and other
aspects of quantum information that are often associated with computer science.
toqito
aims to fill the needs of quantum information researchers who want
numerical and computational tools for manipulating quantum states,
measurements, and channels. It can also be used as a tool to enhance the
experience of students and instructors in classes pertaining to quantum
information.
Installing
The preferred way to install the toqito
package is via pip
:
pip install toqito
Alternatively, to install, you may also run the following command from the top-level package directory.
python setup.py install
Using
Full documentation along with specific examples and tutorials are provided here: https://toqito.readthedocs.io/.
More information can also be found on the following toqito homepage.
Testing
The pytest
module is used for testing. To run the suite of tests for toqito
,
run the following command in the root directory of this project.
pytest --cov-report term-missing --cov=toqito tests/
Citing
You can cite toqito
using the following DOI:
10.5281/zenodo.4743211
If you are using the toqito
software package in research work, please include
an explicit mention of toqito
in your publication. Something along the lines
of:
To solve problem "X" we used `toqito`; a package for studying certain
aspects of quantum information.
A BibTeX entry that you can use to cite :code:toqito
is provided here:
@misc{toqito,
author = {Vincent Russo},
title = {toqito: A {P}ython toolkit for quantum information, version 1.0.0},
howpublished = {\url{https://github.com/vprusso/toqito}},
month = May,
year = 2021,
doi = {10.5281/zenodo.4743211}
}
Contributing
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.
A detailed overview on how to contribute can be found in the contributing guide
License
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
File details
Details for the file toqito-1.0.1.tar.gz
.
File metadata
- Download URL: toqito-1.0.1.tar.gz
- Upload date:
- Size: 148.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4b47ed1a19b6af4f00824abaa5060209085aef0809f7f6e2f52cd51205e2a7b |
|
MD5 | d4b5af255c80da6a4b8258bd7a482a59 |
|
BLAKE2b-256 | 513f90296d3a3ca8f5be351a46531a0458ef41d8a08a638e2cbaaa4bc8d6b5a6 |