Gets a string representation of this Ket.
This string may be extremely long; in general, it will have 2^N lines if there are N qubits in the Ket.
Generally it is better to use the
Dump method instead.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax abstract ToString : unit -> string
override ToString : unit -> string
Return Value
Type:
StringThe string representation
See Also