Skip to content

Commit

Permalink
Revert "Implement center derivatives for σpVσp."
Browse files Browse the repository at this point in the history
This reverts commit 12c304b.
  • Loading branch information
evaleev committed Nov 17, 2023
1 parent 42a4e89 commit 28aa140
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/bin/libint/strategy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,8 @@ namespace libint2 {
};
template <> struct MasterStrategy<σpVσp_1_1_int> {
typedef boost::mpl::list<
CR_1_σpVσp_1_int,
CR_DerivGauss<σpVσp_1_1_int,0,InBra>,
CR_DerivGauss<σpVσp_1_1_int,0,InKet>
> value;
CR_1_σpVσp_1_int
> value;
};
template <> struct MasterStrategy<Kinetic_1_1_sh> {
typedef boost::mpl::list<
Expand Down

0 comments on commit 28aa140

Please sign in to comment.