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