![]() |
(git:936074a)
|
Definition and initialisation of the et_coupling data type. More...
Data Types | |
| type | et_coupling_type |
Functions/Subroutines | |
| subroutine, public | et_coupling_create (et_coupling) |
| ... | |
| subroutine, public | set_et_coupling_type (et_coupling, et_mo_coeff, rest_mat) |
| ... | |
| subroutine, public | et_coupling_release (et_coupling) |
| ... | |
Definition and initialisation of the et_coupling data type.
| subroutine, public et_coupling_types::et_coupling_create | ( | type(et_coupling_type), pointer | et_coupling | ) |
...
| et_coupling | ... |
Definition at line 55 of file et_coupling_types.F.
| subroutine, public et_coupling_types::set_et_coupling_type | ( | type(et_coupling_type), pointer | et_coupling, |
| type(cp_fm_type), dimension(:), optional, pointer | et_mo_coeff, | ||
| type(dbcsr_p_type), dimension(:), optional, pointer | rest_mat | ||
| ) |
...
| et_coupling | ... |
| et_mo_coeff | ... |
| rest_mat | ... |
Definition at line 91 of file et_coupling_types.F.
| subroutine, public et_coupling_types::et_coupling_release | ( | type(et_coupling_type), pointer | et_coupling | ) |
...
| et_coupling | ... |
Definition at line 106 of file et_coupling_types.F.