ITermValue<TTermValue> Interface

Definition

All Hamiltonian terms must implement this interface.

public interface ITermValue<TTermValue> : IEquatable<TTermValue>
type ITermValue<'ermValue> = interface
    interface IEquatable<'ermValue>
Public Interface ITermValue(Of TTermValue)
Implements IEquatable(Of TTermValue)

Type Parameters

TTermValue
Derived
Implements
IEquatable<TTermValue>

Methods

AddValue(TTermValue, Int32)
Clone()
Default()
Norm(Double)

Computes the L_p norm of term.

SetValue(TTermValue, Int32)

Sets the value of the Hamiltonian term.

Applies to