32template <
typename Type>
56 const auto alpha_transformed =
static_cast<const Type&
>(*this).alpha().transformed(T.alpha());
57 const auto beta_transformed =
static_cast<const Type&
>(*this).beta().transformed(T.beta());
59 return Type {alpha_transformed, beta_transformed};
Definition: BaseOneElectronIntegralBuffer.hpp:25