mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-23 04:44:03 +01:00
Testing - VI. #22
This commit is contained in:
parent
c4b60c25f6
commit
0391efe5b8
@ -1423,10 +1423,10 @@ rc = qmckl_set_jastrow_dependencies(context);
|
||||
assert(rc == QMCKL_SUCCESS);
|
||||
|
||||
/* Check if Jastrow is properly initialized */
|
||||
assert(qmckl_jastrow_provided(context));
|
||||
//assert(qmckl_jastrow_provided(context));
|
||||
|
||||
double asymp_jasb[2];
|
||||
rc = qmckl_get_jastrow_asymp_jasb(context, asymp_jasb);
|
||||
//double asymp_jasb[2];
|
||||
//rc = qmckl_get_jastrow_asymp_jasb(context, asymp_jasb);
|
||||
|
||||
//// calculate asymp_jasb
|
||||
//assert(fabs(asymp_jasb[0]-0.5323750557252571) < 1.e-12);
|
||||
|
Loading…
Reference in New Issue
Block a user