qasm-ts - v2.0.0
GitHub
NPM
Preparing search index...
qasm2/ast
ApplyGate
Class ApplyGate
Class representing a gate application.
Hierarchy (
View Summary
)
AstNode
ApplyGate
Index
Constructors
constructor
Properties
name
params
qubits
Constructors
constructor
new
ApplyGate
(
name
:
string
,
qubits
:
[
string
,
number
?
]
[]
,
params
:
AstNode
[]
,
)
:
ApplyGate
Parameters
name
:
string
qubits
:
[
string
,
number
?
]
[]
params
:
AstNode
[]
Returns
ApplyGate
Properties
name
name
:
string
params
params
:
AstNode
[]
qubits
qubits
:
[
string
,
number
?
]
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
name
params
qubits
GitHub
NPM
qasm-ts - v2.0.0
Loading...
Class representing a gate application.