Skip to content

Commit

Permalink
Fixed bug in Jastrow en HPC
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Sep 27, 2023
1 parent c70b7b2 commit eaa44b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org/qmckl_jastrow_champ.org
Original file line number Diff line number Diff line change
Expand Up @@ -4481,7 +4481,7 @@ qmckl_exit_code qmckl_compute_jastrow_champ_factor_en_hpc (

for (int64_t a=0 ; a<nucl_num ; ++a) {
const double* en_distance_rescaled__ = &(en_distance_rescaled_[a*elec_num]);
const double* a_vec = &(a_vector[type_nucl_vector[a]]);
const double* a_vec = &(a_vector[(aord_num+1)*type_nucl_vector[a]]);

factor_en[nw] -= asymp_jasa[type_nucl_vector[a]]*de;

Expand Down

0 comments on commit eaa44b4

Please sign in to comment.