ashutosh1919 commited on
Commit
b883d39
1 Parent(s): f74f978

Adding flagged in Gitignore

Browse files
Files changed (2) hide show
  1. .gitignore +3 -0
  2. README.md +4 -0
.gitignore CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  # Byte-compiled / optimized / DLL files
2
  __pycache__/
3
  *.py[cod]
 
1
+ # Extra
2
+ flagged
3
+
4
  # Byte-compiled / optimized / DLL files
5
  __pycache__/
6
  *.py[cod]
README.md CHANGED
@@ -9,3 +9,7 @@ app_file: gradio_app.py
9
  pinned: false
10
  license: apache-2.0
11
  ---
 
 
 
 
 
9
  pinned: false
10
  license: apache-2.0
11
  ---
12
+
13
+ # Quantum Perceptron
14
+
15
+ Implementation of Quantum Perceptron: An Artificial Neuron Implemented on an Actual Quantum Processor.