Closed yomichi closed 1 year ago
Now we can use another sampling method, population annealing Monte Carlo. In [sampling] section of an input file,
[sampling]
sampler = "PAMC"
sampler = "RXMC"
kTnum
resample_frequency
resample_frequency = 1
RANK/log_weight_hist.dat
We will add tutorials for PAMC to the manual later.
Now we can use another sampling method, population annealing Monte Carlo. In
[sampling]
section of an input file,sampler = "PAMC"
sampler = "RXMC"
means the replica exchange MC method (default behavior)kTnum
, the number of temperature points, should be setresample_frequency
is the number of annealing processes between resampling replicasresample_frequency = 1
, users should take a weighted average for estimating canonical average.RANK/log_weight_hist.dat
We will add tutorials for PAMC to the manual later.