Skip to content

Commit

Permalink
emultipoleN derivs
Browse files Browse the repository at this point in the history
  • Loading branch information
EricaCMitchell committed Apr 18, 2024
1 parent 8ec524b commit 789276a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bin/libint/build_libint.cc
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,9 @@ void build_onebody_1b_1k(std::ostream& os, std::string label,
// derivatives of spherical multipole integrals are not implemented
{
if (std::is_same<_OperType, SphericalMultipoleOper>::value &&
deriv_level > 0)
throw std::invalid_argument(
"derivatives of spherical multipole ints are not yet implemented");
deriv_level > 0) return;
// throw std::invalid_argument(
// "derivatives of spherical multipole ints are not yet implemented");
}

//
Expand Down

0 comments on commit 789276a

Please sign in to comment.