Skip to content

Commit

Permalink
Missing cart2sph function for l=15
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed May 30, 2022
1 parent 9380671 commit 8153147
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cart2sph.c
Original file line number Diff line number Diff line change
Expand Up @@ -4037,6 +4037,7 @@ double *(*c2s_bra_sph[])() = {
a_bra_cart2spheric,
a_bra_cart2spheric,
a_bra_cart2spheric,
a_bra_cart2spheric,
};

double *(*c2s_ket_sph[])(double *gsph, double *gcart,
Expand All @@ -4056,6 +4057,7 @@ double *(*c2s_ket_sph[])(double *gsph, double *gcart,
a_ket_cart2spheric,
a_ket_cart2spheric,
a_ket_cart2spheric,
a_ket_cart2spheric,
};

double *(*c2s_ket_sph1[])(double *gsph, double *gcart,
Expand All @@ -4075,6 +4077,7 @@ double *(*c2s_ket_sph1[])(double *gsph, double *gcart,
a_ket_cart2spheric,
a_ket_cart2spheric,
a_ket_cart2spheric,
a_ket_cart2spheric,
};


Expand Down

0 comments on commit 8153147

Please sign in to comment.