Result of a non-classical dimer rotation backend (mode estimate only). More...
#include <DimerRotationDispatch.h>
Public Attributes | |
| AtomMatrix | eigenvector |
| double | eigenvalue {0.0} |
| long | forceCalls {0} |
| long | rotations {0} |
| bool | converged {true} |
| LOR: true only when residual stop fired; Lanczos/Davidson: true (internal convergence criteria, not residual-exposed here). | |
Result of a non-classical dimer rotation backend (mode estimate only).
Definition at line 30 of file DimerRotationDispatch.h.
| bool eonc::DimerRotationResult::converged {true} |
LOR: true only when residual stop fired; Lanczos/Davidson: true (internal convergence criteria, not residual-exposed here).
Definition at line 37 of file DimerRotationDispatch.h.
| double eonc::DimerRotationResult::eigenvalue {0.0} |
Definition at line 32 of file DimerRotationDispatch.h.
| AtomMatrix eonc::DimerRotationResult::eigenvector |
Definition at line 31 of file DimerRotationDispatch.h.
| long eonc::DimerRotationResult::forceCalls {0} |
Definition at line 33 of file DimerRotationDispatch.h.
| long eonc::DimerRotationResult::rotations {0} |
Definition at line 34 of file DimerRotationDispatch.h.