|
votca 2026-dev
|
#include <Eigen/Dense>#include <algorithm>#include <cmath>#include <stdexcept>#include <vector>

Go to the source code of this file.
Namespaces | |
| namespace | votca |
| Provides a means for comparing floating point numbers. | |
| namespace | votca::xtp |
| Charge transport classes. | |
Functions | |
| Eigen::MatrixXd | votca::xtp::BuildFullBSEXRankedInitialGuess (const Eigen::VectorXd &adiag, const Eigen::VectorXd &bdiag, Index nroots) |
| Build an initial guess for full-BSE Davidson diagonalization. | |