|
MADNESS 0.10.1
|
the header of a restartdata archive, in one place More...
#include <madness/chem/molecule.h>#include <madness/mra/mra.h>#include <iomanip>#include <optional>#include <string>

Go to the source code of this file.
Classes | |
| struct | madness::RestartMetadata |
| struct | madness::RestartSummary |
Namespaces | |
| namespace | madness |
| Namespace for all elements and tools of MADNESS. | |
Enumerations | |
| enum class | madness::Representation : int { madness::unknown = 0 , madness::mo = 1 , madness::nemo = 2 , madness::znemo = 3 } |
Functions | |
| std::optional< RestartMetadata > | madness::peek_restartdata (World &world, const std::string &filename) |
| std::optional< RestartSummary > | madness::peek_restartdata_summary (World &world, const std::string &filename) |
| bool | madness::print_restartdata_info (World &world, const std::string &prefix) |
| Representation | madness::representation_from_int (const int i) |
| map a stored int back to a Representation, tolerating values we do not know | |
| std::string | madness::restartdata_basename (std::string name) |
| bool | madness::restartdata_exists (const std::string &filename) |
| std::string | madness::to_string (const Representation r) |
the header of a restartdata archive, in one place