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
Language used to run this project is q#
Boolean RunOnIBM = false;
setting true this variable project will be run on IBM quantum experience
See LICENSE