![]() |
(git:8ebf9ad)
|
Calculation of commutator of kinetic energy and position operator. More...
Functions/Subroutines | |
| subroutine, public | build_com_tr_matrix (matrix_tr, qs_kind_set, basis_type, sab_nl) |
| Calculation of commutator [T,r] over Cartesian Gaussian functions. | |
Calculation of commutator of kinetic energy and position operator.
| subroutine, public commutator_rkinetic::build_com_tr_matrix | ( | type(dbcsr_p_type), dimension(:), pointer | matrix_tr, |
| type(qs_kind_type), dimension(:), pointer | qs_kind_set, | ||
| character(len=*), intent(in) | basis_type, | ||
| type(neighbor_list_set_p_type), dimension(:), pointer | sab_nl | ||
| ) |
Calculation of commutator [T,r] over Cartesian Gaussian functions.
| matrix_tr | ... |
| qs_kind_set | ... |
| basis_type | basis set to be used |
| sab_nl | pair list (must be consistent with basis sets!) |
Definition at line 68 of file commutator_rkinetic.F.