samyak152002
commited on
Commit
•
a011025
1
Parent(s):
dbaf96e
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
-
pip install qiskit
|
3 |
-
pip install qiskit-aer
|
4 |
"""
|
5 |
multiply.py: Multiply two numbers using repeated fourier
|
6 |
transform based addition.
|
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
+
# pip install qiskit
|
3 |
+
# pip install qiskit-aer
|
4 |
"""
|
5 |
multiply.py: Multiply two numbers using repeated fourier
|
6 |
transform based addition.
|