bloqade.stim.dialects.auxiliary.stmts.const.Neg
← Module overview
class
classNeg¶source
bloqade.stim.dialects.auxiliary.stmts.const.Neg
Bases: ir.Statement
IR Statement representing a negation operation.
class NegAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'neg' | |
traits | — | frozenset({lowering.FromPythonCall()}) | |
operand | ir.SSAValue | info.argument(types.Int) | |
result | ir.ResultValue | info.result(types.Int) |