amaciarey / PathIntegralGroundState

This is a Path Integral Ground State Monte Carlo code written in Fortran. It is intended to the description of 4He in three dimensions but it can be easily extended to any other homogeneous or trapped system in any dimensions
GNU General Public License v2.0
4 stars 6 forks source link

Evaluation of the acceptance of off-diagonal movements #2

Closed amaciarey closed 9 years ago

amaciarey commented 9 years ago

The acceptance of off-diagonal updates must be corrected. At the moment, the normalization factors suppose that there are Np off-diagonal particles which is not true, so this is a bug in the code that can be easily corrected.

amaciarey commented 9 years ago

The bug is fixed, now the acceptance ratio for the different movements (diagonal and off-diagonal) is correctly evaluated.