Closed cychow2 closed 10 months ago
Since Slater is not the only class calling PBCOrbitalEvaluatorKpoints, GTO evaulation precision is now a kwarg for Slater(), GeminalJastrow(), OBDMAccumulator(), TBDMAccumulator(). Modified some tests by setting higher eval GTO precision values so that they pass.
Addresses issue #407
The precision for GTO evaluation can be now specified as a
slater_kws
(eval_gto_precision
). It is used for determining the rcut for a periodic system. The default value of precision is 0.01.