-
Notifications
You must be signed in to change notification settings - Fork 0
SamplingType :: Min
mrnucleation edited this page Sep 6, 2018
·
2 revisions
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
(None)