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

Open MP parallelization #5

Open amaciarey opened 8 years ago

amaciarey commented 8 years ago

A first version of the Open MP parallelization has been implemented but, for now, there is an small problem concerning detailed balance. It must be carefully studied.

amaciarey commented 8 years ago

At the moment the Open MP parallelization must be reconsidered because, as i have said in the previous comment there is a problem with detailed balance. In order to solve this question I must ensure that on each thread different beads must be moved. I have to work on this...