|
votca 2026-dev
|
Spin-resolved density matrices returned for open-shell SCF updates. More...
#include <convergenceacc.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 returned for open-shell SCF updates.
Definition at line 92 of file convergenceacc.h.
|
inline |
Return the spin density P^alpha - P^beta.
Definition at line 100 of file convergenceacc.h.
|
inline |
Return the total density P = P^alpha + P^beta.
Definition at line 97 of file convergenceacc.h.
| Eigen::MatrixXd votca::xtp::ConvergenceAcc::SpinDensity::alpha |
Definition at line 93 of file convergenceacc.h.
| Eigen::MatrixXd votca::xtp::ConvergenceAcc::SpinDensity::beta |
Definition at line 94 of file convergenceacc.h.