Anantha-Rao12 / QCompiler

Implementation of a simple Quantum circuit compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Quantum Compiler

  • I have implemented a basic Quantum Circuit Simulator as part of the screening taks for the QOSF program.

  • The jupyter notebook 3_QC_simulator.ipynb contains basic implementations and syntax based on the QuantumCircuit() class described in qc_simulator.py.

  • I have implemented :

    • The basic single-qubit gates (X,Y,Z,I,H,S,T) and the CNOT gate
    • Multi-shot measurement of all qubits using a weighted random technique
  • Any constructive criticism orsuggestions are welcomed! I am currently working on incorporating parametric gates into the setup.

Thank you and have a wonderful day!



For clarifications and queries -- email: Anantha Rao

About

Implementation of a simple Quantum circuit compiler

License:MIT License


Languages

Language:Jupyter Notebook 90.1%Language:Python 9.9%