![]() |
(git:936074a)
|
Routines that process Quantum Espresso UPF files. More...
Data Types | |
| type | atom_upfpot_type |
Functions/Subroutines | |
| subroutine, public | atom_read_upf (pot, upf_filename, read_header) |
| ... | |
| pure subroutine, public | atom_release_upf (upfpot) |
| ... | |
Variables | |
| integer, parameter | lmat = 3 |
Routines that process Quantum Espresso UPF files.
| subroutine, public atom_upf::atom_read_upf | ( | type(atom_upfpot_type) | pot, |
| character(len=*), intent(in) | upf_filename, | ||
| logical, intent(in), optional | read_header | ||
| ) |
...
| pot | ... |
| upf_filename | ... |
| read_header | ... |
Definition at line 101 of file atom_upf.F.
| pure subroutine, public atom_upf::atom_release_upf | ( | type(atom_upfpot_type), intent(inout) | upfpot | ) |
...
| upfpot | ... |
Definition at line 874 of file atom_upf.F.
| integer, parameter atom_upf::lmat = 3 |
Definition at line 30 of file atom_upf.F.