![]() |
(git:5f3bc36)
|
Routines that print various information about an atomic kind. More...
Functions/Subroutines | |
| subroutine, public | atom_print_info (zval, info, iw) |
| Print an information string related to the atomic kind. | |
| subroutine, public | atom_print_state (state, iw) |
| Print information about electronic state. | |
| subroutine, public | atom_print_energies (atom, iw) |
| Print energy components. | |
| subroutine, public | atom_print_zmp_iteration (iter, deps, atom, iw) |
| Printing of the atomic iterations when ZMP is active. | |
| subroutine, public | atom_print_iteration (iter, deps, etot, iw) |
| Print convergence information. | |
| subroutine, public | atom_print_basis (atom_basis, iw, title) |
| Print atomic basis set. | |
| subroutine, public | atom_print_basis_file (atom_basis, wfn) |
| Print the optimized atomic basis set into a file. | |
| subroutine, public | atom_print_method (atom, iw) |
| Print information about the electronic structure method in use. | |
| subroutine, public | atom_print_potential (potential, iw) |
| Print information about the pseudo-potential. | |
| subroutine, public | atom_write_pseudo_param (gthpot, iunit) |
| Print GTH pseudo-potential parameters. | |
| subroutine, public | atom_print_orbitals (atom, iw, xmgrace) |
| Print atomic orbitals. | |
Routines that print various information about an atomic kind.
| subroutine, public atom_output::atom_print_info | ( | integer, intent(in) | zval, |
| character(len=*), intent(in) | info, | ||
| integer, intent(in) | iw | ||
| ) |
Print an information string related to the atomic kind.
| zval | atomic number |
| info | information string |
| iw | output file unit |
Definition at line 68 of file atom_output.F.
| subroutine, public atom_output::atom_print_state | ( | type(atom_state) | state, |
| integer, intent(in) | iw | ||
| ) |
Print information about electronic state.
| state | electronic state |
| iw | output file unit |
Definition at line 87 of file atom_output.F.
| subroutine, public atom_output::atom_print_energies | ( | type(atom_type) | atom, |
| integer, intent(in) | iw | ||
| ) |
Print energy components.
| atom | information about the atomic kind |
| iw | output file unit |
Definition at line 179 of file atom_output.F.
| subroutine, public atom_output::atom_print_zmp_iteration | ( | integer, intent(in) | iter, |
| real(dp), intent(in) | deps, | ||
| type(atom_type), intent(in) | atom, | ||
| integer, intent(in) | iw | ||
| ) |
Printing of the atomic iterations when ZMP is active.
| iter | current iteration number |
| deps | convergence |
| atom | intormation about the atomic kind |
| iw | output file unit |
Definition at line 252 of file atom_output.F.
| subroutine, public atom_output::atom_print_iteration | ( | integer, intent(in) | iter, |
| real(dp), intent(in) | deps, | ||
| real(dp), intent(in) | etot, | ||
| integer, intent(in) | iw | ||
| ) |
Print convergence information.
| iter | current iteration number |
| deps | convergency |
| etot | total energy |
| iw | output file unit |
Definition at line 276 of file atom_output.F.
| subroutine, public atom_output::atom_print_basis | ( | type(atom_basis_type) | atom_basis, |
| integer, intent(in) | iw, | ||
| character(len=*) | title | ||
| ) |
Print atomic basis set.
| atom_basis | atomic basis set |
| iw | output file unit |
| title | header to print on top of the basis set |
Definition at line 297 of file atom_output.F.
| subroutine, public atom_output::atom_print_basis_file | ( | type(atom_basis_type) | atom_basis, |
| real(kind=dp), dimension(:, :, 0:), optional | wfn | ||
| ) |
Print the optimized atomic basis set into a file.
| atom_basis | atomic basis set |
| wfn | ... |
Definition at line 390 of file atom_output.F.
| subroutine, public atom_output::atom_print_method | ( | type(atom_type) | atom, |
| integer, intent(in) | iw | ||
| ) |
Print information about the electronic structure method in use.
| atom | information about the atomic kind |
| iw | output file unit |
Definition at line 508 of file atom_output.F.
| subroutine, public atom_output::atom_print_potential | ( | type(atom_potential_type) | potential, |
| integer, intent(in) | iw | ||
| ) |
Print information about the pseudo-potential.
| potential | pseudo-potential |
| iw | output file unit |
Definition at line 644 of file atom_output.F.
| subroutine, public atom_output::atom_write_pseudo_param | ( | type(atom_gthpot_type), intent(inout) | gthpot, |
| integer, intent(in), optional | iunit | ||
| ) |
Print GTH pseudo-potential parameters.
| gthpot | pseudo-potential |
| iunit | output file unit |
Definition at line 765 of file atom_output.F.
| subroutine, public atom_output::atom_print_orbitals | ( | type(atom_type), pointer | atom, |
| integer, intent(in) | iw, | ||
| logical, intent(in), optional | xmgrace | ||
| ) |
Print atomic orbitals.
| atom | information about the atomic kind |
| iw | output file unit |
| xmgrace | ... |
Definition at line 850 of file atom_output.F.