NormalOrderedSequence<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
| NormalOrderedSequence<TIndex>(LadderSequence<TIndex>) |
Construct instance from a normal-ordered sequence of ladder operators. |
| NormalOrderedSequence<TIndex>(IEnumerable<LadderOperator<TIndex>>, Int32) |
Construct instance from a normal-ordered sequence of ladder operators. |
NormalOrderedSequence<TIndex>(LadderSequence<TIndex>)
Construct instance from a normal-ordered sequence of ladder operators.
public NormalOrderedSequence (Microsoft.Quantum.Chemistry.LadderOperators.LadderSequence<TIndex> ladderOperators);
new Microsoft.Quantum.Chemistry.LadderOperators.NormalOrderedSequence<'Index (requires 'Index :> IEquatable<'Index>)> : Microsoft.Quantum.Chemistry.LadderOperators.LadderSequence<'Index (requires 'Index :> IEquatable<'Index>)> -> Microsoft.Quantum.Chemistry.LadderOperators.NormalOrderedSequence<'Index (requires 'Index :> IEquatable<'Index>)>
Public Sub New (ladderOperators As LadderSequence(Of TIndex))
Parameters
- ladderOperators
- LadderSequence<TIndex>
Normal-ordered sequence of ladder operators.
Applies to
NormalOrderedSequence<TIndex>(IEnumerable<LadderOperator<TIndex>>, Int32)
Construct instance from a normal-ordered sequence of ladder operators.
public NormalOrderedSequence (System.Collections.Generic.IEnumerable<Microsoft.Quantum.Chemistry.LadderOperators.LadderOperator<TIndex>> ladderOperators, int coefficient = 1);
new Microsoft.Quantum.Chemistry.LadderOperators.NormalOrderedSequence<'Index (requires 'Index :> IEquatable<'Index>)> : seq<Microsoft.Quantum.Chemistry.LadderOperators.LadderOperator<'Index>> * int -> Microsoft.Quantum.Chemistry.LadderOperators.NormalOrderedSequence<'Index (requires 'Index :> IEquatable<'Index>)>
Public Sub New (ladderOperators As IEnumerable(Of LadderOperator(Of TIndex)), Optional coefficient As Integer = 1)
Parameters
- ladderOperators
- IEnumerable<LadderOperator<TIndex>>
Normal-ordered sequence of ladder operators.
- coefficient
- Int32
Coefficient as the sign (-1 or +1) of a ladder operator.