8 #ifndef SPARROW_ONECENTERINTEGRALCONTAINER_H
9 #define SPARROW_ONECENTERINTEGRALCONTAINER_H
18 enum class ElementType : unsigned;
24 class OneCenterTwoElectronIntegrals;
34 using integralMatrix_t = std::unique_ptr<OneCenterTwoElectronIntegrals>;
35 using Container = std::vector<integralMatrix_t>;
43 void set(Utils::ElementType e, integralMatrix_t mat);
58 #endif // SPARROW_ONECENTERINTEGRALCONTAINER_H
Definition: oneCenterTwoElectronIntegrals.h:32
static constexpr unsigned Z(const ElementType e) noexcept
Definition: oneCenterIntegralContainer.h:32