Metadata-Version: 2.1
Name: rqcopt
Version: 1.0.0
Summary: Python package for Riemannian quantum circuit optimization
Home-page: https://github.com/qc-tum/rqcopt
Author: Christian B. Mendl
Author-email: "Christian B. Mendl" <christian.b.mendl@gmail.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/qc-tum/rqcopt
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE

Riemannian quantum circuit optimization
=======================================

.. image:: https://github.com/qc-tum/rqcopt/actions/workflows/ci.yml/badge.svg?branch=master
  :target: https://github.com/qc-tum/rqcopt/actions/workflows/ci.yml


Python package to perform Riemannian quantum circuit optimization for Hamiltonian simulation, accompanying `arXiv:2212.07556 <https://arxiv.org/abs/2212.07556>`_.

.. image:: brickwall_circuit_approx.png
   :width: 400


Installation
------------
To install *rqcopt* from PyPI, call

.. code-block:: python

    python3 -m pip install rqcopt

Alternatively, you can clone this repository and install it in development mode via

.. code-block:: python

    python3 -m pip install -e <path/to/repo>
