QMCPACK / miniqmc

QMCPACK miniapp: a simplified real space QMC code for algorithm development, performance portability testing, and computer science experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

check_determinant sensitive to error

ye-luo opened this issue · comments

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.

check_determinant has been removed in #242