![]() |
(git:53a46e8)
|
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 306 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 2758 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 2789 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 2817 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 2885 of file external_potential_types.F.