quapp-pennylane 0.0.5.dev2__tar.gz → 0.0.5.dev3__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.5.dev2/quapp_pennylane.egg-info → quapp_pennylane-0.0.5.dev3}/PKG-INFO +2 -2
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/pyproject.toml +2 -2
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3/quapp_pennylane.egg-info}/PKG-INFO +2 -2
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane.egg-info/requires.txt +1 -1
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/LICENSE +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/README.md +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/__init__.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/async_tasks/__init__.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/async_tasks/pennylane_circuit_export_task.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/component/__init__.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/component/backend/__init__.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/component/backend/pennylane_invocation.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/factory/__init__.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/factory/pennylane_device_factory.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/factory/pennylane_handler_factory.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/factory/pennylane_provider_factory.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/handler/__init__.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/handler/invocation_handler.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/model/__init__.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/model/device/__init__.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/model/device/aws_braket_device.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/model/device/ibm_quantum_device.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/model/device/pennylane_device.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/model/device/qapp_pennylane_device.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/model/provider/__init__.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/model/provider/aws_braket_provider.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/model/provider/ibm_cloud_provider.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/model/provider/ibm_quantum_provider.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/model/provider/qapp_pennylane_provider.py +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane.egg-info/SOURCES.txt +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane.egg-info/dependency_links.txt +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane.egg-info/top_level.txt +0 -0
- {quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quapp-pennylane
|
|
3
|
-
Version: 0.0.5.
|
|
3
|
+
Version: 0.0.5.dev3
|
|
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.
|
|
22
|
+
Requires-Dist: quapp-common==0.0.13.dev5
|
|
23
23
|
Requires-Dist: autoray==0.6.11
|
|
24
24
|
Requires-Dist: pennylane==0.37.0
|
|
25
25
|
Requires-Dist: matplotlib
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "quapp-pennylane"
|
|
7
|
-
version = "0.0.5.
|
|
7
|
+
version = "0.0.5.dev3"
|
|
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.
|
|
19
|
+
"quapp-common==0.0.13.dev5",
|
|
20
20
|
"autoray==0.6.11",
|
|
21
21
|
"pennylane==0.37.0",
|
|
22
22
|
"matplotlib",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quapp-pennylane
|
|
3
|
-
Version: 0.0.5.
|
|
3
|
+
Version: 0.0.5.dev3
|
|
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.
|
|
22
|
+
Requires-Dist: quapp-common==0.0.13.dev5
|
|
23
23
|
Requires-Dist: autoray==0.6.11
|
|
24
24
|
Requires-Dist: pennylane==0.37.0
|
|
25
25
|
Requires-Dist: matplotlib
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/async_tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/component/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/factory/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/handler/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/model/device/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane/model/provider/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{quapp_pennylane-0.0.5.dev2 → quapp_pennylane-0.0.5.dev3}/quapp_pennylane.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|