Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/glassnotes/the-2-designer
- Owner: glassnotes
- License: gpl-3.0
- Created: 2014-10-06T19:51:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-04T20:37:17.000Z (about 10 years ago)
- Last Synced: 2023-03-10T19:30:10.657Z (almost 2 years ago)
- Language: Python
- Size: 318 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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,
QuaECA 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.