![]() |
(git:1e0ab71)
|
function that build the print section of the dft input More...
Functions/Subroutines | |
| subroutine, public | create_print_dft_section (section) |
| Create the print dft section. | |
| subroutine, public | add_dos_keywords (print_key, xas_mode) |
| Add projected-DOS related keywords to a DOS or XAS PDOS print section. | |
function that build the print section of the dft input
| subroutine, public input_cp2k_print_dft::create_print_dft_section | ( | type(section_type), pointer | section | ) |
Create the print dft section.
| section | the section to create |
Definition at line 187 of file input_cp2k_print_dft.F.
| subroutine, public input_cp2k_print_dft::add_dos_keywords | ( | type(section_type), pointer | print_key, |
| logical, intent(in) | xas_mode | ||
| ) |
Add projected-DOS related keywords to a DOS or XAS PDOS print section.
| print_key | print key section to add keywords to |
| xas_mode | if true, add keywords for the XAS-specific standalone PDOS section |
Definition at line 2684 of file input_cp2k_print_dft.F.