Extensions.ToPauliTTermValue 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.
Overloads
| ToPauliTTermValue(IEnumerable<Double>) |
Construct PauliTTermValue that implements the ITermValue interface. |
| ToPauliTTermValue(Double) |
Construct PauliTTermValue that implements the ITermValue interface. |
ToPauliTTermValue(IEnumerable<Double>)
Construct PauliTTermValue that implements the ITermValue interface.
public static Microsoft.Quantum.Chemistry.Paulis.PauliTermValue ToPauliTTermValue (this System.Collections.Generic.IEnumerable<double> x);
static member ToPauliTTermValue : seq<double> -> Microsoft.Quantum.Chemistry.Paulis.PauliTermValue
<Extension()>
Public Function ToPauliTTermValue (x As IEnumerable(Of Double)) As PauliTermValue
Parameters
Input double sequence.
Returns
PauliTTermValue representing the input double sequence.
Applies to
ToPauliTTermValue(Double)
Construct PauliTTermValue that implements the ITermValue interface.
public static Microsoft.Quantum.Chemistry.Paulis.PauliTermValue ToPauliTTermValue (this double x);
static member ToPauliTTermValue : double -> Microsoft.Quantum.Chemistry.Paulis.PauliTermValue
<Extension()>
Public Function ToPauliTTermValue (x As Double) As PauliTermValue
Parameters
- x
- Double
Input double.
Returns
PauliTTermValue representing the input double.