Analog circuit
AnalogCircuit ¶
AnalogCircuit is a dummy type that bundle register and sequence together.
register property
¶
Get the register of the program.
Returns:
Type | Description |
---|---|
register (Union["AtomArrangement", "ParallelRegister"]) |
Note
If the program is built with [parallelize()
][bloqade.builder.emit.Emit.parallelize], The the register will be a [ParallelRegister
][bloqade.ir.location.base.ParallelRegister]. Otherwise it will be a [AtomArrangement
][bloqade.ir.location.base.AtomArrangement].
show ¶
Interactive visualization of the program
Parameters:
Name | Type | Description | Default |
---|---|---|---|
**assignments | assigning the instance value (literal) to the existing variables in the program | {} |