HTerm Constructors
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.
Overloads
| HTerm() | |
| HTerm(ValueTuple<IQArray<Int64>,IQArray<Double>>) |
HTerm()
public HTerm ();
Public Sub New ()
Applies to
HTerm(ValueTuple<IQArray<Int64>,IQArray<Double>>)
public HTerm ((Microsoft.Quantum.Simulation.Core.IQArray<long>, Microsoft.Quantum.Simulation.Core.IQArray<double>) data);
new Microsoft.Quantum.Chemistry.HTerm : ValueTuple<Microsoft.Quantum.Simulation.Core.IQArray<int64>, Microsoft.Quantum.Simulation.Core.IQArray<double>> -> Microsoft.Quantum.Chemistry.HTerm
Public Sub New (data As ValueTuple(Of IQArray(Of Long), IQArray(Of Double)))
Parameters
- data
- ValueTuple<Microsoft.Quantum.Simulation.Core.IQArray<Int64>,Microsoft.Quantum.Simulation.Core.IQArray<Double>>