bloqade.qasm3.dialects.expr.stmts.Mod
← Module overview
class
classMod¶source
bloqade.qasm3.dialects.expr.stmts.Mod
Bases: ir.Statement
Modulo of two numbers.
class ModAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'mod' | |
traits | — | frozenset({lowering.FromPythonCall()}) | |
lhs | ir.SSAValue | info.argument(PyNum) | |
rhs | ir.SSAValue | info.argument(PyNum) | |
result | ir.ResultValue | info.result(PyNum) |