votca 2024.2-dev
|
#include <cstddef>
#include <cstring>
#include <iostream>
#include <sstream>
#include <stdexcept>
#include <string>
#include <vector>
#include <H5Cpp.h>
#include "checkpoint_utils.h"
Go to the source code of this file.
Classes | |
class | votca::xtp::CptTable |
Namespaces | |
namespace | votca |
base class for all analysis tools | |
namespace | votca::xtp |
Charge transport classes. | |
Macros | |
#define | VOTCA_XTP_CHECKPOINTTABLE_H |
#define | CPT_MEM_FROM_STRUCT(m, s) |
#define | CPT_MEMBER(m, s) |
Functions | |
template<> | |
void | votca::xtp::CptTable::addCol< std::string > (const std::string &name, const size_t &offset) |
#define CPT_MEM_FROM_STRUCT | ( | m, | |
s ) |
Definition at line 41 of file checkpointtable.h.
#define CPT_MEMBER | ( | m, | |
s ) |
Definition at line 42 of file checkpointtable.h.
#define VOTCA_XTP_CHECKPOINTTABLE_H |
Definition at line 18 of file checkpointtable.h.