Install
Python version: 3.7+
pip install quara
Use with other optimization parsers and solvers
Quara can also be used with other optimization parsers and solvers. The currently supported combinations are as follows:
parser |
solver |
install |
|---|---|---|
CVXPY |
MOSEK |
Interface from different packages
Quara supports the wrappers for executing standard tomography from several packages. To use this wrapper, install the package to be used as follows:
Qiskit:
pip install qiskit
QuTiP:
pip install qutip
Forest:
Install Forest SDK, pyQuil, QVM, and Quil Compiler. See the pyQuil website for installation instructions.
See the tutorial for detailed instructions.