|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include <map>#include <cstddef>Go to the source code of this file.
Namespaces | |
| namespace | LRI_CV_Tools |
Macros | |
| #define | IZ(x) int x = 0; |
| #define | SZ(x) std::size_t x = 0; |
Functions | |
| template<typename T > | |
| double | LRI_CV_Tools::absmax (const RI::Tensor< T > &t) |
| template<typename T > | |
| TLRI< T > | LRI_CV_Tools::read_Cs_ao (const std::string &file_path, const double &threshold=1e-10) |
| template<typename T > | |
| void | LRI_CV_Tools::write_Cs_ao (const TLRI< T > &Vs, const std::string &file_path) |
| template<typename T > | |
| TLRI< T > | LRI_CV_Tools::read_Vs_abf (const std::string &file_path, const double &threshold=1e-10) |
| template<typename T > | |
| void | LRI_CV_Tools::write_Vs_abf (const TLRI< T > &Vs, const std::string &file_path) |
| #define IZ | ( | x | ) | int x = 0; |
| #define SZ | ( | x | ) | std::size_t x = 0; |