ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include <gtest/gtest.h>
#include <RI/global/Tensor.h>
#include <array>
#include <vector>
#include <fstream>
#include "../write_ri_cv.hpp"
Typedefs | |
using | TC = std::array< int, 3 > |
using | TAC = std::pair< int, TC > |
template<typename T > | |
using | TLRI = std::map< int, std::map< TAC, RI::Tensor< T > > > |
Functions | |
TEST (LRI_CV_Tools, ReadCs) | |
using TC = std::array<int, 3> |
TEST | ( | LRI_CV_Tools | , |
ReadCs | |||
) |