HTermsToGenSys Class

Definition

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

Constructors

HTermsToGenSys(IOperationFactory)

Properties

__Body__
HTermsToGenIdx__
Length__
Microsoft__Quantum__Simulation__GeneratorSystem

Methods

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

Explicit Interface Implementations

ICallable.FullName
ICallable.Name

Applies to