mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-23 04:44:03 +01:00
Testing - VIII. #22
This commit is contained in:
parent
a09c29eb64
commit
0383b29b88
@ -1722,13 +1722,13 @@ print("factor_ee :",factor_ee)
|
||||
|
||||
#+begin_src c :tangle (eval c_test)
|
||||
/* Check if Jastrow is properly initialized */
|
||||
assert(qmckl_jastrow_provided(context));
|
||||
|
||||
double factor_ee[walk_num];
|
||||
rc = qmckl_get_jastrow_factor_ee(context, factor_ee);
|
||||
|
||||
// calculate factor_ee
|
||||
assert(fabs(factor_ee[0]+4.282760865958113) < 1.e-12);
|
||||
//assert(qmckl_jastrow_provided(context));
|
||||
//
|
||||
//double factor_ee[walk_num];
|
||||
//rc = qmckl_get_jastrow_factor_ee(context, factor_ee);
|
||||
//
|
||||
//// calculate factor_ee
|
||||
//assert(fabs(factor_ee[0]+4.282760865958113) < 1.e-12);
|
||||
|
||||
#+end_src
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user