quapp-pennylane 0.0.4.dev7__tar.gz → 0.0.4.dev8__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.dev7/quapp_pennylane.egg-info → quapp_pennylane-0.0.4.dev8}/PKG-INFO +5 -9
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/README.md +4 -8
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/pyproject.toml +1 -1
- quapp_pennylane-0.0.4.dev8/quapp_pennylane/__init__.py +5 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8/quapp_pennylane.egg-info}/PKG-INFO +5 -9
- quapp_pennylane-0.0.4.dev7/quapp_pennylane/model/provider/__init__.py +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/LICENSE +0 -0
- {quapp_pennylane-0.0.4.dev7/quapp_pennylane → quapp_pennylane-0.0.4.dev8/quapp_pennylane/async_tasks}/__init__.py +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane/async_tasks/pennylane_circuit_export_task.py +0 -0
- {quapp_pennylane-0.0.4.dev7/quapp_pennylane/async_tasks → quapp_pennylane-0.0.4.dev8/quapp_pennylane/component}/__init__.py +0 -0
- {quapp_pennylane-0.0.4.dev7/quapp_pennylane/component → quapp_pennylane-0.0.4.dev8/quapp_pennylane/component/backend}/__init__.py +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane/component/backend/pennylane_invocation.py +0 -0
- {quapp_pennylane-0.0.4.dev7/quapp_pennylane/component/backend → quapp_pennylane-0.0.4.dev8/quapp_pennylane/factory}/__init__.py +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane/factory/pennylane_device_factory.py +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane/factory/pennylane_handler_factory.py +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane/factory/pennylane_provider_factory.py +0 -0
- {quapp_pennylane-0.0.4.dev7/quapp_pennylane/factory → quapp_pennylane-0.0.4.dev8/quapp_pennylane/handler}/__init__.py +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane/handler/invocation_handler.py +0 -0
- {quapp_pennylane-0.0.4.dev7/quapp_pennylane/handler → quapp_pennylane-0.0.4.dev8/quapp_pennylane/model}/__init__.py +0 -0
- {quapp_pennylane-0.0.4.dev7/quapp_pennylane/model → quapp_pennylane-0.0.4.dev8/quapp_pennylane/model/device}/__init__.py +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane/model/device/aws_braket_device.py +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane/model/device/ibm_quantum_device.py +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane/model/device/pennylane_device.py +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane/model/device/qapp_pennylane_device.py +0 -0
- {quapp_pennylane-0.0.4.dev7/quapp_pennylane/model/device → quapp_pennylane-0.0.4.dev8/quapp_pennylane/model/provider}/__init__.py +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane/model/provider/aws_braket_provider.py +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane/model/provider/ibm_cloud_provider.py +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane/model/provider/ibm_quantum_provider.py +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane/model/provider/qapp_pennylane_provider.py +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane.egg-info/SOURCES.txt +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane.egg-info/dependency_links.txt +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane.egg-info/requires.txt +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane.egg-info/top_level.txt +0 -0
- {quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/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.dev8
|
|
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)
|
|
@@ -69,14 +69,10 @@ pip install quapp-pennylane
|
|
|
69
69
|
|
|
70
70
|
## Recently Changes Highlights
|
|
71
71
|
|
|
72
|
-
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
-
|
|
76
|
-
factories
|
|
77
|
-
- build: Bump a version to 0.0.4.dev6 and update dependency `quapp-common` to
|
|
78
|
-
0.0.11.dev7
|
|
79
|
-
- refactor: Enhance logging and error handling across QAppPennylane components
|
|
72
|
+
- fix: Add compatibility shim for `pennylane-rigetti==0.36.0` — patches missing
|
|
73
|
+
`Expectation` attribute (renamed to `ExpectationMP` in PennyLane 0.37+) at
|
|
74
|
+
import time via `quapp_pennylane/__init__.py`
|
|
75
|
+
- build: Bump a version to `0.0.4.dev8`
|
|
80
76
|
|
|
81
77
|
For detailed usage and API references, please refer to the in-code documentation
|
|
82
78
|
or contact the maintainers.
|
|
@@ -34,14 +34,10 @@ pip install quapp-pennylane
|
|
|
34
34
|
|
|
35
35
|
## Recently Changes Highlights
|
|
36
36
|
|
|
37
|
-
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
-
|
|
41
|
-
factories
|
|
42
|
-
- build: Bump a version to 0.0.4.dev6 and update dependency `quapp-common` to
|
|
43
|
-
0.0.11.dev7
|
|
44
|
-
- refactor: Enhance logging and error handling across QAppPennylane components
|
|
37
|
+
- fix: Add compatibility shim for `pennylane-rigetti==0.36.0` — patches missing
|
|
38
|
+
`Expectation` attribute (renamed to `ExpectationMP` in PennyLane 0.37+) at
|
|
39
|
+
import time via `quapp_pennylane/__init__.py`
|
|
40
|
+
- build: Bump a version to `0.0.4.dev8`
|
|
45
41
|
|
|
46
42
|
For detailed usage and API references, please refer to the in-code documentation
|
|
47
43
|
or contact the maintainers.
|
|
@@ -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.dev8"
|
|
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" }]
|
|
@@ -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.dev8
|
|
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)
|
|
@@ -69,14 +69,10 @@ pip install quapp-pennylane
|
|
|
69
69
|
|
|
70
70
|
## Recently Changes Highlights
|
|
71
71
|
|
|
72
|
-
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
-
|
|
76
|
-
factories
|
|
77
|
-
- build: Bump a version to 0.0.4.dev6 and update dependency `quapp-common` to
|
|
78
|
-
0.0.11.dev7
|
|
79
|
-
- refactor: Enhance logging and error handling across QAppPennylane components
|
|
72
|
+
- fix: Add compatibility shim for `pennylane-rigetti==0.36.0` — patches missing
|
|
73
|
+
`Expectation` attribute (renamed to `ExpectationMP` in PennyLane 0.37+) at
|
|
74
|
+
import time via `quapp_pennylane/__init__.py`
|
|
75
|
+
- build: Bump a version to `0.0.4.dev8`
|
|
80
76
|
|
|
81
77
|
For detailed usage and API references, please refer to the in-code documentation
|
|
82
78
|
or contact the maintainers.
|
|
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
|
{quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane.egg-info/requires.txt
RENAMED
|
File without changes
|
{quapp_pennylane-0.0.4.dev7 → quapp_pennylane-0.0.4.dev8}/quapp_pennylane.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|