Skip to content

AmitGupta7580/Quantum_Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Simulator

Features:

Circuit

  1. Use the Drag and Drop feature to apply the quantum gates where you want to implement.
  2. To implement quantum circuits you can use qiskit as well as OpenQASM 2.0 code editor. (Click copy button to copy whole code in clipboard)
  3. Right-side window shows the output of the left-side implemented quantum circuit. Upper-section shows probability of all the possible outcomes whereas lower one shows the state vector quantum circuit in Complex number format.

Example

  1. Available examples:
    • Deutch’s Problem
    • Deutch-Jozsa Problem
    • Bernstein-Vazirani Problem
  2. Description of every example is provided at the top.
  3. You can adjust Quantum Oracle function using Right-Corner HTML GUI.
  4. Qiskit and OpenQASM 2.0 code auto changes according to any change in Quantum Oracle or in Circuit GUI. (vise-versa)

IMAGE ALT TEXT HERE