|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "source_basis/module_pw/pw_basis.h"#include "source_cell/unitcell.h"#include "source_pw/module_pwdft/parallel_grid.h"#include "source_estate/module_charge/charge.h"Go to the source code of this file.
Classes | |
| class | LR::KernelXC |
| Calculate the exchange-correlation (XC) kernel ($f_{xc}=\delta^2E_xc/\delta\rho^2$) and store its components. More... | |
Namespaces | |
| namespace | LR |
Macros | |
| #define | CREF(x) const std::vector<double>& x = x##_; |
| #define | CREF3(x) const std::vector<ModuleBase::Vector3<double>>& x = x##_; |
| #define CREF | ( | x | ) | const std::vector<double>& x = x##_; |
| #define CREF3 | ( | x | ) | const std::vector<ModuleBase::Vector3<double>>& x = x##_; |