bloqade.qasm3.dialects.expr.stmts.ConstComplex
← Module overview
class
method
classConstComplex¶source
bloqade.qasm3.dialects.expr.stmts.ConstComplex
Bases: ir.Statement
IR Statement representing a constant complex value.
class ConstComplexAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'constant.complex' | |
traits | — | frozenset({ir.Pure(), ir.ConstantLike(), lowering.FromPythonCall()}) | |
value | complex | info.attribute(types.Complex) | |
result | ir.ResultValue | info.result(types.Complex) |
methodprint_impl¶source
bloqade.qasm3.dialects.expr.stmts.ConstComplex.print_impl