quapp-pennylane 0.0.4.dev4__tar.gz → 0.0.4.dev6__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.
- {quapp_pennylane-0.0.4.dev4 → quapp_pennylane-0.0.4.dev6}/PKG-INFO +4 -4
- {quapp_pennylane-0.0.4.dev4 → quapp_pennylane-0.0.4.dev6}/README.md +2 -2
- {quapp_pennylane-0.0.4.dev4 → quapp_pennylane-0.0.4.dev6}/pyproject.toml +2 -2
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/component/backend/pennylane_invocation.py +3 -1
- {quapp_pennylane-0.0.4.dev4 → quapp_pennylane-0.0.4.dev6}/quapp_pennylane.egg-info/PKG-INFO +4 -4
- quapp_pennylane-0.0.4.dev6/quapp_pennylane.egg-info/SOURCES.txt +31 -0
- {quapp_pennylane-0.0.4.dev4 → quapp_pennylane-0.0.4.dev6}/quapp_pennylane.egg-info/requires.txt +1 -1
- quapp_pennylane-0.0.4.dev6/quapp_pennylane.egg-info/top_level.txt +1 -0
- quapp_pennylane-0.0.4.dev4/quapp_pennylane.egg-info/SOURCES.txt +0 -31
- quapp_pennylane-0.0.4.dev4/quapp_pennylane.egg-info/top_level.txt +0 -1
- {quapp_pennylane-0.0.4.dev4 → quapp_pennylane-0.0.4.dev6}/LICENSE +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/__init__.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/async_tasks/__init__.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/async_tasks/pennylane_circuit_export_task.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/component/__init__.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/component/backend/__init__.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/factory/__init__.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/factory/pennylane_device_factory.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/factory/pennylane_handler_factory.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/factory/pennylane_provider_factory.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/handler/__init__.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/handler/invocation_handler.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/model/__init__.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/model/device/__init__.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/model/device/aws_braket_device.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/model/device/ibm_quantum_device.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/model/device/pennylane_device.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/model/device/qapp_pennylane_device.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/model/provider/__init__.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/model/provider/aws_braket_provider.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/model/provider/ibm_cloud_provider.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/model/provider/ibm_quantum_provider.py +0 -0
- {quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/model/provider/qapp_pennylane_provider.py +0 -0
- {quapp_pennylane-0.0.4.dev4 → quapp_pennylane-0.0.4.dev6}/quapp_pennylane.egg-info/dependency_links.txt +0 -0
- {quapp_pennylane-0.0.4.dev4 → quapp_pennylane-0.0.4.dev6}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quapp-pennylane
|
|
3
|
-
Version: 0.0.4.
|
|
3
|
+
Version: 0.0.4.dev6
|
|
4
4
|
Summary: Quapp pennylane library supporting Quapp Platform for Quantum Computing
|
|
5
5
|
Author-email: "CITYNOW Co. Ltd. " <corp@citynow.vn>
|
|
6
6
|
License: The MIT License (MIT)
|
|
@@ -19,7 +19,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
19
19
|
Requires-Python: >=3.10
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist: quapp-common==0.0.11.
|
|
22
|
+
Requires-Dist: quapp-common==0.0.11.dev7
|
|
23
23
|
Requires-Dist: autoray==0.6.11
|
|
24
24
|
Requires-Dist: pennylane==0.37.0
|
|
25
25
|
Requires-Dist: matplotlib
|
|
@@ -74,8 +74,8 @@ pip install quapp-pennylane
|
|
|
74
74
|
- refactor: Add `_transpile_circuit` method with logging improvements
|
|
75
75
|
- refactor: Switch to `job_logger` and improve logging consistency in PennyLane
|
|
76
76
|
factories
|
|
77
|
-
- build: Bump a version to 0.0.4.
|
|
78
|
-
0.0.11.
|
|
77
|
+
- build: Bump a version to 0.0.4.dev6 and update dependency `quapp-common` to
|
|
78
|
+
0.0.11.dev7
|
|
79
79
|
- refactor: Enhance logging and error handling across QAppPennylane components
|
|
80
80
|
|
|
81
81
|
For detailed usage and API references, please refer to the in-code documentation
|
|
@@ -39,8 +39,8 @@ pip install quapp-pennylane
|
|
|
39
39
|
- refactor: Add `_transpile_circuit` method with logging improvements
|
|
40
40
|
- refactor: Switch to `job_logger` and improve logging consistency in PennyLane
|
|
41
41
|
factories
|
|
42
|
-
- build: Bump a version to 0.0.4.
|
|
43
|
-
0.0.11.
|
|
42
|
+
- build: Bump a version to 0.0.4.dev6 and update dependency `quapp-common` to
|
|
43
|
+
0.0.11.dev7
|
|
44
44
|
- refactor: Enhance logging and error handling across QAppPennylane components
|
|
45
45
|
|
|
46
46
|
For detailed usage and API references, please refer to the in-code documentation
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "quapp-pennylane"
|
|
7
|
-
version = "0.0.4.
|
|
7
|
+
version = "0.0.4.dev6"
|
|
8
8
|
description = "Quapp pennylane library supporting Quapp Platform for Quantum Computing"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [{ name = "CITYNOW Co. Ltd. ", email = "corp@citynow.vn" }]
|
|
@@ -16,7 +16,7 @@ classifiers = [
|
|
|
16
16
|
]
|
|
17
17
|
keywords = ["quapp", "quapp-pennylane", "pennylane", "quantum"]
|
|
18
18
|
dependencies = [
|
|
19
|
-
"quapp-common==0.0.11.
|
|
19
|
+
"quapp-common==0.0.11.dev7",
|
|
20
20
|
"autoray==0.6.11",
|
|
21
21
|
"pennylane==0.37.0",
|
|
22
22
|
"matplotlib",
|
|
@@ -51,7 +51,9 @@ class PennylaneInvocation(Invocation):
|
|
|
51
51
|
self.circuit_export_url),
|
|
52
52
|
backend_data_holder=BackendDataHolder(
|
|
53
53
|
self.backend_information,
|
|
54
|
-
self.authentication.user_token)
|
|
54
|
+
self.authentication.user_token),
|
|
55
|
+
project_header=self.project_header,
|
|
56
|
+
workspace_header=self.workspace_header)
|
|
55
57
|
future = circuit_exporting_pool.submit(circuit_export_task.do)
|
|
56
58
|
self.logger.info("Circuit export submitted to thread pool")
|
|
57
59
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quapp-pennylane
|
|
3
|
-
Version: 0.0.4.
|
|
3
|
+
Version: 0.0.4.dev6
|
|
4
4
|
Summary: Quapp pennylane library supporting Quapp Platform for Quantum Computing
|
|
5
5
|
Author-email: "CITYNOW Co. Ltd. " <corp@citynow.vn>
|
|
6
6
|
License: The MIT License (MIT)
|
|
@@ -19,7 +19,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
19
19
|
Requires-Python: >=3.10
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist: quapp-common==0.0.11.
|
|
22
|
+
Requires-Dist: quapp-common==0.0.11.dev7
|
|
23
23
|
Requires-Dist: autoray==0.6.11
|
|
24
24
|
Requires-Dist: pennylane==0.37.0
|
|
25
25
|
Requires-Dist: matplotlib
|
|
@@ -74,8 +74,8 @@ pip install quapp-pennylane
|
|
|
74
74
|
- refactor: Add `_transpile_circuit` method with logging improvements
|
|
75
75
|
- refactor: Switch to `job_logger` and improve logging consistency in PennyLane
|
|
76
76
|
factories
|
|
77
|
-
- build: Bump a version to 0.0.4.
|
|
78
|
-
0.0.11.
|
|
77
|
+
- build: Bump a version to 0.0.4.dev6 and update dependency `quapp-common` to
|
|
78
|
+
0.0.11.dev7
|
|
79
79
|
- refactor: Enhance logging and error handling across QAppPennylane components
|
|
80
80
|
|
|
81
81
|
For detailed usage and API references, please refer to the in-code documentation
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
LICENSE
|
|
2
|
+
README.md
|
|
3
|
+
pyproject.toml
|
|
4
|
+
quapp_pennylane/__init__.py
|
|
5
|
+
quapp_pennylane.egg-info/PKG-INFO
|
|
6
|
+
quapp_pennylane.egg-info/SOURCES.txt
|
|
7
|
+
quapp_pennylane.egg-info/dependency_links.txt
|
|
8
|
+
quapp_pennylane.egg-info/requires.txt
|
|
9
|
+
quapp_pennylane.egg-info/top_level.txt
|
|
10
|
+
quapp_pennylane/async_tasks/__init__.py
|
|
11
|
+
quapp_pennylane/async_tasks/pennylane_circuit_export_task.py
|
|
12
|
+
quapp_pennylane/component/__init__.py
|
|
13
|
+
quapp_pennylane/component/backend/__init__.py
|
|
14
|
+
quapp_pennylane/component/backend/pennylane_invocation.py
|
|
15
|
+
quapp_pennylane/factory/__init__.py
|
|
16
|
+
quapp_pennylane/factory/pennylane_device_factory.py
|
|
17
|
+
quapp_pennylane/factory/pennylane_handler_factory.py
|
|
18
|
+
quapp_pennylane/factory/pennylane_provider_factory.py
|
|
19
|
+
quapp_pennylane/handler/__init__.py
|
|
20
|
+
quapp_pennylane/handler/invocation_handler.py
|
|
21
|
+
quapp_pennylane/model/__init__.py
|
|
22
|
+
quapp_pennylane/model/device/__init__.py
|
|
23
|
+
quapp_pennylane/model/device/aws_braket_device.py
|
|
24
|
+
quapp_pennylane/model/device/ibm_quantum_device.py
|
|
25
|
+
quapp_pennylane/model/device/pennylane_device.py
|
|
26
|
+
quapp_pennylane/model/device/qapp_pennylane_device.py
|
|
27
|
+
quapp_pennylane/model/provider/__init__.py
|
|
28
|
+
quapp_pennylane/model/provider/aws_braket_provider.py
|
|
29
|
+
quapp_pennylane/model/provider/ibm_cloud_provider.py
|
|
30
|
+
quapp_pennylane/model/provider/ibm_quantum_provider.py
|
|
31
|
+
quapp_pennylane/model/provider/qapp_pennylane_provider.py
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
quapp_pennylane
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
LICENSE
|
|
2
|
-
README.md
|
|
3
|
-
pyproject.toml
|
|
4
|
-
qapp_pennylane/__init__.py
|
|
5
|
-
qapp_pennylane/async_tasks/__init__.py
|
|
6
|
-
qapp_pennylane/async_tasks/pennylane_circuit_export_task.py
|
|
7
|
-
qapp_pennylane/component/__init__.py
|
|
8
|
-
qapp_pennylane/component/backend/__init__.py
|
|
9
|
-
qapp_pennylane/component/backend/pennylane_invocation.py
|
|
10
|
-
qapp_pennylane/factory/__init__.py
|
|
11
|
-
qapp_pennylane/factory/pennylane_device_factory.py
|
|
12
|
-
qapp_pennylane/factory/pennylane_handler_factory.py
|
|
13
|
-
qapp_pennylane/factory/pennylane_provider_factory.py
|
|
14
|
-
qapp_pennylane/handler/__init__.py
|
|
15
|
-
qapp_pennylane/handler/invocation_handler.py
|
|
16
|
-
qapp_pennylane/model/__init__.py
|
|
17
|
-
qapp_pennylane/model/device/__init__.py
|
|
18
|
-
qapp_pennylane/model/device/aws_braket_device.py
|
|
19
|
-
qapp_pennylane/model/device/ibm_quantum_device.py
|
|
20
|
-
qapp_pennylane/model/device/pennylane_device.py
|
|
21
|
-
qapp_pennylane/model/device/qapp_pennylane_device.py
|
|
22
|
-
qapp_pennylane/model/provider/__init__.py
|
|
23
|
-
qapp_pennylane/model/provider/aws_braket_provider.py
|
|
24
|
-
qapp_pennylane/model/provider/ibm_cloud_provider.py
|
|
25
|
-
qapp_pennylane/model/provider/ibm_quantum_provider.py
|
|
26
|
-
qapp_pennylane/model/provider/qapp_pennylane_provider.py
|
|
27
|
-
quapp_pennylane.egg-info/PKG-INFO
|
|
28
|
-
quapp_pennylane.egg-info/SOURCES.txt
|
|
29
|
-
quapp_pennylane.egg-info/dependency_links.txt
|
|
30
|
-
quapp_pennylane.egg-info/requires.txt
|
|
31
|
-
quapp_pennylane.egg-info/top_level.txt
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
qapp_pennylane
|
|
File without changes
|
{quapp_pennylane-0.0.4.dev4/qapp_pennylane → quapp_pennylane-0.0.4.dev6/quapp_pennylane}/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|