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\JordanWigner\JordanWignerVQE.qs", Microsoft.Quantum.Simulation.Core.OperationFunctor.Body, 67, 150)]
public class MeasurementOperators : Microsoft.Quantum.Simulation.Core.Function<(long, Microsoft.Quantum.Simulation.Core.IQArray<long>, long),Microsoft.Quantum.Simulation.Core.IQArray<Microsoft.Quantum.Simulation.Core.IQArray<Microsoft.Quantum.Simulation.Core.Pauli>>>
[<Microsoft.Quantum.Simulation.Core.SourceLocation("D:\a\1\s\submodules\QuantumLibraries\Chemistry\src\Runtime\JordanWigner\JordanWignerVQE.qs", Microsoft.Quantum.Simulation.Core.OperationFunctor.Body, 67, 150)>]
type MeasurementOperators = class
inherit Function<ValueTuple<int64, IQArray<int64>, int64>, IQArray<IQArray<Pauli>>>
interface ICallable
interface IApplyData
Public Class MeasurementOperators
Inherits Function(Of ValueTuple(Of Long, IQArray(Of Long), Long), IQArray(Of IQArray(Of Pauli)))