bloqade.qasm2.parse.ast.Call
← Module overview
class
classCall¶source
bloqade.qasm2.parse.ast.Call
Bases: Expr
Signature
class Call(name: Literal['sin', 'cos', 'tan', 'exp', 'ln', 'sqrt'], args: list[Expr])Parameters
| Name | Type | Description |
|---|---|---|
name | Literal['sin', 'cos', 'tan', 'exp', 'ln', 'sqrt'] | |
args | list[Expr] |
Attributes
| Name | Type | Description |
|---|---|---|
name | Literal['sin', 'cos', 'tan', 'exp', 'ln', 'sqrt'] | |
args | list[Expr] |