The weylchamber package¶
Python package for analyzing two-qubit gates in the Weyl chamber
Development of the weylchamber
package happens on Github.
You can read the full documentation online.
Installation¶
To install the latest released version of the weylchamber
package, run this command in your terminal:
$ pip install weylchamber
This is the preferred method to install weylchamber
, as it will always install the most recent stable release.
If you don’t have pip installed, this Python installation guide can guide you through the process.
To install the latest development version of weylchamber
from Github.
$ pip install git+https://github.com/qucontrol/weylchamber.git@master#egg=weylchamber
Usage¶
To use weylchamber
in a project:
import weylchamber
See the Tutorial for details.