Skip to content

bloqade.qasm3.dialects.expr.stmts.Pow

← Module overview

classPowsource

bloqade.qasm3.dialects.expr.stmts.Pow

Bases: ir.Statement

Take the power of a number.

class Pow

Attributes

NameTypeDefaultDescription
name—'pow'
traits—frozenset({lowering.FromPythonCall()})
lhsir.SSAValueinfo.argument(PyNum)
rhsir.SSAValueinfo.argument(PyNum)
resultir.ResultValueinfo.result(PyNum)