Python package for symbolic quantum algebra
Project description
QAlgebra
Python package for symbolic quantum algebra.
Development of QAlgebra happens on Github. You can read the full documentation online.
Installation
To install the latest released version of QAlgebra, run this command in your terminal:
pip install qalgebra
This is the preferred method to install QAlgebra, as it will always install the most recent stable release.
If you don't have pip installed, the Python installation guide, respectively the Python Packaging User Guide can guide you through the process.
To install the latest development version of QAlgebra from Github.
pip install git+https://github.com/qalgebra/qalgebra.git@master#egg=qalgebra
Usage
To use QAlgebra in a project:
import qalgebra
History
0.2.0 (2020-12-30)
- Initial alpha release
0.1.0 (2018-12-06)
- Placeholder 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
qalgebra-0.2.0.tar.gz
(221.8 kB
view hashes)
Built Distribution
qalgebra-0.2.0-py3-none-any.whl
(155.2 kB
view hashes)