|
CP2K 2.4 (Revision 12889)
|
Private Member Functions | |
| subroutine | deallocate_all_potential (potential, error) |
| Deallocate an atomic all-electron potential data set. | |
| subroutine | deallocate_fist_potential (potential, error) |
| Deallocate an effective charge and inducible dipole potential data set. | |
| subroutine | deallocate_gth_potential (potential, error) |
| Deallocate an atomic GTH potential data set. | |
Definition at line 185 of file external_potential_types.f90.
| subroutine external_potential_types::deallocate_potential::deallocate_all_potential | ( | TYPE(all_potential_type),pointer | potential, |
| TYPE(cp_error_type),intent(inout) | error | ||
| ) | [private] |
Deallocate an atomic all-electron potential data set.
Definition at line 335 of file external_potential_types.f90.
| subroutine external_potential_types::deallocate_potential::deallocate_fist_potential | ( | TYPE(fist_potential_type),pointer | potential, |
| TYPE(cp_error_type),intent(inout) | error | ||
| ) | [private] |
Deallocate an effective charge and inducible dipole potential data set.
Definition at line 363 of file external_potential_types.f90.
| subroutine external_potential_types::deallocate_potential::deallocate_gth_potential | ( | TYPE(gth_potential_type),pointer | potential, |
| TYPE(cp_error_type),intent(inout) | error | ||
| ) | [private] |
Deallocate an atomic GTH potential data set.
Definition at line 391 of file external_potential_types.f90.
1.7.3