1#ifndef SPARSE_FORMAT_EXX_H
2#define SPARSE_FORMAT_EXX_H
10#include <RI/global/Tensor.h>
41template <
typename Tdata>
46 const int& current_spin,
47 const double& sparse_thr,
49 const std::vector<std::map<
int, std::map<std::pair<
int, std::array<int, 3>>, RI::Tensor<Tdata>>>>& Hexxs);
52extern template void cal_HR_exx<double>(
56 const int& current_spin,
57 const double& sparse_thr,
59 const std::vector<std::map<
int, std::map<std::pair<
int, std::array<int, 3>>, RI::Tensor<double>>>>& Hexxs);
61extern template void cal_HR_exx<std::complex<double>>(
65 const int& current_spin,
66 const double& sparse_thr,
68 const std::vector<std::map<int, std::map<std::pair<int, std::array<int, 3>>, RI::Tensor<std::complex<double>>>>>& Hexxs);
Definition LCAO_HS_arrays.hpp:9
Definition parallel_orbitals.h:9