quantum-flows 0.1.17__py3-none-any.whl → 0.1.19__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- quantum_flows/quantum_flows.py +1 -1
- {quantum_flows-0.1.17.dist-info → quantum_flows-0.1.19.dist-info}/METADATA +3 -3
- quantum_flows-0.1.19.dist-info/RECORD +7 -0
- quantum_flows-0.1.17.dist-info/RECORD +0 -7
- {quantum_flows-0.1.17.dist-info → quantum_flows-0.1.19.dist-info}/LICENSE +0 -0
- {quantum_flows-0.1.17.dist-info → quantum_flows-0.1.19.dist-info}/WHEEL +0 -0
quantum_flows/quantum_flows.py
CHANGED
|
@@ -715,7 +715,7 @@ In case the service has been recently started please wait 5 minutes for it to be
|
|
|
715
715
|
"WorkflowId": workflow_id,
|
|
716
716
|
"Shots": shots,
|
|
717
717
|
"Comments": comments,
|
|
718
|
-
"
|
|
718
|
+
"MaxFunEvaluations": max_fun_evaluations,
|
|
719
719
|
"InputDataLabels": input_data_labels,
|
|
720
720
|
"InputDataItems": input_data_items,
|
|
721
721
|
"QiskitVersion": qiskit.__version__,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: quantum-flows
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.19
|
|
4
4
|
Summary: A python library for interacting with Transilvania-Quantum Quantum Flows quantum computing API backbone.
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Radu Marginean
|
|
@@ -14,9 +14,9 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.13
|
|
15
15
|
Requires-Dist: cryptography (>=44.0.2,<45.0.0)
|
|
16
16
|
Requires-Dist: python-keycloak (>=4.7.3,<5.0.0)
|
|
17
|
-
Requires-Dist: qiskit (==
|
|
17
|
+
Requires-Dist: qiskit (==2.3.0)
|
|
18
18
|
Requires-Dist: qiskit-nature (>=0.7.2,<0.8.0)
|
|
19
|
-
Requires-Dist: qiskit-optimization (
|
|
19
|
+
Requires-Dist: qiskit-optimization[cplex] (==0.7.0)
|
|
20
20
|
Project-URL: Repository, https://github.com/Transilvania-Quantum/quantum-flows
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
quantum_flows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
quantum_flows/quantum_flows.py,sha256=9vc6Qn0zPB6DvR0IJFaM3XbJIIqvT0_DCUn5Oa0W4to,39228
|
|
3
|
+
quantum_flows/quantum_flows.py.bck,sha256=ak5TNi4uCzuUPJn_GAQpPoH_XfaVvp85C844d8xeFbA,39179
|
|
4
|
+
quantum_flows-0.1.19.dist-info/LICENSE,sha256=IMxjvLtrzufAKrJSQ5u9vkcL3LbqJnOU8He5HXDet3Q,1077
|
|
5
|
+
quantum_flows-0.1.19.dist-info/METADATA,sha256=dPBMbyqJOHXHeL94UzY2GgtE61jyYSoYSAmqyK7CTWo,1063
|
|
6
|
+
quantum_flows-0.1.19.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
7
|
+
quantum_flows-0.1.19.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
quantum_flows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
quantum_flows/quantum_flows.py,sha256=gupYjqTeNm-0hVHc9oH2Udc7bCgymH5ed-MJjFkrpmA,39224
|
|
3
|
-
quantum_flows/quantum_flows.py.bck,sha256=ak5TNi4uCzuUPJn_GAQpPoH_XfaVvp85C844d8xeFbA,39179
|
|
4
|
-
quantum_flows-0.1.17.dist-info/LICENSE,sha256=IMxjvLtrzufAKrJSQ5u9vkcL3LbqJnOU8He5HXDet3Q,1077
|
|
5
|
-
quantum_flows-0.1.17.dist-info/METADATA,sha256=dZaVE-NuDAQYzZtEtB1zm2PI6O1bLWOlD6KTW5MtCNE,1063
|
|
6
|
-
quantum_flows-0.1.17.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
7
|
-
quantum_flows-0.1.17.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|