|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include <cmath>#include <vector>#include <map>#include <tuple>#include <complex>#include <fstream>#include <memory>#include "source_cell/unitcell.h"#include "source_base/spherical_bessel_transformer.h"#include "source_basis/module_nao/two_center_integrator.h"#include "source_cell/module_neighbor/sltk_grid_driver.h"#include "source_cell/module_neighbor/sltk_atom_arrange.h"#include "source_io/module_parameter/parameter.h"#include "source_io/cal_pLpR.h"#include "source_base/formatter.h"#include "source_base/parallel_common.h"Functions | |
| double | _lplus_on_ylm (const int l, const int m) |
| double | _lminus_on_ylm (const int l, const int m) |
| double _lminus_on_ylm | ( | const int | l, |
| const int | m | ||
| ) |
| double _lplus_on_ylm | ( | const int | l, |
| const int | m | ||
| ) |
FIXME: the following part will be transfered to TwoCenterIntegrator soon