Qiskit 0.6 implementation of https://arxiv.org/abs/1807.00429
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].