Go to the source code of this file.
|
| module | hirshfeld_types |
| | The types needed for the calculation of Hirshfeld charges and related functions.
|
| |
|
| subroutine, public | hirshfeld_types::create_hirshfeld_type (hirshfeld_env) |
| | ...
|
| |
| subroutine, public | hirshfeld_types::release_hirshfeld_type (hirshfeld_env) |
| | ...
|
| |
| subroutine, public | hirshfeld_types::get_hirshfeld_info (hirshfeld_env, shape_function_type, iterative, ref_charge, fnorm, radius_type, use_bohr) |
| | Get information from a Hirshfeld env.
|
| |
| subroutine, public | hirshfeld_types::set_hirshfeld_info (hirshfeld_env, shape_function_type, iterative, ref_charge, fnorm, radius_type, use_bohr) |
| | Set values of a Hirshfeld env.
|
| |