Skip to content

SamplingType :: Min

mrnucleation edited this page Sep 6, 2018 · 2 revisions

SamplingType :: Min

The Min sampling type is very crude minimization scheme using a modified Metropolis acceptance criteria. Unlike normal Metropolis Sampling, any move which does not result in a lower energy will automatically be rejected while any move resulting in an increased energy will be accepted. This is used as a quick way to relax a system and should not be used for an actual MMC run.

Format:

  SamplingType Min

Modifiable parameters

(None)

Clone this wiki locally