![]() |
(git:e68414f)
|
container for information about total charges on the grids More...
Data Types | |
| type | qs_charges_type |
| Container for information about total charges on the grids. More... | |
Functions/Subroutines | |
| subroutine, public | qs_charges_create (qs_charges, nspins, total_rho_core_rspace, total_rho_gspace) |
| creates a charges object | |
| subroutine, public | qs_charges_release (qs_charges) |
| releases the charges object (see cp2k/doc/ReferenceCounting.html) | |
container for information about total charges on the grids
| subroutine, public qs_charges_types::qs_charges_create | ( | type(qs_charges_type), intent(out) | qs_charges, |
| integer, intent(in) | nspins, | ||
| real(kind=dp), intent(in), optional | total_rho_core_rspace, | ||
| real(kind=dp), intent(in), optional | total_rho_gspace | ||
| ) |
creates a charges object
| qs_charges | the charges object to create |
| nspins | ... |
| total_rho_core_rspace | ... |
| total_rho_gspace | ... |
Definition at line 65 of file qs_charges_types.F.
| subroutine, public qs_charges_types::qs_charges_release | ( | type(qs_charges_type), intent(inout) | qs_charges | ) |
releases the charges object (see cp2k/doc/ReferenceCounting.html)
| qs_charges | the object to be released |
Definition at line 97 of file qs_charges_types.F.