![]() |
(git:b99ca74)
|
Public Member Functions | |
| subroutine | allocate_all_potential (potential) |
| Allocate an atomic all-electron potential data set. | |
| subroutine | allocate_fist_potential (potential) |
| Allocate an effective charge and inducible dipole potential data set. | |
| subroutine | allocate_local_potential (potential) |
| Allocate an atomic local potential data set. | |
| subroutine | allocate_gth_potential (potential) |
| Allocate an atomic GTH potential data set. | |
| subroutine | allocate_sgp_potential (potential) |
| Allocate an atomic SGP potential data set. | |
Definition at line 262 of file external_potential_types.F.
| subroutine external_potential_types::allocate_potential::allocate_all_potential | ( | type(all_potential_type), intent(inout), pointer | potential | ) |
Allocate an atomic all-electron potential data set.
| potential | ... |
Definition at line 328 of file external_potential_types.F.
| subroutine external_potential_types::allocate_potential::allocate_fist_potential | ( | type(fist_potential_type), intent(inout), pointer | potential | ) |
Allocate an effective charge and inducible dipole potential data set.
| potential | ... |
Definition at line 343 of file external_potential_types.F.
| subroutine external_potential_types::allocate_potential::allocate_local_potential | ( | type(local_potential_type), intent(inout), pointer | potential | ) |
Allocate an atomic local potential data set.
| potential | ... |
Definition at line 359 of file external_potential_types.F.
| subroutine external_potential_types::allocate_potential::allocate_gth_potential | ( | type(gth_potential_type), intent(inout), pointer | potential | ) |
Allocate an atomic GTH potential data set.
| potential | ... |
Definition at line 375 of file external_potential_types.F.
| subroutine external_potential_types::allocate_potential::allocate_sgp_potential | ( | type(sgp_potential_type), intent(inout), pointer | potential | ) |
Allocate an atomic SGP potential data set.
| potential | ... |
Definition at line 389 of file external_potential_types.F.