bloqade.stim.dialects.auxiliary.interp.StimAuxMethods
← Module overview
class
method
sourcemethod
source
classStimAuxMethods¶source
bloqade.stim.dialects.auxiliary.interp.StimAuxMethods
Bases: interp.MethodTable
class StimAuxMethodsmethodconst¶source
bloqade.stim.dialects.auxiliary.interp.StimAuxMethods.const
Signature
def const(interpreter: interp.Interpreter, frame: interp.Frame, stmt: stmts.ConstFloat | stmts.ConstInt | stmts.ConstBool | stmts.ConstStr)Parameters
| Name | Type | Description |
|---|---|---|
interpreter | interp.Interpreter | |
frame | interp.Frame | |
stmt | stmts.ConstFloat | stmts.ConstInt | stmts.ConstBool | stmts.ConstStr |
methodneg¶source
bloqade.stim.dialects.auxiliary.interp.StimAuxMethods.neg
Signature
def neg(interpreter: interp.Interpreter, frame: interp.Frame, stmt: stmts.Neg)Parameters
| Name | Type | Description |
|---|---|---|
interpreter | interp.Interpreter | |
frame | interp.Frame | |
stmt | stmts.Neg |