Closed evanberkowitz closed 1 year ago
If we want to decorrelate the markov chain during the production of the ensemble we can KeepEvery(n, generator) which applies the generator n times and gives the last configuration.
KeepEvery(n, generator)
If we want to decorrelate the markov chain during the production of the ensemble we can
KeepEvery(n, generator)
which applies the generator n times and gives the last configuration.