mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 18:16:28 +01:00
Compiles locally. #32
This commit is contained in:
parent
5a095c490d
commit
922c52c36a
@ -790,8 +790,8 @@ assert (rc == QMCKL_SUCCESS);
|
||||
|
||||
assert(qmckl_mo_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]));
|
||||
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);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user