UnitaryCCWavefunction<TIndex> Class

Definition

public class UnitaryCCWavefunction<TIndex> : Microsoft.Quantum.Chemistry.Fermion.SparseMultiCFWavefunction<TIndex> where TIndex : IEquatable<TIndex>, IComparable<TIndex>
type UnitaryCCWavefunction<'Index (requires 'Index :> IEquatable<'Index> and 'Index :> IComparable<'Index>)> = class
    inherit SparseMultiCFWavefunction<'Index (requires 'Index :> IEquatable<'Index> and 'Index :> IComparable<'Index>)>
Public Class UnitaryCCWavefunction(Of TIndex)
Inherits SparseMultiCFWavefunction(Of TIndex)

Type Parameters

TIndex
Inheritance
UnitaryCCWavefunction<TIndex>

Constructors

UnitaryCCWavefunction<TIndex>()

Properties

Excitations

Un-normalized amplitudes of excitations applied to reference state.

(Inherited from SparseMultiCFWavefunction<TIndex>)
Reference

Reference state that excitations act on.

(Inherited from SparseMultiCFWavefunction<TIndex>)

Methods

SelectIndex<TNewIndex>(Func<TIndex,TNewIndex>)

Changes the indexing scheme of this instance.

Set(IndexOrderedSequence<TIndex>, Complex)

Set a term of the wavefunction.

(Inherited from SparseMultiCFWavefunction<TIndex>)

Applies to