Skip to content

fvalle1/quantumPerceptron

Repository files navigation

quantum perceptron

qsharp MIT

circuit

Code to implement a quantum 2-dimensional perceptron using qubits

The idea was from this article which authors suggest to use Grover algorithm to search weights to use in the machine learning model

q-sharp

Language used to run this project is q#

IBM quantum experience

Boolean RunOnIBM = false;

setting true this variable project will be run on IBM quantum experience

LICENSE

See LICENSE