MADNESS 0.10.1
Functions | Variables
test_state_archive_hdf5.cpp File Reference
#include "../solvers/fd_save_load.hpp"
#include "../solvers/response_state.hpp"
#include <madness/mra/mra.h>
#include <algorithm>
#include <cstdio>
#include <cstdlib>
#include <filesystem>
#include <fstream>
#include <stdexcept>
#include <vector>
Include dependency graph for test_state_archive_hdf5.cpp:

Functions

static double g0 (const Vector< double, D > &r)
 
static double g1 (const Vector< double, D > &r)
 
static double g2 (const Vector< double, D > &r)
 
int main (int argc, char **argv)
 
static double state_max_err (const ResponseStateX< ClosedShell > &a, const ResponseStateX< ClosedShell > &b)
 
static double statexy_max_err (const ResponseStateXY< ClosedShell > &a, const ResponseStateXY< ClosedShell > &b)
 

Variables

static const std::size_t D = 3
 

Function Documentation

◆ g0()

static double g0 ( const Vector< double, D > &  r)
static

◆ g1()

static double g1 ( const Vector< double, D > &  r)
static

◆ g2()

static double g2 ( const Vector< double, D > &  r)
static

◆ main()

int main ( int  argc,
char **  argv 
)

◆ state_max_err()

static double state_max_err ( const ResponseStateX< ClosedShell > &  a,
const ResponseStateX< ClosedShell > &  b 
)
static

References a, b, and e().

Referenced by main().

◆ statexy_max_err()

static double statexy_max_err ( const ResponseStateXY< ClosedShell > &  a,
const ResponseStateXY< ClosedShell > &  b 
)
static

References a, b, and e().

Referenced by main().

Variable Documentation

◆ D

const std::size_t D = 3
static