- Use the Drag and Drop feature to apply the quantum gates where you want to implement.
- 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)
- 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.
- Available examples:
- Deutch’s Problem
- Deutch-Jozsa Problem
- Bernstein-Vazirani Problem
- Description of every example is provided at the top.
- You can adjust Quantum Oracle function using Right-Corner HTML GUI.
- Qiskit and OpenQASM 2.0 code auto changes according to any change in Quantum Oracle or in Circuit GUI. (vise-versa)