HybridMCGenericTHamiltonian Method |
Method to compute the Hamiltonian used in the method.
Namespace: Altaxo.Calc.Statistics.McmcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected double Hamiltonian(
T momentum,
double e
)
Parameters
- momentum T
- The momentum.
- e Double
- The energy.
Return Value
DoubleHamiltonian=E+p.p/2
See Also