CVec Constructor

Liquid Quantum Simulator

CVec Constructor
Overload List
  Name Description
Public method CVec(UInt64, Boolean)
Creates a new vector filled with zeroes.
Public method CVec(Double, FSharpOptionDouble, FSharpOptionBoolean)
Creates a new vector from initial value vectors, real and imaginary. Note that the length of the new vector must be no more than 2^20.
Public method CVec(UInt64, FSharpOptionDouble, FSharpOptionDouble, FSharpOptionBoolean)
Creates a new vector. By default, the vector is all zero. Optionally, the real and impaginary initial values may be provided; in this case, the vector must be no more than 2^20 in length.
Top
See Also