SingleCFWavefunction<TIndex> Constructors
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.
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>