Skip to content

rskbansal/qHackathon_Quest-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qHackathon_Quest-2022

drawing   drawing

Quest is the BITS Goa chapter of Qiskit Fall Fest held from 25 to 27 November. Qiskit Fall Fests are quantum computing fests held globally on different campuses and are supported by IBM Quantum.

We were given a task to make a simple Quantum Compile, which can apply basic Gates to the Qubit(s). You may read the problem statement in detail in the provided PDF

Note If you are an absolute begginer in the world of Quantum, don't worry cause I got you covered, just go through the provided PPT to get a brief intro of the field.

Pre-requisites

  • Python 3.6 or later
  • NumPy for Python
    pip install numpy
    

Features

  • Support for Complex Amplitudes
  • Initialize Qubits your way
  • Friendly CLI
  • View Matrix for supported Gates
  • Gates supported :-
    • Pauli-X X
    • Pauli-Y Y
    • Pauli-Z Z
    • Hadamard H
    • Controlled Not CNOT

About

A simple Qiskit-like Quantum Compiler

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages