We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed4e54 commit 835a146Copy full SHA for 835a146
source/module_hamilt_lcao/hamilt_lcaodft/wavefunc_in_pw.h
@@ -21,15 +21,6 @@ namespace Wavefunc_in_pw
21
std::vector<std::string> &orbital_files,
22
ModuleBase::realArray &table_local);
23
24
- void make_table_q(
25
- const std::vector<std::vector<std::vector<Numerical_Orbital_Lm>>> &orb_in,
26
- ModuleBase::realArray &table_local); // used for exx abfs
27
-
28
- void write_table_local(
29
- const ModuleBase::realArray &table_local,
30
- std::string &filename
31
- );
32
33
void integral(
34
const UnitCell& ucell,
35
const int meshr, // number of mesh points
0 commit comments