|
votca 2026-dev
|
#include <dftengine.h>
Public Member Functions | |
| Eigen::MatrixXd | total () const |
| Return the total density P = P^alpha + P^beta. | |
| Eigen::MatrixXd | spin () const |
| Return the spin density P^alpha - P^beta. | |
Public Attributes | |
| Eigen::MatrixXd | alpha |
| Eigen::MatrixXd | beta |
Spin-resolved density matrices used to pass alpha and beta quantities together through the UKS workflow.
Definition at line 85 of file dftengine.h.
|
inline |
Return the spin density P^alpha - P^beta.
Definition at line 93 of file dftengine.h.
|
inline |
Return the total density P = P^alpha + P^beta.
Definition at line 90 of file dftengine.h.
| Eigen::MatrixXd votca::xtp::DFTEngine::SpinDensity::alpha |
Definition at line 86 of file dftengine.h.
| Eigen::MatrixXd votca::xtp::DFTEngine::SpinDensity::beta |
Definition at line 87 of file dftengine.h.