iqm-exa-common 26.4__tar.gz → 26.6__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.
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/CHANGELOG.rst +18 -0
- {iqm_exa_common-26.4/src/iqm_exa_common.egg-info → iqm_exa_common-26.6}/PKG-INFO +1 -1
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/data/parameter.py +6 -5
- {iqm_exa_common-26.4 → iqm_exa_common-26.6/src/iqm_exa_common.egg-info}/PKG-INFO +1 -1
- iqm_exa_common-26.6/version.txt +1 -0
- iqm_exa_common-26.4/version.txt +0 -1
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/LICENSE.txt +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/MANIFEST.in +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/README.rst +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/docs/API.rst +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/docs/Makefile +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/docs/_static/.gitignore +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/docs/_static/css/custom.css +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/docs/_static/images/favicon.ico +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/docs/_static/images/logo.png +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/docs/_templates/autosummary-class-template.rst +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/docs/_templates/autosummary-module-template.rst +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/docs/changelog.rst +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/docs/conf.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/docs/index.rst +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/docs/license.rst +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/pyproject.toml +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/requirements/base.in +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/requirements/base.txt +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/setup.cfg +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/setup.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/__init__.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/api/__init__.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/api/proto_serialization/__init__.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/api/proto_serialization/_parameter.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/api/proto_serialization/array.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/api/proto_serialization/datum.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/api/proto_serialization/nd_sweep.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/api/proto_serialization/sequence.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/api/proto_serialization/setting_node.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/__init__.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/__init__.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/exponential_sweep.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/fixed_sweep.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/linear_sweep.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/option/__init__.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/option/center_span_base_options.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/option/center_span_options.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/option/constants.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/option/fixed_options.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/option/option_converter.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/option/start_stop_base_options.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/option/start_stop_options.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/option/sweep_options.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/sweep.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/sweep_values.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/data/__init__.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/data/base_model.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/data/setting_node.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/data/settingnode_v2.html.jinja2 +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/data/value.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/errors/__init__.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/errors/exa_error.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/errors/server_errors.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/helpers/__init__.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/helpers/data_helper.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/helpers/json_helper.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/helpers/numpy_helper.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/helpers/software_version_helper.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/logger/__init__.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/logger/logger.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/qcm_data/__init__.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/qcm_data/chad_model.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/qcm_data/chip_topology.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/qcm_data/file_adapter.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/qcm_data/immutable_base_model.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/qcm_data/qcm_data_client.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/sweep/__init__.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/sweep/database_serialization.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/sweep/util.py +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/iqm_exa_common.egg-info/SOURCES.txt +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/iqm_exa_common.egg-info/dependency_links.txt +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/iqm_exa_common.egg-info/requires.txt +0 -0
- {iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/iqm_exa_common.egg-info/top_level.txt +0 -0
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
Changelog
|
|
3
3
|
=========
|
|
4
4
|
|
|
5
|
+
Version 26.6 (2025-03-21)
|
|
6
|
+
=========================
|
|
7
|
+
|
|
8
|
+
Features
|
|
9
|
+
********
|
|
10
|
+
|
|
11
|
+
* Rename QPU chip types, based on either "crystal" or "star" architecture and number of qubits. For example,
|
|
12
|
+
"crystal_5" or "star_6". For "mini" chips, like "mini_crystal_20", the number is not based on the actual number
|
|
13
|
+
of qubits but to the chip it's trying to "minimize" instead, like "crystal_20". :issue:`SW-1059`
|
|
14
|
+
|
|
15
|
+
Version 26.5 (2025-03-19)
|
|
16
|
+
=========================
|
|
17
|
+
|
|
18
|
+
Bug fixes
|
|
19
|
+
---------
|
|
20
|
+
|
|
21
|
+
- Fix Parameters with element_indices having those indices duplicated in the name when deserialised
|
|
22
|
+
|
|
5
23
|
Version 26.4 (2025-03-11)
|
|
6
24
|
=========================
|
|
7
25
|
|
|
@@ -236,11 +236,12 @@ class Parameter(BaseModel):
|
|
|
236
236
|
case _:
|
|
237
237
|
raise ValidationError("Parameter 'element_indices' must be one or more ints.")
|
|
238
238
|
object.__setattr__(self, "element_indices", idxs)
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
object.__setattr__(self, "
|
|
242
|
-
object.__setattr__(self, "
|
|
243
|
-
|
|
239
|
+
# there may be len(idxs) num of "__" separated indices at the end, remove those to get the parent name
|
|
240
|
+
parent_name = self.name.replace("__" + "__".join([str(idx) for idx in idxs]), "")
|
|
241
|
+
object.__setattr__(self, "_parent_name", parent_name)
|
|
242
|
+
object.__setattr__(self, "_parent_label", self.label.replace(f" {idxs}", ""))
|
|
243
|
+
object.__setattr__(self, "label", f"{self._parent_label} {idxs}")
|
|
244
|
+
name = self._parent_name
|
|
244
245
|
for index in idxs:
|
|
245
246
|
name += f"__{index}"
|
|
246
247
|
object.__setattr__(self, "name", name)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
26.6
|
iqm_exa_common-26.4/version.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
26.4
|
|
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
|
{iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/api/proto_serialization/__init__.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/api/proto_serialization/_parameter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/api/proto_serialization/nd_sweep.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/api/proto_serialization/sequence.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/api/proto_serialization/setting_node.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/exponential_sweep.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/option/constants.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/option/fixed_options.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/option/option_converter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/control/sweep/option/sweep_options.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
|
{iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/exa/common/helpers/software_version_helper.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
|
{iqm_exa_common-26.4 → iqm_exa_common-26.6}/src/iqm_exa_common.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|