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 1 year 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-04T20:37:17.000Z (over 11 years ago)
- Last Synced: 2025-03-23T18:52:09.836Z (about 1 year ago)
- Language: Python
- Size: 318 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- 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,
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.