Extensions.ToPauliTTermValue Method

Definition

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

x
IEnumerable<Double>

Input double sequence.

Returns

PauliTermValue

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

PauliTermValue

PauliTTermValue representing the input double.

Applies to