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 2157f6c commit 8ba6f08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/c2f.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ double cintgto_norm_(FINT *n, double *a)
* let Fortran be able to change CINTOpt
*/
/* in Fortran, pass an integer(8) to hold the pointer of CINTOpt */
//typedef long CINTOptPtrAsInteger8;
//typedef int64_t CINTOptPtrAsInteger8;
void cintinit_2e_optimizer_(CINTOpt **opt,
FINT *atm, FINT *natm,
FINT *bas, FINT *nbas, double *env)
Expand Down
3 changes: 3 additions & 0 deletions src/cart2sph.c
Original file line number Diff line number Diff line change
Expand Up @@ -3904,6 +3904,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 @@ -3923,6 +3924,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 @@ -3942,6 +3944,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 8ba6f08

Please sign in to comment.