HTermToGenIdx.Run(IOperationFactory, HTerm, IQArray<Int64>) Method
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.
public static System.Threading.Tasks.Task<Microsoft.Quantum.Simulation.GeneratorIndex> Run (Microsoft.Quantum.Simulation.Core.IOperationFactory __m__, Microsoft.Quantum.Chemistry.HTerm term, Microsoft.Quantum.Simulation.Core.IQArray<long> termType);
static member Run : Microsoft.Quantum.Simulation.Core.IOperationFactory * Microsoft.Quantum.Chemistry.HTerm * Microsoft.Quantum.Simulation.Core.IQArray<int64> -> System.Threading.Tasks.Task<Microsoft.Quantum.Simulation.GeneratorIndex>
Public Shared Function Run (__m__ As IOperationFactory, term As HTerm, termType As IQArray(Of Long)) As Task(Of GeneratorIndex)
Parameters
- __m__
- Microsoft.Quantum.Simulation.Core.IOperationFactory
- term
- HTerm
- termType
- Microsoft.Quantum.Simulation.Core.IQArray<Int64>
Returns
- Task<Microsoft.Quantum.Simulation.GeneratorIndex>