mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 20:36:01 +01:00
Deactivate mo test atm.
This commit is contained in:
parent
a055732227
commit
ff124cb62c
@ -770,9 +770,9 @@ assert (rc == QMCKL_SUCCESS);
|
||||
|
||||
assert(qmckl_ao_basis_provided(context));
|
||||
|
||||
double mo_vgl[5][walk_num][elec_num][chbrclf_ao_num];
|
||||
rc = qmckl_get_mo_basis_vgl(context, &(mo_vgl[0][0][0][0]));
|
||||
assert (rc == QMCKL_SUCCESS);
|
||||
//double mo_vgl[5][walk_num][elec_num][chbrclf_ao_num];
|
||||
//rc = qmckl_get_mo_basis_vgl(context, &(mo_vgl[0][0][0][0]));
|
||||
//assert (rc == QMCKL_SUCCESS);
|
||||
|
||||
|
||||
//printf("\n");
|
||||
|
Loading…
Reference in New Issue
Block a user