Metadata-Version: 2.1
Name: bgls
Version: 0.1.0
Summary: Implementation of the gate-by-gate sampling algorithm.
Home-page: https://github.com/asciineuron/bgls
Author: Alex Shapiro
Author-email: alexander.shapiro@epfl.ch
License: Apache 2.0
Project-URL: Bug Tracker, https://github.com/asciineuron/bgls/issues/
Project-URL: Documentation, https://github.com/asciineuron/bgls
Project-URL: Source, https://github.com/asciineuron/bgls
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: development
License-File: LICENSE

# bgls

[![build](https://github.com/asciineuron/bgls/workflows/Python%20package/badge.svg)](https://github.com/asciineuron/bgls/actions)
[![Repository](https://img.shields.io/badge/GitHub-5C5C5C.svg?logo=github)](https://github.com/asciineuron/bgls)

bgls is a cirq-interfacing implementation of the gate-by-gate quantum sampling algorithm described by https://arxiv.org/abs/2112.08499.
