QMCPACK / miniqmc

QMCPACK miniapp: a simplified real space QMC code for algorithm development, performance portability testing, and computer science experiments
Other
26 stars 35 forks source link

check_determinant sensitive to error #187

Closed ye-luo closed 5 years ago

ye-luo commented 5 years ago

I tried to make the check more robust but it is very hard. When mixed precision is turned on the matrices diverge after 10 electron moves. The develop branch can pass easily because the algorithm is identical to the reference.

ye-luo commented 5 years ago

check_determinant has been removed in #242