PauliTermValue 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
| PauliTermValue(IEnumerable<Double>) | |
| PauliTermValue(Double) |
PauliTermValue(IEnumerable<Double>)
public PauliTermValue (System.Collections.Generic.IEnumerable<double> value);
new Microsoft.Quantum.Chemistry.Paulis.PauliTermValue : seq<double> -> Microsoft.Quantum.Chemistry.Paulis.PauliTermValue
Public Sub New (value As IEnumerable(Of Double))
Parameters
- value
- IEnumerable<Double>
Applies to
PauliTermValue(Double)
public PauliTermValue (double value);
new Microsoft.Quantum.Chemistry.Paulis.PauliTermValue : double -> Microsoft.Quantum.Chemistry.Paulis.PauliTermValue
Public Sub New (value As Double)
Parameters
- value
- Double