Models¶
::: cryowire.models
Stage¶
Temperature stages in a dilution refrigerator, ordered from top to bottom:
| Stage | Value | Temperature |
|---|---|---|
RT |
"RT" |
Room temp |
K50 |
"50K" |
50 K |
K4 |
"4K" |
4 K |
STILL |
"Still" |
~800 mK |
CP |
"CP" |
~100 mK |
MXC |
"MXC" |
~10 mK |
Component types¶
| Class | Key fields | Diagram label |
|---|---|---|
Attenuator |
value_dB |
10 dB |
Filter |
filter_type |
Ecco. / FLT |
Isolator |
— | ISO |
Amplifier |
amplifier_type, gain_dB |
+40 dB |
CustomComponent |
custom_type |
user-defined |
All components share model and serial fields, and expose label, summary_label, attenuation, gain properties.
Line models¶
ControlLine—line_idpatternC\d+, singlequbitReadoutLine—line_idpattern(RS|RR)\d+, list ofqubits
Configuration models¶
WiringConfig— containslines: list[ControlLine | ReadoutLine]CooldownMetadata— cooldown ID, date, cryo, operator, purposeChipConfig— chip name and qubit count