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