iqm-exa-common 26.15__tar.gz → 26.17__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.15 → iqm_exa_common-26.17}/CHANGELOG.rst +16 -0
- {iqm_exa_common-26.15/src/iqm_exa_common.egg-info → iqm_exa_common-26.17}/PKG-INFO +1 -1
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/data/setting_node.py +3 -3
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/qcm_data/chip_topology.py +1 -1
- {iqm_exa_common-26.15 → iqm_exa_common-26.17/src/iqm_exa_common.egg-info}/PKG-INFO +1 -1
- iqm_exa_common-26.17/version.txt +1 -0
- iqm_exa_common-26.15/version.txt +0 -1
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/LICENSE.txt +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/MANIFEST.in +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/README.rst +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/docs/API.rst +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/docs/Makefile +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/docs/_static/.gitignore +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/docs/_static/css/custom.css +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/docs/_static/images/favicon.ico +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/docs/_static/images/logo.png +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/docs/_templates/autosummary-class-template.rst +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/docs/_templates/autosummary-module-template.rst +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/docs/changelog.rst +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/docs/conf.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/docs/index.rst +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/docs/license.rst +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/pyproject.toml +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/requirements/base.in +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/requirements/base.txt +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/setup.cfg +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/setup.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/__init__.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/api/__init__.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/api/proto_serialization/__init__.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/api/proto_serialization/_parameter.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/api/proto_serialization/array.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/api/proto_serialization/datum.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/api/proto_serialization/nd_sweep.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/api/proto_serialization/sequence.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/api/proto_serialization/setting_node.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/__init__.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/sweep/__init__.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/sweep/exponential_sweep.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/sweep/fixed_sweep.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/sweep/linear_sweep.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/sweep/option/__init__.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/sweep/option/center_span_base_options.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/sweep/option/center_span_options.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/sweep/option/constants.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/sweep/option/fixed_options.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/sweep/option/option_converter.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/sweep/option/start_stop_base_options.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/sweep/option/start_stop_options.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/sweep/option/sweep_options.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/sweep/sweep.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/sweep/sweep_values.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/data/__init__.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/data/base_model.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/data/parameter.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/data/settingnode_v2.html.jinja2 +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/data/value.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/errors/__init__.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/errors/exa_error.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/errors/server_errors.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/helpers/__init__.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/helpers/data_helper.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/helpers/deprecation.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/helpers/json_helper.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/helpers/numpy_helper.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/helpers/software_version_helper.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/helpers/yaml_helper.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/logger/__init__.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/logger/logger.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/qcm_data/__init__.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/qcm_data/chad_model.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/qcm_data/file_adapter.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/qcm_data/immutable_base_model.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/qcm_data/qcm_data_client.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/sweep/__init__.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/sweep/database_serialization.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/sweep/util.py +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/iqm_exa_common.egg-info/SOURCES.txt +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/iqm_exa_common.egg-info/dependency_links.txt +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/iqm_exa_common.egg-info/requires.txt +0 -0
- {iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/iqm_exa_common.egg-info/top_level.txt +0 -0
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
Changelog
|
|
3
3
|
=========
|
|
4
4
|
|
|
5
|
+
Version 26.17 (2025-05-09)
|
|
6
|
+
==========================
|
|
7
|
+
|
|
8
|
+
Features
|
|
9
|
+
--------
|
|
10
|
+
|
|
11
|
+
- Modify :func:`get_connected_probe_lines` such that it also works for qubits without readout, :issue:`QPUC-603`.
|
|
12
|
+
|
|
13
|
+
Version 26.16 (2025-05-06)
|
|
14
|
+
==========================
|
|
15
|
+
|
|
16
|
+
Bug fixes
|
|
17
|
+
---------
|
|
18
|
+
|
|
19
|
+
- Fix copy deprecation warning.
|
|
20
|
+
|
|
5
21
|
Version 26.15 (2025-04-29)
|
|
6
22
|
==========================
|
|
7
23
|
|
|
@@ -339,7 +339,7 @@ class SettingNode(BaseModel):
|
|
|
339
339
|
if isinstance(child, Setting):
|
|
340
340
|
update_dict = {"path": update_path}
|
|
341
341
|
if self.align_name:
|
|
342
|
-
update_dict["parameter"] = child.parameter.
|
|
342
|
+
update_dict["parameter"] = child.parameter.model_copy(update={"name": update_path})
|
|
343
343
|
self[key] = child.model_copy(update=update_dict)
|
|
344
344
|
elif self.align_name:
|
|
345
345
|
self[key] = Setting(
|
|
@@ -574,9 +574,9 @@ class SettingNode(BaseModel):
|
|
|
574
574
|
for key, item in first.settings.items():
|
|
575
575
|
if merge_nones or item.value is not None:
|
|
576
576
|
if align_name:
|
|
577
|
-
new[key] = item.
|
|
577
|
+
new[key] = item.model_copy(update={"name": item.name.replace(f"{first.name}.", "")})
|
|
578
578
|
else:
|
|
579
|
-
new.settings[key] = item.
|
|
579
|
+
new.settings[key] = item.model_copy()
|
|
580
580
|
for key, item in first.subtrees.items():
|
|
581
581
|
item_copy = item.model_copy(update={"name": item.name.replace(f"{first.name}.", "")}, deep=deep_copy)
|
|
582
582
|
subs = new if align_name else new.subtrees
|
|
@@ -242,7 +242,7 @@ class ChipTopology:
|
|
|
242
242
|
|
|
243
243
|
def get_connected_probe_lines(self, components: Collection[str]) -> set[str]:
|
|
244
244
|
"""Get probelines that are connected to any of the given components."""
|
|
245
|
-
return {self.component_to_probe_line[c] for c in components}
|
|
245
|
+
return {self.component_to_probe_line[c] for c in components if c in self.component_to_probe_line}
|
|
246
246
|
|
|
247
247
|
def get_connected_coupler_map(self, components: Collection[str]) -> ComponentMap:
|
|
248
248
|
"""Returns a `ComponentMap`, including only the couplers between components that both are in the given subset.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
26.17
|
iqm_exa_common-26.15/version.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
26.15
|
|
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.15 → iqm_exa_common-26.17}/docs/_templates/autosummary-class-template.rst
RENAMED
|
File without changes
|
{iqm_exa_common-26.15 → iqm_exa_common-26.17}/docs/_templates/autosummary-module-template.rst
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
|
{iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/api/proto_serialization/__init__.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/api/proto_serialization/_parameter.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/api/proto_serialization/array.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/api/proto_serialization/datum.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/api/proto_serialization/nd_sweep.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/api/proto_serialization/sequence.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/api/proto_serialization/setting_node.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/sweep/exponential_sweep.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/sweep/option/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/sweep/option/constants.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/control/sweep/option/fixed_options.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.15 → iqm_exa_common-26.17}/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
|
{iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/data/settingnode_v2.html.jinja2
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
|
{iqm_exa_common-26.15 → iqm_exa_common-26.17}/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
|
{iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/qcm_data/immutable_base_model.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/exa/common/sweep/database_serialization.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.15 → iqm_exa_common-26.17}/src/iqm_exa_common.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|