votca 2024.2-dev
|
#include <fstream>
#include <H5Cpp.h>
#include "checkpoint_utils.h"
#include "checkpointreader.h"
#include "checkpointtable.h"
#include "checkpointwriter.h"
Go to the source code of this file.
Classes | |
class | votca::xtp::CheckpointFile |
Namespaces | |
namespace | votca |
base class for all analysis tools | |
namespace | votca::xtp |
Charge transport classes. | |
Macros | |
#define | VOTCA_XTP_CHECKPOINT_H |
Enumerations | |
enum class | votca::xtp::CheckpointAccessLevel { votca::xtp::READ = 0 , votca::xtp::MODIFY = 1 , votca::xtp::CREATE = 2 } |
Functions | |
std::ostream & | votca::xtp::operator<< (std::ostream &s, CheckpointAccessLevel l) |
#define VOTCA_XTP_CHECKPOINT_H |
Definition at line 19 of file checkpoint.h.