UnitaryCCWavefunction<TIndex> Class
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.
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
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>) |