QMCPACK
SplineSetReader.h File Reference

The most general reader class for the following classes using the full single grid for the supercell. More...

+ Include dependency graph for SplineSetReader.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SplineR2R< ST >
 class to match ST real spline with BsplineSet::ValueType (real) SPOs More...
 
class  SplineC2R< ST >
 class to match std::complex<ST> spline with BsplineSet::ValueType (real) SPOs More...
 
class  SplineC2ROMPTarget< ST >
 class to match std::complex<ST> spline with BsplineSet::ValueType (real) SPOs with OpenMP offload More...
 
class  SplineSetReader< SA >
 General SplineSetReader to handle any unitcell. More...
 

Namespaces

 qmcplusplus
 helper functions for EinsplineSetBuilder
 

Detailed Description

The most general reader class for the following classes using the full single grid for the supercell.

  • SplineR2R
  • SplineC2C
  • SplineC2R Each band is initialized with UBspline_3d_d and both real and imaginary parts are passed to the objects which will convert the data type to their internal precision.

Definition in file SplineSetReader.h.