mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-03 20:54:09 +01:00
Accelerate AOs in HPC
This commit is contained in:
parent
41c0effa10
commit
22e281560e
@ -5246,6 +5246,7 @@ qmckl_compute_ao_vgl_hpc (
|
||||
#pragma omp parallel
|
||||
#endif
|
||||
{
|
||||
qmckl_exit_code rc;
|
||||
double c_[prim_num];
|
||||
double expo_[prim_num];
|
||||
double ar2[prim_num];
|
||||
@ -5253,8 +5254,7 @@ qmckl_compute_ao_vgl_hpc (
|
||||
double poly_vgl_l1[4][4] = {{1.0, 0.0, 0.0, 0.0},
|
||||
{0.0, 1.0, 0.0, 0.0},
|
||||
{0.0, 0.0, 1.0, 0.0},
|
||||
{0.0, 0.0, 0.0, 1.0},
|
||||
{0.0, 0.0, 0.0, 0.0}};
|
||||
{0.0, 0.0, 0.0, 1.0}};
|
||||
double poly_vgl_l2[5][10] = {{1., 0., 0., 0., 0., 0., 0., 0., 0., 0.},
|
||||
{0., 1., 0., 0., 0., 0., 0., 0., 0., 0.},
|
||||
{0., 0., 1., 0., 0., 0., 0., 0., 0., 0.},
|
||||
@ -5319,8 +5319,7 @@ qmckl_compute_ao_vgl_hpc (
|
||||
break;
|
||||
|
||||
default:
|
||||
const qmckl_exit_code rc =
|
||||
qmckl_ao_polynomial_transp_vgl_hpc(context, e_coord, n_coord,
|
||||
rc = qmckl_ao_polynomial_transp_vgl_hpc(context, e_coord, n_coord,
|
||||
nucleus_max_ang_mom[inucl],
|
||||
&n_poly, powers, (int64_t) 3,
|
||||
&(poly_vgl[0][0]), size_max);
|
||||
|
Loading…
Reference in New Issue
Block a user