Skip to content

bloqade.qasm2.parse.ast.Call

← Module overview

classCallsource

bloqade.qasm2.parse.ast.Call

Bases: Expr

Signature
class Call(name: Literal['sin', 'cos', 'tan', 'exp', 'ln', 'sqrt'], args: list[Expr])

Parameters

NameTypeDescription
nameLiteral['sin', 'cos', 'tan', 'exp', 'ln', 'sqrt']
argslist[Expr]

Attributes

NameTypeDescription
nameLiteral['sin', 'cos', 'tan', 'exp', 'ln', 'sqrt']
argslist[Expr]