Skip to content

bloqade.stim.dialects.auxiliary.stmts.const.Neg

← Module overview

classNegsource

bloqade.stim.dialects.auxiliary.stmts.const.Neg

Bases: ir.Statement

IR Statement representing a negation operation.

class Neg

Attributes

NameTypeDefaultDescription
name—'neg'
traits—frozenset({lowering.FromPythonCall()})
operandir.SSAValueinfo.argument(types.Int)
resultir.ResultValueinfo.result(types.Int)