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