QMCPACK / miniqmc

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

Add distance tables check #230

Closed TApplencourt closed 5 years ago

TApplencourt commented 5 years ago

Hi,

The PR adds a non-robust test to check the correctness of the distance-table. We compare currents values of the distance table, which some reference values.

Right now, I use it to validate the work I do on the offload of the distance tables.

I know that unit tests are in the pipeline, so please removed this test in the future if needed.

Please don't hesitate to give me some feedback about the code, I will do whatever is needed to make I compatible with QMCPACK guideline : )

qmc-robot commented 5 years ago

Can one of the maintainers verify this patch?

ye-luo commented 5 years ago

We have a unit test for distances now. @TApplencourt Thank you again.