quapp-common 0.0.12.dev6__tar.gz → 0.0.12.dev7__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_common-0.0.12.dev6/quapp_common.egg-info → quapp_common-0.0.12.dev7}/PKG-INFO +7 -1
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/README.md +6 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/pyproject.toml +1 -1
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/circuit_adapter.py +1 -1
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7/quapp_common.egg-info}/PKG-INFO +7 -1
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/LICENSE +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/async_tasks/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/async_tasks/async_invocation_task.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/async_tasks/async_task.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/async_tasks/export_circuit_task.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/async_tasks/post_processing_task.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/backend/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/backend/invocation.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/backend/job_fetcher.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/backend/job_fetching.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/backend/job_manager.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/bridge.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/callback/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/callback/update_job_metadata.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/device/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/device/device_selection.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/dispatcher.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/result_serializer.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/config/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/config/logging_config.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/config/thread_config.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/async_task/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/async_task/circuit_export/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/async_task/circuit_export/backend_holder.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/async_task/circuit_export/circuit_holder.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/backend/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/backend/backend_information.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/callback/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/callback/callback_url.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/device/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/device/circuit_running_option.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/promise/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/promise/post_processing_promise.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/promise/promise.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/request/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/request/invocation_request.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/request/job_fetching_request.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/request/request.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/response/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/response/authentication.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/response/custom_header.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/response/job_response.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/enum/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/enum/base_enum.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/enum/http_header.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/enum/invocation_step.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/enum/language.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/enum/media_type.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/enum/processing_unit.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/enum/provider_tag.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/enum/sdk.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/enum/status/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/enum/status/job_status.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/enum/status/status_code.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/enum/token_type.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/factory/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/factory/device_factory.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/factory/handler_factory.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/factory/provider_factory.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/handler/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/handler/handler.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/model/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/model/device/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/model/device/custom_device.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/model/device/device.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/model/invocation.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/model/provider/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/model/provider/provider.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/util/__init__.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/util/file_utils.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/util/http_utils.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/util/json_parser_utils.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/util/response_utils.py +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common.egg-info/SOURCES.txt +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common.egg-info/dependency_links.txt +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common.egg-info/requires.txt +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common.egg-info/top_level.txt +0 -0
- {quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quapp-common
|
|
3
|
-
Version: 0.0.12.
|
|
3
|
+
Version: 0.0.12.dev7
|
|
4
4
|
Summary: Quapp common library supporting Quapp Platform for Quantum Computing
|
|
5
5
|
Author-email: "CITYNOW Co. Ltd. " <corp@citynow.vn>
|
|
6
6
|
License: The MIT License (MIT)
|
|
@@ -101,6 +101,12 @@ Notes:
|
|
|
101
101
|
|
|
102
102
|
## Recently Changes Highlights
|
|
103
103
|
|
|
104
|
+
### v0.0.12.dev7
|
|
105
|
+
- Fix: remove `Sdk.CU_QUANTUM` from the CUDA-Q branch in `CircuitAdapter._adapt_openqasm` —
|
|
106
|
+
`CU_QUANTUM` is not a member of the `Sdk` enum; the only valid CUDA-Q value is
|
|
107
|
+
`Sdk.CUDA_QUANTUM`, so the compound `sdk in (Sdk.CUDA_QUANTUM, Sdk.CU_QUANTUM)` check
|
|
108
|
+
is replaced with a plain `sdk == Sdk.CUDA_QUANTUM`.
|
|
109
|
+
|
|
104
110
|
### v0.0.12.dev6
|
|
105
111
|
- Fix: replace direct `from pytket.extensions.braket import ...` and
|
|
106
112
|
`from pytket.extensions.pyquil import ...` with `importlib.import_module()`
|
|
@@ -64,6 +64,12 @@ Notes:
|
|
|
64
64
|
|
|
65
65
|
## Recently Changes Highlights
|
|
66
66
|
|
|
67
|
+
### v0.0.12.dev7
|
|
68
|
+
- Fix: remove `Sdk.CU_QUANTUM` from the CUDA-Q branch in `CircuitAdapter._adapt_openqasm` —
|
|
69
|
+
`CU_QUANTUM` is not a member of the `Sdk` enum; the only valid CUDA-Q value is
|
|
70
|
+
`Sdk.CUDA_QUANTUM`, so the compound `sdk in (Sdk.CUDA_QUANTUM, Sdk.CU_QUANTUM)` check
|
|
71
|
+
is replaced with a plain `sdk == Sdk.CUDA_QUANTUM`.
|
|
72
|
+
|
|
67
73
|
### v0.0.12.dev6
|
|
68
74
|
- Fix: replace direct `from pytket.extensions.braket import ...` and
|
|
69
75
|
`from pytket.extensions.pyquil import ...` with `importlib.import_module()`
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "quapp-common"
|
|
7
|
-
version = "0.0.12.
|
|
7
|
+
version = "0.0.12.dev7"
|
|
8
8
|
description = "Quapp common library supporting Quapp Platform for Quantum Computing"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [{ name = "CITYNOW Co. Ltd. ", email = "corp@citynow.vn" }]
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/circuit_adapter.py
RENAMED
|
@@ -92,7 +92,7 @@ class CircuitAdapter:
|
|
|
92
92
|
from qibo.models import Circuit
|
|
93
93
|
return Circuit.from_qasm(qasm_str)
|
|
94
94
|
|
|
95
|
-
elif sdk
|
|
95
|
+
elif sdk == Sdk.CUDA_QUANTUM:
|
|
96
96
|
# CUDA-Q accepts OpenQASM directly via kernel builder
|
|
97
97
|
return qasm_str
|
|
98
98
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quapp-common
|
|
3
|
-
Version: 0.0.12.
|
|
3
|
+
Version: 0.0.12.dev7
|
|
4
4
|
Summary: Quapp common library supporting Quapp Platform for Quantum Computing
|
|
5
5
|
Author-email: "CITYNOW Co. Ltd. " <corp@citynow.vn>
|
|
6
6
|
License: The MIT License (MIT)
|
|
@@ -101,6 +101,12 @@ Notes:
|
|
|
101
101
|
|
|
102
102
|
## Recently Changes Highlights
|
|
103
103
|
|
|
104
|
+
### v0.0.12.dev7
|
|
105
|
+
- Fix: remove `Sdk.CU_QUANTUM` from the CUDA-Q branch in `CircuitAdapter._adapt_openqasm` —
|
|
106
|
+
`CU_QUANTUM` is not a member of the `Sdk` enum; the only valid CUDA-Q value is
|
|
107
|
+
`Sdk.CUDA_QUANTUM`, so the compound `sdk in (Sdk.CUDA_QUANTUM, Sdk.CU_QUANTUM)` check
|
|
108
|
+
is replaced with a plain `sdk == Sdk.CUDA_QUANTUM`.
|
|
109
|
+
|
|
104
110
|
### v0.0.12.dev6
|
|
105
111
|
- Fix: replace direct `from pytket.extensions.braket import ...` and
|
|
106
112
|
`from pytket.extensions.pyquil import ...` with `importlib.import_module()`
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/async_tasks/async_task.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/backend/__init__.py
RENAMED
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/backend/invocation.py
RENAMED
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/backend/job_fetcher.py
RENAMED
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/backend/job_fetching.py
RENAMED
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/backend/job_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/callback/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/device/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/component/result_serializer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/async_task/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/callback/__init__.py
RENAMED
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/callback/callback_url.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
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/response/__init__.py
RENAMED
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/response/authentication.py
RENAMED
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/response/custom_header.py
RENAMED
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/data/response/job_response.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
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/enum/status/job_status.py
RENAMED
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/enum/status/status_code.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/factory/device_factory.py
RENAMED
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/factory/handler_factory.py
RENAMED
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/factory/provider_factory.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/model/device/custom_device.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/model/provider/__init__.py
RENAMED
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/model/provider/provider.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common/util/json_parser_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quapp_common-0.0.12.dev6 → quapp_common-0.0.12.dev7}/quapp_common.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|