PauliTermValue Struct
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.
public struct PauliTermValue : IEquatable<Microsoft.Quantum.Chemistry.Paulis.PauliTermValue>, Microsoft.Quantum.Chemistry.ITermValue<Microsoft.Quantum.Chemistry.Paulis.PauliTermValue>
type PauliTermValue = struct
interface ITermValue<PauliTermValue>
Public Structure PauliTermValue
Implements IEquatable(Of PauliTermValue), ITermValue(Of PauliTermValue)
- Inheritance
-
PauliTermValue
- Implements
Constructors
| PauliTermValue(Double) | |
| PauliTermValue(IEnumerable<Double>) |
Fields
| Value |
Methods
| AddValue(PauliTermValue, Int32) | |
| Clone() |
Creates a copy of this instance. |
| Default() | |
| Equals(Object) | |
| GetHashCode() | |
| Norm(Double) |
Computes the L_p norm of term. |
| SetValue(PauliTermValue, Int32) | |
| ToString() | |
Operators
Explicit Interface Implementations
| IEquatable<PauliTermValue>.Equals(PauliTermValue) |