Installation#
QwaveMPS can be installed using the following command:
pip install QwaveMPS
This package is available on PyPI
General Requirements#
The following packages are required to run the QwaveMPS:
Package |
Version |
|---|---|
python |
3.10+ |
numpy |
1.16.0+ |
scipy |
1.3.0+ |
ncon |
The ncon package can be install with the following command:
pip install --user ncon
In addition, the following package is required to run the examples and see the output figures:
Package |
Version |
|---|---|
matplotlib |
2.1.0+ |