ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
write_ri_cv.hpp File Reference
#include <map>
#include <cstddef>
Include dependency graph for write_ri_cv.hpp:
This graph shows which files directly or indirectly include this file:

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< TLRI_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< TLRI_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)
 

Macro Definition Documentation

◆ IZ

#define IZ (   x)    int x = 0;

◆ SZ

#define SZ (   x)    std::size_t x = 0;