Pulse
Append
Pulse
Bases: PulseExpr
<pulse> ::= (<field name> <field>)+
show
show(**assignments)
Interactive visualization of the Pulse
Parameters:
Name | Type | Description | Default |
---|---|---|---|
**assignments
|
assigning the instance value (literal) to the existing variables in the Pulse |
{}
|
Source code in .venv/lib/python3.12/site-packages/bloqade/analog/ir/control/pulse.py
194 195 196 197 198 199 200 201 202 203 |
|
PulseExpr
Bases: HashTrait
, CanonicalizeTrait
<expr> ::= <pulse>
| <append>
| <slice>
| <named>