quantum-flows 0.1.17__tar.gz → 0.1.19__tar.gz
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-0.1.17 → quantum_flows-0.1.19}/PKG-INFO +3 -3
- {quantum_flows-0.1.17 → quantum_flows-0.1.19}/pyproject.toml +3 -3
- {quantum_flows-0.1.17 → quantum_flows-0.1.19}/quantum_flows/quantum_flows.py +1 -1
- {quantum_flows-0.1.17 → quantum_flows-0.1.19}/LICENSE +0 -0
- {quantum_flows-0.1.17 → quantum_flows-0.1.19}/README.md +0 -0
- {quantum_flows-0.1.17 → quantum_flows-0.1.19}/quantum_flows/__init__.py +0 -0
- {quantum_flows-0.1.17 → quantum_flows-0.1.19}/quantum_flows/quantum_flows.py.bck +0 -0
|
@@ -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
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "quantum-flows"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.19"
|
|
4
4
|
description = "A python library for interacting with Transilvania-Quantum Quantum Flows quantum computing API backbone."
|
|
5
5
|
authors = ["Radu Marginean <radu.marginean@transilvania-quantum.com>"]
|
|
6
6
|
license='MIT'
|
|
@@ -13,8 +13,8 @@ python = "^3.10"
|
|
|
13
13
|
python-keycloak = "^4.7.3"
|
|
14
14
|
cryptography = "^44.0.2"
|
|
15
15
|
qiskit-nature = "^0.7.2"
|
|
16
|
-
qiskit = "
|
|
17
|
-
qiskit-optimization = "
|
|
16
|
+
qiskit = "2.3.0"
|
|
17
|
+
qiskit-optimization = {version = "0.7.0", extras = ["cplex"]}
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
[build-system]
|
|
@@ -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__,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|