SingleCFWavefunction<TIndex> Constructors

Definition

Overloads

SingleCFWavefunction<TIndex>()

Constructor for empty instance.

SingleCFWavefunction<TIndex>(IEnumerable<TIndex>)

Construct WavefunctionFermionSCF from a sequence of integers.

SingleCFWavefunction<TIndex>()

Constructor for empty instance.

public SingleCFWavefunction ();
Public Sub New ()

Applies to

SingleCFWavefunction<TIndex>(IEnumerable<TIndex>)

Construct WavefunctionFermionSCF from a sequence of integers.

public SingleCFWavefunction (System.Collections.Generic.IEnumerable<TIndex> indices);
new Microsoft.Quantum.Chemistry.Fermion.SingleCFWavefunction<'Index (requires 'Index :> IEquatable<'Index> and 'Index :> IComparable<'Index>)> : seq<'Index (requires 'Index :> IEquatable<'Index> and 'Index :> IComparable<'Index>)> -> Microsoft.Quantum.Chemistry.Fermion.SingleCFWavefunction<'Index (requires 'Index :> IEquatable<'Index> and 'Index :> IComparable<'Index>)>
Public Sub New (indices As IEnumerable(Of TIndex))

Parameters

indices
IEnumerable<TIndex>

Applies to