ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | Grid |
namespace | Grid::Angular |
Functions | |
int | Grid::Angular::ngrid_delley (int &lmax) |
Number of Delley's grid points for a certain order of accuracy. | |
int | Grid::Angular::delley (int &lmax, double *grid, double *weight) |
Delley's quadrature grid and weights. | |
int | Grid::Angular::delley (int &lmax, std::vector< double > &grid, std::vector< double > &weight) |