![]() |
(git:936074a)
|
Function related to MO projection in RTP calculations. More...
Functions/Subroutines | |
| subroutine, public | init_mo_projection (qs_env, rtp_control) |
| Initialize the mo projection objects for time dependent run. | |
| subroutine, public | compute_and_write_proj_mo (qs_env, mos_new, proj_mo, n_proj) |
| Compute the projection of the current MO coefficients on reference ones and write the results. | |
Function related to MO projection in RTP calculations.
| subroutine, public rt_projection_mo_utils::init_mo_projection | ( | type(qs_environment_type), pointer | qs_env, |
| type(rtp_control_type), pointer | rtp_control | ||
| ) |
Initialize the mo projection objects for time dependent run.
| qs_env | ... |
| rtp_control | ... |
Definition at line 73 of file rt_projection_mo_utils.F.
| subroutine, public rt_projection_mo_utils::compute_and_write_proj_mo | ( | type(qs_environment_type), pointer | qs_env, |
| type(cp_fm_type), dimension(:), pointer | mos_new, | ||
| type(proj_mo_type) | proj_mo, | ||
| integer | n_proj | ||
| ) |
Compute the projection of the current MO coefficients on reference ones and write the results.
| qs_env | ... |
| mos_new | ... |
| proj_mo | ... |
| n_proj | ... |
Definition at line 383 of file rt_projection_mo_utils.F.