bloqade.stim.dialects.auxiliary.stmts.const.ConstBool
← Module overview
class
method
classConstBool¶source
bloqade.stim.dialects.auxiliary.stmts.const.ConstBool
Bases: ir.Statement
IR Statement representing a constant boolean value.
class ConstBoolAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'constant.bool' | |
traits | — | frozenset({ir.Pure(), ir.ConstantLike(), lowering.FromPythonCall()}) | |
value | bool | info.attribute(types.Bool) | value (float): The constant float value. |
result | ir.ResultValue | info.result(types.Bool) | result (Float): The result value. |
methodprint_impl¶source
bloqade.stim.dialects.auxiliary.stmts.const.ConstBool.print_impl