MADNESS 0.10.1
Functions
test_restart.cc File Reference

the restart decision table, checked line by line More...

#include <madness/chem/RestartPlan.h>
#include <madness/world/MADworld.h>
#include <iostream>
#include <string>
Include dependency graph for test_restart.cc:

Functions

int main (int argc, char **argv)
 

Detailed Description

the restart decision table, checked line by line

plan_restart() is a pure function of (mode, what is on disk, what the engine can read, protocol, dconv, geometry, representation). That is the whole reason it was factored out of SCF and Nemo: the decision table can be walked exhaustively here with no MRA data, no SCF, no archive and no filesystem.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)