Field
Field
Bases: FieldExpr
Field node in the IR. Which contains collection(s) of
[Waveform
][bloqade.ir.control.waveform.Waveform]
<field> ::= ('field' <spatial modulation> <padded waveform>)*
show
show(**assignments)
Interactive visualization of the Field
Parameters:
Name | Type | Description | Default |
---|---|---|---|
**assignments
|
assigning the instance value (literal) to the existing variables in the Field |
{}
|
Source code in .venv/lib/python3.12/site-packages/bloqade/analog/ir/control/field.py
262 263 264 265 266 267 268 269 270 271 |
|