From 7e8f9f1276b090684fc03afdfecda422fbeb6f5b Mon Sep 17 00:00:00 2001 From: "Ryan M. Richard" Date: Wed, 14 May 2025 22:24:41 -0500 Subject: [PATCH] adds xc typedef --- include/simde/evaluate_braket/evaluate_braket.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/simde/evaluate_braket/evaluate_braket.hpp b/include/simde/evaluate_braket/evaluate_braket.hpp index b3db0b33..b1500feb 100644 --- a/include/simde/evaluate_braket/evaluate_braket.hpp +++ b/include/simde/evaluate_braket/evaluate_braket.hpp @@ -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