mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-23 21:04:15 +01:00
Testing - III. #22
This commit is contained in:
parent
478ce7cc38
commit
49a3b3d414
@ -1424,13 +1424,13 @@ assert(rc == QMCKL_SUCCESS);
|
|||||||
|
|
||||||
/* Check if Jastrow is properly initialized */
|
/* Check if Jastrow is properly initialized */
|
||||||
assert(qmckl_jastrow_provided(context));
|
assert(qmckl_jastrow_provided(context));
|
||||||
//
|
|
||||||
//double asymp_jasb[2];
|
double asymp_jasb[2];
|
||||||
//rc = qmckl_get_jastrow_asymp_jasb(context, asymp_jasb);
|
rc = qmckl_get_jastrow_asymp_jasb(context, asymp_jasb);
|
||||||
//
|
|
||||||
//// calculate asymp_jasb
|
// calculate asymp_jasb
|
||||||
//assert(fabs(asymp_jasb[0]-0.5323750557252571) < 1.e-12);
|
assert(fabs(asymp_jasb[0]-0.5323750557252571) < 1.e-12);
|
||||||
//assert(fabs(asymp_jasb[1]-0.31567342786262853) < 1.e-12);
|
assert(fabs(asymp_jasb[1]-0.31567342786262853) < 1.e-12);
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user