Click or drag to resize

HybridMCGenericTHamiltonian Method

Method to compute the Hamiltonian used in the method.

Namespace: Altaxo.Calc.Statistics.Mcmc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected double Hamiltonian(
	T momentum,
	double e
)

Parameters

momentum  T
The momentum.
e  Double
The energy.

Return Value

Double
Hamiltonian=E+p.p/2
See Also