![]() |
(git:3a1353c)
|
Definition of the DFTB parameter types. More...
Data Types | |
| type | qs_dftb_atom_type |
| type | qs_dftb_pairpot_type |
Functions/Subroutines | |
| subroutine, public | qs_dftb_pairpot_init (pairpot) |
| ... | |
| subroutine, public | qs_dftb_pairpot_create (pairpot, ngrd, llm, spdim) |
| ... | |
| subroutine, public | qs_dftb_pairpot_release (pairpot) |
| ... | |
Definition of the DFTB parameter types.
| subroutine, public qs_dftb_types::qs_dftb_pairpot_init | ( | type(qs_dftb_pairpot_type), dimension(:, :), pointer | pairpot | ) |
...
| pairpot | ... |
Definition at line 82 of file qs_dftb_types.F.
| subroutine, public qs_dftb_types::qs_dftb_pairpot_create | ( | type(qs_dftb_pairpot_type) | pairpot, |
| integer, intent(in) | ngrd, | ||
| integer, intent(in) | llm, | ||
| integer, intent(in) | spdim | ||
| ) |
| subroutine, public qs_dftb_types::qs_dftb_pairpot_release | ( | type(qs_dftb_pairpot_type), dimension(:, :), pointer | pairpot | ) |
...
| pairpot | ... |
Definition at line 130 of file qs_dftb_types.F.