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.
[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)