Click or drag to resize
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.*)
Syntax
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: String
The "prep state" with exactly the listed orbitals occupied.
See Also