ampsci
c++ program for high-precision atomic structure calculations of single-valence systems
|
Small struct to store: {eps, its, symbol}. eps=convergence; its=iterations; symbol=which state. May be sorted (by eps). More...
#include <HartreeFock.hpp>
Public Attributes | |
double | eps {0.0} |
int | its {0} |
std::string | symbol {} |
Friends | |
bool | operator< (const EpsIts &l, const EpsIts &r) |
Small struct to store: {eps, its, symbol}. eps=convergence; its=iterations; symbol=which state. May be sorted (by eps).