![]() |
(git:c01e6a4)
|
Functions/Subroutines | |
| subroutine, public | calculate_atom (atom, iw, noguess, converged) |
| General routine to perform electronic structure atomic calculations. | |
| subroutine, public atom_electronic_structure::calculate_atom | ( | type(atom_type), pointer | atom, |
| integer, intent(in) | iw, | ||
| logical, intent(in), optional | noguess, | ||
| logical, intent(out), optional | converged | ||
| ) |
General routine to perform electronic structure atomic calculations.
| atom | information about the atomic kind |
| iw | output file unit |
| noguess | skip initial guess |
| converged | whether SCF iterations have been converged |
Definition at line 59 of file atom_electronic_structure.F.