Skip to content

Commit

Permalink
increased supported with-eri3-max-am to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitij-05 committed Nov 17, 2023
1 parent 26c0b4d commit 24a9023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ AS_HELP_STRING([--with-eri3-max-am=N],[Support 3-center ERIs for Gaussians of an
else
ERI3_MAX_AM=$withval
fi
if test $ERI3_MAX_AM -ge 8; then
if test $ERI3_MAX_AM -ge 13; then
AC_MSG_ERROR([Value for --with-eri3-max-am too high ($withval). Are you sure you know what you are doing?])
fi
AC_SUBST(ERI3_MAX_AM)
Expand Down

0 comments on commit 24a9023

Please sign in to comment.