![]() |
(git:87fe8d4)
|
Public Member Functions | |
| subroutine | deallocate_all_potential (potential) |
| Deallocate an atomic all-electron potential data set. | |
| subroutine | deallocate_fist_potential (potential) |
| Deallocate an effective charge and inducible dipole potential data set. | |
| subroutine | deallocate_local_potential (potential) |
| Deallocate an atomic local potential data set. | |
| subroutine | deallocate_sgp_potential (potential) |
| Deallocate an atomic SGP potential data set. | |
| subroutine | deallocate_gth_potential (potential) |
| Deallocate an atomic GTH potential data set. | |
Definition at line 270 of file external_potential_types.F.
| subroutine external_potential_types::deallocate_potential::deallocate_all_potential | ( | type(all_potential_type), pointer | potential | ) |
Deallocate an atomic all-electron potential data set.
| potential | ... |
Definition at line 404 of file external_potential_types.F.
| subroutine external_potential_types::deallocate_potential::deallocate_fist_potential | ( | type(fist_potential_type), pointer | potential | ) |
Deallocate an effective charge and inducible dipole potential data set.
| potential | ... |
Definition at line 422 of file external_potential_types.F.
| subroutine external_potential_types::deallocate_potential::deallocate_local_potential | ( | type(local_potential_type), pointer | potential | ) |
Deallocate an atomic local potential data set.
| potential | ... |
Definition at line 441 of file external_potential_types.F.
| subroutine external_potential_types::deallocate_potential::deallocate_sgp_potential | ( | type(sgp_potential_type), pointer | potential | ) |
Deallocate an atomic SGP potential data set.
| potential | ... |
Definition at line 518 of file external_potential_types.F.
| subroutine external_potential_types::deallocate_potential::deallocate_gth_potential | ( | type(gth_potential_type), pointer | potential | ) |
Deallocate an atomic GTH potential data set.
| potential | ... |
Definition at line 466 of file external_potential_types.F.