ampsci
High-precision calculations for one- and two-valence atomic systems
Loading...
Searching...
No Matches
HF::EpsIts

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)
 

Detailed Description

Small struct to store: {eps, its, symbol}. eps=convergence; its=iterations; symbol=which state. May be sorted (by eps).


The documentation for this struct was generated from the following file: