HTermsToGenIdx Class

Definition

[Microsoft.Quantum.Simulation.Core.SourceLocation("D:\a\1\s\submodules\QuantumLibraries\Chemistry\src\Runtime\Utils.qs", Microsoft.Quantum.Simulation.Core.OperationFunctor.Body, 49, 65)]
public class HTermsToGenIdx : Microsoft.Quantum.Simulation.Core.Function<(Microsoft.Quantum.Simulation.Core.IQArray<Microsoft.Quantum.Chemistry.HTerm>, Microsoft.Quantum.Simulation.Core.IQArray<long>, long),Microsoft.Quantum.Simulation.GeneratorIndex>
[<Microsoft.Quantum.Simulation.Core.SourceLocation("D:\a\1\s\submodules\QuantumLibraries\Chemistry\src\Runtime\Utils.qs", Microsoft.Quantum.Simulation.Core.OperationFunctor.Body, 49, 65)>]
type HTermsToGenIdx = class
    inherit Function<ValueTuple<IQArray<HTerm>, IQArray<int64>, int64>, GeneratorIndex>
    interface ICallable
    interface IApplyData
Public Class HTermsToGenIdx
Inherits Function(Of ValueTuple(Of IQArray(Of HTerm), IQArray(Of Long), Long), GeneratorIndex)
Inheritance
Microsoft.Quantum.Simulation.Core.Function<ValueTuple<Microsoft.Quantum.Simulation.Core.IQArray<HTerm>,Microsoft.Quantum.Simulation.Core.IQArray<Int64>,Int64>,Microsoft.Quantum.Simulation.GeneratorIndex>
HTermsToGenIdx
Attributes
Microsoft.Quantum.Simulation.Core.SourceLocationAttribute
Implements
Microsoft.Quantum.Simulation.Core.IApplyData Microsoft.Quantum.Simulation.Core.ICallable

Constructors

HTermsToGenIdx(IOperationFactory)

Properties

__Body__
HTermToGenIdx__

Methods

__DataIn__(ValueTuple<IQArray<HTerm>,IQArray<Int64>,Int64>)
__DataOut__(GeneratorIndex)
__Init__()
Run(IOperationFactory, IQArray<HTerm>, IQArray<Int64>, Int64)

Explicit Interface Implementations

ICallable.FullName
ICallable.Name

Applies to