(git:98357aa)
Loading...
Searching...
No Matches
atom_types::read_ecp_potential Interface Reference

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.
 

Detailed Description

Definition at line 345 of file atom_types.F.

Member Function/Subroutine Documentation

◆ read_ecp_potential_file()

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 
)

...

Parameters
element_symbol...
potential...
pseudo_name...
pseudo_file...
potential_section...
potential_found...

Definition at line 2902 of file atom_types.F.

◆ read_ecp_potential_files()

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.

Parameters
element_symbol...
potential...
pseudo_name...
pseudo_files...
potential_section...

Definition at line 3101 of file atom_types.F.


The documentation for this interface was generated from the following file: