Skip to content

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

License

Notifications You must be signed in to change notification settings

00mjk/weylchamber

 
 

Repository files navigation

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.

About

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.8%
  • Makefile 6.2%