Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 -


  1. Parallel - using two qubits and applying the gate on both qubits

  2. 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)].