https://github.com/qucontrol/weylchamber
Python package for analyzing two-qubit gates in the Weyl chamber
https://github.com/qucontrol/weylchamber
quantum-computing qutip
Last synced: 8 days ago
JSON representation
Python package for analyzing two-qubit gates in the Weyl chamber
- Host: GitHub
- URL: https://github.com/qucontrol/weylchamber
- Owner: qucontrol
- License: other
- Created: 2018-11-24T02:11:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T18:40:37.000Z (over 1 year ago)
- Last Synced: 2025-08-27T02:21:48.429Z (5 months ago)
- Topics: quantum-computing, qutip
- Language: Python
- Homepage: https://qucontrol.github.io/weylchamber/
- Size: 3.65 MB
- Stars: 14
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
=======================
The weylchamber package
=======================
.. raw:: html
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`_.
.. _online: https://qucontrol.github.io/weylchamber/
Installation
------------
To install the latest released version of the ``weylchamber`` package, run this command in your terminal:
.. code-block:: console
$ 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.
.. _pip: https://pip.pypa.io
.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/
To install the latest development version of ``weylchamber`` from `Github`_.
.. code-block:: console
$ pip install git+https://github.com/qucontrol/weylchamber.git@master#egg=weylchamber
.. _Github: https://github.com/qucontrol/weylchamber
Usage
-----
To use ``weylchamber`` in a project::
import weylchamber
See the Tutorial_ for details.
.. _Tutorial: https://qucontrol.github.io/weylchamber/master/tutorial.html