ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Namespaces | Functions
gint_helper.h File Reference
#include <memory>
#include <cmath>
#include "gint_type.h"
#include "source_base/timer.h"
Include dependency graph for gint_helper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ModuleGint
 

Functions

int ModuleGint::index3Dto1D (const int id_x, const int id_y, const int id_z, const int dim_x, const int dim_y, const int dim_z)
 
Vec3i ModuleGint::index1Dto3D (const int index_1d, const int dim_x, const int dim_y, const int dim_z)
 
double ModuleGint::pow_int (const double base, const int exp)
 
int ModuleGint::floor_div (const int a, const int b)
 
int ModuleGint::ceil_div (const int a, const int b)