Sequence
Sequence
Bases: SequenceExpr
Sequence of a program, which includes pulses informations.
show
show(**assignments)
Interactive visualization of the Sequence
Parameters:
Name | Type | Description | Default |
---|---|---|---|
**assignments
|
assigning the instance value (literal) to the existing variables in the Sequence |
{}
|
Source code in .venv/lib/python3.12/site-packages/bloqade/analog/ir/control/sequence.py
166 167 168 169 170 171 172 173 174 175 |
|