diff --git a/include/simde/evaluate_braket/evaluate_braket.hpp b/include/simde/evaluate_braket/evaluate_braket.hpp index d8f84d5b..a178abc7 100644 --- a/include/simde/evaluate_braket/evaluate_braket.hpp +++ b/include/simde/evaluate_braket/evaluate_braket.hpp @@ -38,8 +38,12 @@ TEMPLATED_PROPERTY_TYPE_RESULTS(EvaluateBraKet, BraKetType) { #define EBK(bra, op, ket) EvaluateBraKet> +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); +using aos_j_e_aos = EBK(type::aos, type::j_e_type, type::aos); +using aos_k_e_aos = EBK(type::aos, type::k_e_type, type::aos); // One electron density templated on the representation of the density operator template @@ -54,4 +58,4 @@ using ESCF = EBK(type::determinant, type::hamiltonian, type::determinant); #undef EBK -} // namespace simde \ No newline at end of file +} // namespace simde