Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/euler16/distinguishing-unitary-gates-on-ibm-quantum-processor
Qiskit 0.6 implementation of https://arxiv.org/abs/1807.00429
https://github.com/euler16/distinguishing-unitary-gates-on-ibm-quantum-processor
qiskit quantum-computing
Last synced: about 2 months ago
JSON representation
Qiskit 0.6 implementation of https://arxiv.org/abs/1807.00429
- Host: GitHub
- URL: https://github.com/euler16/distinguishing-unitary-gates-on-ibm-quantum-processor
- Owner: euler16
- Created: 2018-10-07T16:26:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:56:44.000Z (about 2 years ago)
- Last Synced: 2023-03-05T20:04:14.425Z (almost 2 years ago)
- Topics: qiskit, quantum-computing
- Language: Jupyter Notebook
- Size: 65.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Distinguishing-Unitary-Gates-on-IBM-Quantum-Processor
Qiskit 0.6 implementation of https://arxiv.org/abs/1807.00429
## Background
The paper is about distinguishing phase change gate and identity gate using a Quantum Circuit. The author discusses two schemes -
- Parallel - using two qubits and applying the gate on both qubits
- Sequential - using a single qubit
The circuit is then tested on IBM Quantum Processor.
To run the Jupyter Notebook you will need to install Python 3.5+, qiskit 0.6 and an account on [[IBM Q](https://quantumexperience.ng.bluemix.net/qx)].