Skip to content

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

License

Notifications You must be signed in to change notification settings

OnBoard-Devs/NOT-Gate-Quantum-Circuit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%