![]() |
Octopus
|
Functions/Subroutines | |
| subroutine, public | partial_charges_calculate (mesh, st, ions, hirshfeld_charges) |
| subroutine, public | partial_charges_compute_and_print_charges (mesh, st, ions, iunit) |
| Computes and write partial charges to a file. More... | |
| subroutine, public partial_charges_oct_m::partial_charges_calculate | ( | class(mesh_t), intent(in) | mesh, |
| type(states_elec_t), intent(in) | st, | ||
| type(ions_t), intent(in) | ions, | ||
| real(real64), dimension(:), intent(out) | hirshfeld_charges | ||
| ) |
Definition at line 138 of file partial_charges.F90.
| subroutine, public partial_charges_oct_m::partial_charges_compute_and_print_charges | ( | class(mesh_t), intent(in) | mesh, |
| type(states_elec_t), intent(in) | st, | ||
| type(ions_t), intent(in) | ions, | ||
| integer, intent(in) | iunit | ||
| ) |
Computes and write partial charges to a file.
Definition at line 166 of file partial_charges.F90.