29 #define _GRID_HICU_H_ 1
39 int use_error_per_volume,
40 int do_double_checking,
41 int compare_to_refined,
42 int use_energy_criterion,
43 int use_energy_criterion_only,
44 int do_variation_checking,
46 Dft::SparsePattern* pattern,
48 bool generateSparsePatternOnly);
54 Dft::SparsePattern& pattern);
static char * grid_file_name
Definition: grid_reader.cc:117
void grid_generate_sparse_pattern(const BasisInfoStruct &bis, ergo_real maxError, ergo_real boxSize, ergo_real startBoxSizeDebug, Dft::SparsePattern &pattern)
Definition: grid_hicu.cc:2806
double ergo_real
Definition: realtype.h:53
Declares a sparse matrix optimized for the XC code.
Generic matrix interface.
Definition: grid_matrix.h:35
int hicu_grid_generate(const char *grid_file_name, const BasisInfoStruct &bis, ergo_real maxError, ergo_real boxSize, ergo_real startBoxSizeDebug, int use_error_per_volume, int do_double_checking, int compare_to_refined, int use_energy_criterion, int use_energy_criterion_only, int do_variation_checking, const Dft::Matrix *dmat, Dft::SparsePattern *pattern, int nThreads, bool generateSparsePatternOnly)
Definition: grid_hicu.cc:2679
Definition: basisinfo.h:111