![]() |
QMCPACK
|
Decalaration of One-Dimesional grids. More...
Go to the source code of this file.
Classes | |
struct | OneDimGridBase< T, CT > |
An abstract base class to implement a One-Dimensional grid. More... | |
struct | LinearGrid< T, CT > |
One-Dimensional linear-grid. More... | |
struct | LogGrid< T, CT > |
One-Dimensional logarithmic-grid. More... | |
struct | LogGridZero< T, CT > |
One-Dimensional logarithmic-grid starting at the origin (Used in Siesta). More... | |
struct | NumericalGrid< T, CT > |
One-Dimensional numerical grid with arbitrary grid spacings. More... | |
Namespaces | |
qmcplusplus | |
helper functions for EinsplineSetBuilder | |
Functions | |
template<class T > | |
std::ostream & | operator<< (std::ostream &out, const OneDimGridBase< T > &rhs) |
Decalaration of One-Dimesional grids.
Definition in file OneDimGridBase.h.