pele-python / mcpele

Monte Carlo and parallel tempering routines built on the pele foundation
Other
20 stars 5 forks source link

Prob combined moves #43

Closed kjs73 closed 9 years ago

kjs73 commented 9 years ago

This adds the option to combine TakeSteps with specified probabilities. In contrast to TakeStepPattern, the steps are then iterated over according to their specified relative probabilities (frequencies, weights, ...).

This goes back to the discussion about TakeStepPattern we had earlier.