bloqade.qasm3.dialects.expr.stmts.Pow
← Module overview
class
classPow¶source
bloqade.qasm3.dialects.expr.stmts.Pow
Bases: ir.Statement
Take the power of a number.
class PowAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'pow' | |
traits | — | frozenset({lowering.FromPythonCall()}) | |
lhs | ir.SSAValue | info.argument(PyNum) | |
rhs | ir.SSAValue | info.argument(PyNum) | |
result | ir.ResultValue | info.result(PyNum) |