![]() |
(git:98357aa)
|
Public Member Functions | |
| subroutine | read_ecp_potential_file (element_symbol, potential, pseudo_name, pseudo_file, potential_section, potential_found) |
| ... | |
| subroutine | read_ecp_potential_files (element_symbol, potential, pseudo_name, pseudo_files, potential_section) |
| Read an ECP potential from an ordered list of library files. | |
Definition at line 345 of file atom_types.F.
| subroutine atom_types::read_ecp_potential::read_ecp_potential_file | ( | character(len=*), intent(in) | element_symbol, |
| type(atom_ecppot_type), intent(inout) | potential, | ||
| character(len=*), intent(in) | pseudo_name, | ||
| character(len=*), intent(in) | pseudo_file, | ||
| type(section_vals_type), pointer | potential_section, | ||
| logical, intent(out), optional | potential_found | ||
| ) |
...
| element_symbol | ... |
| potential | ... |
| pseudo_name | ... |
| pseudo_file | ... |
| potential_section | ... |
| potential_found | ... |
Definition at line 2902 of file atom_types.F.
| subroutine atom_types::read_ecp_potential::read_ecp_potential_files | ( | character(len=*), intent(in) | element_symbol, |
| type(atom_ecppot_type), intent(inout) | potential, | ||
| character(len=*), intent(in) | pseudo_name, | ||
| character(len=*), dimension(:), intent(in) | pseudo_files, | ||
| type(section_vals_type), pointer | potential_section | ||
| ) |
Read an ECP potential from an ordered list of library files.
| element_symbol | ... |
| potential | ... |
| pseudo_name | ... |
| pseudo_files | ... |
| potential_section | ... |
Definition at line 3101 of file atom_types.F.