Skip to content

bloqade.qasm3.dialects.expr.stmts.Exp

← Module overview

classExpsource

bloqade.qasm3.dialects.expr.stmts.Exp

Bases: ir.Statement

Take the exponential of a number.

class Exp

Attributes

NameTypeDefaultDescription
name—'exp'
traits—frozenset({lowering.FromPythonCall()})
valueir.SSAValueinfo.argument(PyNum)
resultir.ResultValueinfo.result(types.Float)