FermionWavefunction<TIndex>.MCFData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sparse multi configurational wavefunction data.
public Microsoft.Quantum.Chemistry.Fermion.SparseMultiCFWavefunction<TIndex> MCFData { get; set; }
member this.MCFData : Microsoft.Quantum.Chemistry.Fermion.SparseMultiCFWavefunction<'Index (requires 'Index :> IEquatable<'Index> and 'Index :> IComparable<'Index>)> with get, set
Public Property MCFData As SparseMultiCFWavefunction(Of TIndex)