|
MADNESS 0.10.1
|
#include <RestartPlan.h>
Public Attributes | |
| std::optional< RestartMetadata > | meta |
| bool | nwfile_named = false |
| an NWChem file was named in the input | |
| bool | restartao_present = false |
| <prefix>.restartaodata exists | |
| bool | restartdata_present = false |
| <prefix>.restartdata.00000 exists | |
what a look at the disk found – pure disk facts, no engine opinion in here
Separated from the decision so that plan_restart() stays a pure function of its arguments and the whole decision table can be tested without touching a filesystem or constructing an MRA function.
| std::optional<RestartMetadata> madness::RestartSources::meta |
its header parsed. Set only when restartdata_present; a present file with no metadata is a corrupt or future-version archive, which is worth saying out loud rather than quietly recomputing.
an NWChem file was named in the input
Referenced by madness::survey_restart_sources().