microsoft / microsoft/Qcodes

Setup and tear down actions.

Open
#274 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
459
Forks
359
Avg merge
3d 6h
Merged PRs (30d)
73

Description

Need to implement the following:
@qdev-dk/qcodes should there be the .run() in the following snippet ?

``` python
qc.Measure(vna.s11, vna.s21).setup(..).teardown(..).run(..)
```

See #263 for more info qc.Measure (not yet implemented).

``` python
Loop(..).setup(..).teardown(..).run(..)

```

Contributor guide

Open the contributing guide

Research direction

Start by reading issue #263, then compare the proposed qc.Measure and Loop setup/teardown/run snippets to understand the intended measurement API. The work is done when the lifecycle behavior and whether run belongs in the chain are defined and implemented for the referenced use cases.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.