ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Namespaces | Functions
delley.h File Reference
#include <vector>
Include dependency graph for delley.h:
This graph shows which files directly or indirectly include this file:

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)