1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-09-27 03:51:09 +02:00

Testing IX. #22

This commit is contained in:
vijay gopal chilkuri 2021-07-08 11:10:10 +05:30
parent c838dabe3c
commit 1821089880

View File

@ -1425,8 +1425,8 @@ 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);