![]() |
(git:936074a)
|
Functions/Subroutines | |
| subroutine, public | assign_state (qs_env, matrix_s, evects, psi0, wfn_history, my_state) |
| ... | |
| subroutine, public qs_tddfpt2_assign::assign_state | ( | type(qs_environment_type), pointer | qs_env, |
| type(dbcsr_p_type), dimension(:), pointer | matrix_s, | ||
| type(cp_fm_type), dimension(:, :) | evects, | ||
| type(cp_fm_type), dimension(:) | psi0, | ||
| type(wfn_history_type) | wfn_history, | ||
| integer, intent(inout) | my_state | ||
| ) |
...
| qs_env | ... |
| matrix_s | ... |
| evects | ... |
| psi0 | ... |
| wfn_history | ... |
| my_state | ... |
Definition at line 55 of file qs_tddfpt2_assign.F.