bloqade.analog.emulate.ir.emulator.JITWaveform
← Module overview
class
property
sourcemethod
classJITWaveform¶source
bloqade.analog.emulate.ir.emulator.JITWaveform
Signature
class JITWaveform(assignments: Dict[str, Decimal], source: Waveform, runtime: WaveformRuntime = WaveformRuntime.Interpret)Parameters
| Name | Type | Default | Description |
|---|---|---|---|
assignments | Dict[str, Decimal] | required | |
source | Waveform | required | |
runtime | WaveformRuntime | WaveformRuntime.Interpret |
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
assignments | Dict[str, Decimal] | required | |
source | Waveform | required | |
runtime | WaveformRuntime | WaveformRuntime.Interpret |
propertycanonicalized_ir¶source
bloqade.analog.emulate.ir.emulator.JITWaveform.canonicalized_ir
canonicalized_irmethodemit¶source
bloqade.analog.emulate.ir.emulator.JITWaveform.emit