|
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 69 of file convergenceacc.h.
|
inline |
Return the spin density P^alpha - P^beta.
Definition at line 77 of file convergenceacc.h.
|
inline |
Return the total density P = P^alpha + P^beta.
Definition at line 74 of file convergenceacc.h.
| Eigen::MatrixXd votca::xtp::ConvergenceAcc::SpinDensity::alpha |
Definition at line 70 of file convergenceacc.h.
| Eigen::MatrixXd votca::xtp::ConvergenceAcc::SpinDensity::beta |
Definition at line 71 of file convergenceacc.h.