#include "grid_matrix.h"
#include "sparse_matrix.h"
Go to the source code of this file.
Defines | |
#define | _GRID_HICU_H_ 1 |
Functions | |
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) |
void | grid_generate_sparse_pattern (const BasisInfoStruct &bis, ergo_real maxError, ergo_real boxSize, ergo_real startBoxSizeDebug, Dft::SparsePattern &pattern) |
#define _GRID_HICU_H_ 1 |
void grid_generate_sparse_pattern | ( | const BasisInfoStruct & | bis, | |
ergo_real | maxError, | |||
ergo_real | boxSize, | |||
ergo_real | startBoxSizeDebug, | |||
Dft::SparsePattern & | pattern | |||
) |
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 | |||
) |