Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 470 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 470 Bytes

NOT Gate Quantum Circuit (Qiskit)

About

A Python program applying a NOT gate to a given input with quantum gates, using the Qiskit package.

Prerequisites

  • Python 3
  • qiskit module (can be installed simply with pip3 install qiskit)

Implementation

Simply download the code and navigate to src, then:

  • Run python3 NOTGateCircuit.py in your terminal if you have MacOS/Linux.
  • Run python NOTGateCircuit.py in your terminal if you have Windows.