qasm-ts - v2.0.0
GitHub
NPM
Preparing search index...
qasm3/ast
ComplexType
Class ComplexType
Class representing a complex number type.
scalarType: COMPLEX (LBRACKET scalarType RBRACKET)?
Hierarchy (
View Summary
)
ClassicalType
ComplexType
Index
Constructors
constructor
Properties
float
Constructors
constructor
new
ComplexType
(
float
:
FloatType
)
:
ComplexType
Parameters
float
:
FloatType
Returns
ComplexType
Properties
float
float
:
FloatType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
float
GitHub
NPM
qasm-ts - v2.0.0
Loading...
Class representing a complex number type.
scalarType: COMPLEX (LBRACKET scalarType RBRACKET)?