![]() |
(git:b77b4be)
|
Public Member Functions | |
subroutine | write_all_potential (potential, output_unit) |
Write an atomic all-electron potential data set to the output unit. | |
subroutine | write_local_potential (potential, output_unit) |
Write an atomic local potential data set to the output unit. | |
subroutine | write_gth_potential (potential, output_unit) |
Write an atomic GTH potential data set to the output unit. | |
subroutine | write_sgp_potential (potential, output_unit) |
... | |
Definition at line 304 of file external_potential_types.F.
subroutine external_potential_types::write_potential::write_all_potential | ( | type(all_potential_type), intent(in) | potential, |
integer, intent(in) | output_unit | ||
) |
Write an atomic all-electron potential data set to the output unit.
potential | ... |
output_unit | ... |
Definition at line 2739 of file external_potential_types.F.
subroutine external_potential_types::write_potential::write_local_potential | ( | type(local_potential_type), intent(in) | potential, |
integer, intent(in) | output_unit | ||
) |
Write an atomic local potential data set to the output unit.
potential | ... |
output_unit | ... |
Definition at line 2770 of file external_potential_types.F.
subroutine external_potential_types::write_potential::write_gth_potential | ( | type(gth_potential_type), intent(in) | potential, |
integer, intent(in) | output_unit | ||
) |
Write an atomic GTH potential data set to the output unit.
potential | ... |
output_unit | ... |
Definition at line 2798 of file external_potential_types.F.
subroutine external_potential_types::write_potential::write_sgp_potential | ( | type(sgp_potential_type), intent(in) | potential, |
integer, intent(in) | output_unit | ||
) |
...
potential | ... |
output_unit | ... |
Definition at line 2866 of file external_potential_types.F.