Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/glassnotes/the-2-designer

Implementation of the uniformization procedure in Dankert et. al (PRA 80 012304, 2009) to construct unitary 2 designs using random circuits.
https://github.com/glassnotes/the-2-designer

Last synced: about 2 months ago
JSON representation

Implementation of the uniformization procedure in Dankert et. al (PRA 80 012304, 2009) to construct unitary 2 designs using random circuits.

Awesome Lists containing this project

README

        

The 2-Designer
==================

Implementation of the uniformization procedure in Dankert et. al (PRA 80 012304, 2009) to construct unitary 2 designs using random circuits.

To run this program, type "python \_\_main\_\_.py" and follow the prompts.

Requirements:
SciPy,
QuaEC

A copy of QuaEC with some additional necessary functions can be downloaded from https://github.com/glassnotes/python-quaec. See https://github.com/cgranade/python-quaec for the official version.