Skip to content

Commit 661a594

Browse files
authored
aos_squared is std::pair (#162)
1 parent 21998c6 commit 661a594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/simde/types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ using braket = chemist::braket::BraKet<BraType, OpType, KetType>;
9999
using aos = chemist::wavefunction::AOs;
100100

101101
/// Typedef of the class used to represent a product of atomic orbital spaces
102-
using aos_squared = utilities::dsl::Multiply<aos, aos>;
102+
using aos_squared = std::pair<aos, aos>;
103103

104104
/// Typedef of the class used to represent transformed AOs
105105
using mos = chemist::wavefunction::MOs;

0 commit comments

Comments
 (0)