votca 2024.2-dev
|
#include <chrono>
#include <iostream>
#include <stdexcept>
#include <boost/format.hpp>
#include "eigen.h"
#include "logger.h"
Go to the source code of this file.
Classes | |
class | votca::xtp::DavidsonSolver |
Use Davidson algorithm to solve A*V=E*V. More... | |
struct | votca::xtp::DavidsonSolver::RitzEigenPair |
struct | votca::xtp::DavidsonSolver::ProjectedSpace |
Namespaces | |
namespace | votca |
base class for all analysis tools | |
namespace | votca::xtp |
Charge transport classes. | |
Macros | |
#define | VOTCA_XTP_DAVIDSONSOLVER_H |
#define VOTCA_XTP_DAVIDSONSOLVER_H |
Definition at line 20 of file davidsonsolver.h.