mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-04-30 04:15:00 +02:00
Revert "temp hpc->doc"
This reverts commit 56ebb1070ee99c44bb16b7478d483eda2cd17c45.
This commit is contained in:
parent
6f2df34681
commit
a72211e047
@ -2720,7 +2720,7 @@ qmckl_exit_code qmckl_compute_forces_dtmp_c (
|
||||
#ifdef HAVE_HPC
|
||||
return qmckl_compute_forces_dtmp_c_hpc
|
||||
#else
|
||||
return qmckl_compute_forces_dtmp_c_hpc
|
||||
return qmckl_compute_forces_dtmp_c_doc
|
||||
#endif
|
||||
(context, walk_num, elec_num, nucl_num, cord_num, een_rescaled_e_gl,
|
||||
een_rescaled_n_gl, forces_dtmp_c );
|
||||
@ -4718,7 +4718,7 @@ qmckl_compute_forces_jastrow_delta_p (const qmckl_context context,
|
||||
double* const forces_delta_p )
|
||||
{
|
||||
#ifdef HAVE_HPC
|
||||
return qmckl_compute_forces_jastrow_delta_p_doc
|
||||
return qmckl_compute_forces_jastrow_delta_p_hpc
|
||||
#else
|
||||
return qmckl_compute_forces_jastrow_delta_p_doc
|
||||
#endif
|
||||
@ -5358,7 +5358,7 @@ qmckl_compute_forces_jastrow_single_een (const qmckl_context context,
|
||||
double* const forces_jastrow_single_een )
|
||||
{
|
||||
#ifdef HAVE_HPC
|
||||
return qmckl_compute_forces_jastrow_single_een_doc
|
||||
return qmckl_compute_forces_jastrow_single_een_hpc
|
||||
#else
|
||||
return qmckl_compute_forces_jastrow_single_een_doc
|
||||
#endif
|
||||
|
@ -4112,7 +4112,7 @@ qmckl_compute_jastrow_champ_factor_single_een_gl (const qmckl_context context,
|
||||
double* const delta_een_gl )
|
||||
{
|
||||
#ifdef HAVE_HPC
|
||||
return qmckl_compute_jastrow_champ_factor_single_een_gl_doc
|
||||
return qmckl_compute_jastrow_champ_factor_single_een_gl_hpc
|
||||
#else
|
||||
return qmckl_compute_jastrow_champ_factor_single_een_gl_doc
|
||||
#endif
|
||||
@ -4654,7 +4654,7 @@ qmckl_compute_jastrow_champ_delta_p_g (const qmckl_context context,
|
||||
double* const delta_p_g )
|
||||
{
|
||||
#ifdef HAVE_HPC
|
||||
return qmckl_compute_jastrow_champ_delta_p_g_doc
|
||||
return qmckl_compute_jastrow_champ_delta_p_g_hpc
|
||||
#else
|
||||
return qmckl_compute_jastrow_champ_delta_p_g_doc
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user