ampsci
c++ program for high-precision atomic structure calculations of single-valence systems
Public Attributes | Friends | List of all members
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: