Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions include/simde/evaluate_braket/evaluate_braket.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ using aos_h_e_aos = EBK(type::aos, type::core_hamiltonian, 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);
using aos_xc_e_aos = EBK(type::aos, type::xc_e_type, type::aos);

// One electron density templated on the representation of the density operator
template<typename OrbitalType>
Expand Down