The Language-Integrated Quantum Operations (LIQUi|>) Simulator
FermionPrep Method |
Prepares an initial state from the provided spin orbital indices.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
member Prep : prep : FSharpList<int> -> string
Parameters
- prep
- Type: Microsoft.FSharp.CollectionsFSharpListInt32
The list of spin orbitals to mark as occupied.
Return Value
Type: StringThe "prep state" with exactly the listed orbitals occupied.
