Gauss.h File Reference
#include <GeneralDefine.h>
#include <iostream>
#include "IntegralType.h"
#include "CG/Coordinates/R.h"
#include "CG/Coordinates/X.h"
#include "CG/Coordinates/Y.h"
#include "CG/Coordinates/Z.h"
#include "CG/Coordinates/RZ.h"
#include "CG/Coordinates/XY.h"
#include "CG/Coordinates/XZ.h"
#include "CG/Coordinates/YZ.h"
#include "CG/Coordinates/XYZ.h"
#include "CG/Coordinates/O.h"
#include "Gauss.hcc"

Go to the source code of this file.

Classes

class  CGFunctions::Gauss< Coordinates >
 Defines the position of the CGPoint (e.g. x, y, z) and the parameters of the Gauss coarse-graining function (width and cutoff). More...
 

Namespaces

 CGFunctions
 Contains base classes of CGPoint; CGPoint is always templated with one of these classes; these classes contain the position of the CGPoint and the parameters of the coarse-graining function (width, cutoff, ...).
 

Typedefs

typedef CGFunctions::Gauss< CGCoordinates::OCGFunctions::GaussO
 Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate. More...
 
typedef CGFunctions::Gauss< CGCoordinates::XCGFunctions::GaussX
 Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate. More...
 
typedef CGFunctions::Gauss< CGCoordinates::YCGFunctions::GaussY
 Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate. More...
 
typedef CGFunctions::Gauss< CGCoordinates::ZCGFunctions::GaussZ
 Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate. More...
 
typedef CGFunctions::Gauss< CGCoordinates::YZCGFunctions::GaussYZ
 Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate. More...
 
typedef CGFunctions::Gauss< CGCoordinates::XZCGFunctions::GaussXZ
 Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate. More...
 
typedef CGFunctions::Gauss< CGCoordinates::XYCGFunctions::GaussXY
 Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate. More...
 
typedef CGFunctions::Gauss< CGCoordinates::XYZCGFunctions::GaussXYZ
 Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate. More...
 
typedef CGFunctions::Gauss< CGCoordinates::RCGFunctions::GaussR
 Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate. More...