PauliTermValue Struct

Definition

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

Addition(PauliTermValue, PauliTermValue)
Equality(PauliTermValue, PauliTermValue)
Inequality(PauliTermValue, PauliTermValue)
Multiply(PauliTermValue, PauliTermValue)
Subtraction(PauliTermValue, PauliTermValue)

Explicit Interface Implementations

IEquatable<PauliTermValue>.Equals(PauliTermValue)

Applies to