MADNESS
0.10.1
|
Defines functions that give information on this version of MADNESS. More...
#include <string>
Go to the source code of this file.
Namespaces | |
madness | |
File holds all helper structures necessary for the CC_Operator and CC2 class. | |
madness::info | |
Runtime details on the configuration and version of MADNESS. | |
Functions | |
const char * | madness::info::build_date () |
return the build date More... | |
const char * | madness::info::build_time () |
return the build time More... | |
const char * | madness::info::git_commit () |
Get the git commit number for this version. More... | |
const char * | madness::info::git_source_description () |
Get the git source tree human-readable description (see git describe --dirty ) More... | |
std::string | madness::info::print_revision_information () |
const char * | madness::info::version () |
Get the MADNESS version number. More... | |
Defines functions that give information on this version of MADNESS.