MADNESS  0.10.1
Classes | Typedefs | Functions | Variables
mcpfit.cc File Reference

fitting parameters of Model Core Potential More...

#include <madness/mra/mra.h>
#include <madness/tensor/solvers.h>
#include <madness/chem/corepotential.h>
#include <iostream>
#include <iomanip>
#include <set>
#include <cstdio>
Include dependency graph for mcpfit.cc:

Classes

struct  Calculation
 
struct  CalculationParameters
 
struct  CoreFittingTarget
 
class  CoreOrbitalFunctor
 
class  CorePotentialFunctor
 
class  GaussianFunctor
 
class  MySteepestDescent
 
class  NcOverR
 
class  PotentialBasisFunctor
 
class  RadiusFunctor
 
class  RadiusSquareFunctor
 

Typedefs

typedef Vector< double, 3 > coordT
 
typedef FunctionFactory< double, 3 > factoryT
 
typedef Function< double, 3 > functionT
 
typedef std::shared_ptr< FunctionFunctorInterface< double, 3 > > functorT
 
typedef SeparatedConvolution< double, 3 > operatorT
 
typedef std::shared_ptr< WorldDCPmapInterface< Key< 3 > > > pmapT
 
typedef std::shared_ptr< operatorTpoperatorT
 
typedef Tensor< double > tensorT
 
typedef vector< functionTvecfuncT
 

Functions

void END_TIMER (World &world, const char *msg)
 
int main (int argc, char **argv)
 
double mask1 (double x)
 
double mask3 (const coordT &ruser)
 
void print (const tensorT &t)
 
tensorT Q3 (const tensorT &s)
 Given overlap matrix, return rotation with 3rd order error to orthonormalize the vectors. More...
 
static double radius_function (double rsq)
 
void START_TIMER (World &world)
 
static vector< double > tensor2vec (const tensorT &t)
 
static tensorT vec2tensor (const vector< double > &v)
 

Variables

static double sss
 
static double ttt
 

Detailed Description

fitting parameters of Model Core Potential

Typedef Documentation

◆ coordT

typedef Vector<double,3> coordT

◆ factoryT

typedef FunctionFactory<double,3> factoryT

◆ functionT

typedef Function<double,3> functionT

◆ functorT

typedef std::shared_ptr< FunctionFunctorInterface<double,3> > functorT

◆ operatorT

typedef SeparatedConvolution<double,3> operatorT

◆ pmapT

typedef std::shared_ptr< WorldDCPmapInterface< Key<3> > > pmapT

◆ poperatorT

typedef std::shared_ptr<operatorT> poperatorT

◆ tensorT

typedef Tensor<double> tensorT

◆ vecfuncT

typedef vector<functionT> vecfuncT

Function Documentation

◆ END_TIMER()

void END_TIMER ( World world,
const char *  msg 
)

◆ main()

int main ( int  argc,
char **  argv 
)

◆ mask1()

double mask1 ( double  x)
inline

◆ mask3()

double mask3 ( const coordT ruser)

◆ print()

void print ( const tensorT t)

◆ Q3()

tensorT Q3 ( const tensorT s)

Given overlap matrix, return rotation with 3rd order error to orthonormalize the vectors.

References madness::inner(), and Q().

◆ radius_function()

static double radius_function ( double  rsq)
inlinestatic

◆ START_TIMER()

void START_TIMER ( World world)

◆ tensor2vec()

static vector<double> tensor2vec ( const tensorT t)
static

◆ vec2tensor()

static tensorT vec2tensor ( const vector< double > &  v)
static

References v.

Referenced by main(), and Calculation::update().

Variable Documentation

◆ sss

double sss
static

◆ ttt

double ttt
static