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