Python package for symbolic quantum algebra.
Development of QAlgebra happens on Github. You can read the full documentation online.
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
To use QAlgebra in a project:
import qalgebra