Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/device object #91

Merged
merged 54 commits into from
Aug 14, 2024
Merged

Feature/device object #91

merged 54 commits into from
Aug 14, 2024

Conversation

THuckemann
Copy link
Collaborator

Adding device object that is supposed to represent devices with gates and corresponding parameters in Qumada.
This should work in parallel with the "normal" measurement scripts and possibly replace the parameter dictionaries for workflows.

TillHuckemann and others added 9 commits September 22, 2023 18:34
…eters without having to use a measurement script.
…instruments in the same way as measurement_scripts

Device.update_terminal_parameters() has to be called in order to pass mapping on to terminal_parameters
…ilable for easier access when using gates. If not, TypeError is returned.
Added load and create methods to allow creating devices from the normal measurement parameter dictionaries
@THuckemann THuckemann added the enhancement New feature or request label May 3, 2024
@THuckemann THuckemann self-assigned this May 3, 2024
Copy link

codecov bot commented May 3, 2024

Codecov Report

Attention: Patch coverage is 0.70053% with 567 lines in your changes missing coverage. Please review.

Project coverage is 23.79%. Comparing base (c16dc87) to head (cd723ff).

Files Patch % Lines
src/qumada/measurement/device_object.py 0.00% 377 Missing ⚠️
src/qumada/utils/device_GUI.py 0.00% 136 Missing ⚠️
src/qumada/measurement/measurement.py 6.25% 30 Missing ⚠️
src/qumada/utils/load_from_sqlite_db.py 0.00% 11 Missing ⚠️
.../qumada/measurement/doNd_enhanced/doNd_enhanced.py 0.00% 7 Missing ⚠️
.../qumada/measurement/scripts/generic_measurement.py 20.00% 4 Missing ⚠️
src/qumada/instrument/buffers/buffer.py 0.00% 1 Missing ⚠️
src/qumada/instrument/buffers/dummy_dmm_buffer.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #91      +/-   ##
==========================================
- Coverage   27.11%   23.79%   -3.33%     
==========================================
  Files          35       37       +2     
  Lines        3769     4300     +531     
==========================================
+ Hits         1022     1023       +1     
- Misses       2747     3277     +530     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented May 3, 2024

Test Results

  4 files  ±0    4 suites  ±0   13s ⏱️ -3s
 25 tests ±0   25 ✅ ±0  0 💤 ±0  0 ❌ ±0 
100 runs  ±0  100 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 99b6ed2. ± Comparison against base commit c16dc87.

♻️ This comment has been updated with latest results.

TillHuckemann and others added 28 commits May 13, 2024 08:18
…vices.

Dynamic Parameters are now sorted according to priority.
# Conflicts:
#	src/qumada/measurement/measurement.py
@THuckemann THuckemann merged commit 06ddb32 into main Aug 14, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants