QMCPACK / miniqmc

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

Make spline coefs initialization fast #255

Closed ye-luo closed 3 years ago

ye-luo commented 3 years ago

Orbitals will not be fully randomized but just differ by a prefactor.

markdewing commented 3 years ago

How much faster does it make the coefficient initialization?

ye-luo commented 3 years ago

Perhaps this should be documented more explicitly since one might expect init_random would be really random, but where would that documentation be?

Added detail in the function documentation.