template<class fp_t = double>
class o2scl::fermion_zerot_tl< fp_t >
This is a base class for the computation of fermionic statistics at zero temperature. The more general case of finite temperature is taken care of by fermion_thermo_tl objects. The primary functions are calc_mu_zerot() and calc_density_zerot() which compute all the thermodynamic quantities as a function of the chemical potential, or the density, respectively.
- Idea for Future:
- Use hypot() and other more accurate functions for the analytic expressions for the zero temperature integrals. [Progress has been made, but there are probably other functions which may break down for small but finite masses and temperatures]
Definition at line 131 of file fermion.h.