weylchamber

Python package for analyzing two-qubit gates in the Weyl chamber


Keywords
weylchamber, quantum-computing, qutip
License
BSD-3-Clause
Install
pip install weylchamber==0.4.0

Documentation

The weylchamber package

Source code on Github weylchamber on the Python Package Index Travis Continuous Integration AppVeyor Continuous Integration Coveralls Documentation Status BSD License

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 at ReadTheDocs.

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.