Skip to content

Commit

Permalink
Update evaluate_braket.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmrichard authored Dec 16, 2024
1 parent 8694585 commit f884831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/simde/evaluate_braket/evaluate_braket.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ TEMPLATED_PROPERTY_TYPE_RESULTS(EvaluateBraKet, BraKetType) {

#define EBK(bra, op, ket) EvaluateBraKet<type::braket<bra, op, ket>>

using aos_s_e_aos = EBK(type::aos, chemist::qm_operator::Identity, type::aos);
using aos_s_e_aos = EBK(type::aos, type::s_e_type, type::aos);
using aos_t_e_aos = EBK(type::aos, type::t_e_type, type::aos);
using aos_v_en_aos = EBK(type::aos, type::v_en_type, type::aos);
using aos_f_e_aos = EBK(type::aos, type::fock, type::aos);
Expand All @@ -58,4 +58,4 @@ using ESCF = EBK(type::determinant<OrbitalType>, type::hamiltonian,
type::determinant<OrbitalType>);
#undef EBK

} // namespace simde
} // namespace simde

0 comments on commit f884831

Please sign in to comment.