qalgebra

Python package for symbolic quantum algebra


Keywords
qnet, computer, algebra, symbolic, science, quantum, computing, mechanics, optics, networks, qutip, sympy
License
MIT
Install
pip install qalgebra==0.2.0

Documentation

QAlgebra

Source code on Github QAlgebra on the Python Package Index Documentation Docs Tests Coveralls MIT License

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