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