HTerm Class

Definition

public class HTerm : Microsoft.Quantum.Simulation.Core.UDTBase<(Microsoft.Quantum.Simulation.Core.IQArray<long>, Microsoft.Quantum.Simulation.Core.IQArray<double>)>
type HTerm = class
    inherit UDTBase<ValueTuple<IQArray<int64>, IQArray<double>>>
    interface IApplyData
Public Class HTerm
Inherits UDTBase(Of ValueTuple(Of IQArray(Of Long), IQArray(Of Double)))
Inheritance
Microsoft.Quantum.Simulation.Core.UDTBase<ValueTuple<Microsoft.Quantum.Simulation.Core.IQArray<Int64>,Microsoft.Quantum.Simulation.Core.IQArray<Double>>>
HTerm
Implements
Microsoft.Quantum.Simulation.Core.IApplyData

Constructors

HTerm()
HTerm(ValueTuple<IQArray<Int64>,IQArray<Double>>)

Properties

Item1
Item2

Methods

Deconstruct(IQArray<Int64>, IQArray<Double>)

Explicit Interface Implementations

IApplyData.Qubits

Applies to