Skip to content

Commit

Permalink
src/bin/libint/comp_11_tig12_11.h
Browse files Browse the repository at this point in the history
src/bin/libint/comp_deriv_gauss.h
src/bin/libint/comp_xyz.h
src/bin/libint/itr_11_twoprep_11.h
src/bin/libint/twoprep_11_11.h
  • Loading branch information
e-kwsm committed Oct 31, 2023
1 parent fd2519d commit 04fa7d2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/bin/libint/comp_11_tig12_11.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ namespace libint2 {

}

};
}

#endif
2 changes: 1 addition & 1 deletion src/bin/libint/comp_deriv_gauss.h
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,6 @@ namespace libint2 {
}
#endif // #if !LIBINT_ENABLE_GENERIC_CODE

}; // namespace libint2
} // namespace libint2

#endif
2 changes: 1 addition & 1 deletion src/bin/libint/comp_xyz.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ namespace libint2 {
compute(a,b,oper);
} // CR_XYZ_1_1<F,Oper,AuxQuanta>::CR_XYZ_1_1

}; // namespace libint2
} // namespace libint2

#endif
2 changes: 1 addition & 1 deletion src/bin/libint/itr_11_twoprep_11.h
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,6 @@ namespace libint2 {
}
#endif // #if !LIBINT_ENABLE_GENERIC_CODE

};
}

#endif
2 changes: 1 addition & 1 deletion src/bin/libint/twoprep_11_11.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace libint2 {
return bra.member(0,0).zero() && bra.member(1,0).zero() &&
!bra.member(0,0).contracted() && !bra.member(1,0).contracted() &&
bra.member(0,0).deriv().zero() && bra.member(1,0).deriv().zero();
};
}
}
/// uncontracted (ss|ss)^{(m)} integral is precomputed (but not shell quartet)
template <>
Expand Down

0 comments on commit 04fa7d2

Please sign in to comment.