![]() |
(git:53a46e8)
|
Routines for the calculation of wannier states. More...
Functions/Subroutines | |
| subroutine, public | construct_wannier_states (mo_localized, hks, qs_env, loc_print_section, wanniercentres, ns, states) |
| constructs wannier states. mo_localized should not be overwritten! | |
Routines for the calculation of wannier states.
| subroutine, public wannier_states::construct_wannier_states | ( | type(cp_fm_type), intent(in) | mo_localized, |
| type(dbcsr_type), pointer | hks, | ||
| type(qs_environment_type), pointer | qs_env, | ||
| type(section_vals_type), pointer | loc_print_section, | ||
| type(wannier_centres_type), intent(inout) | wanniercentres, | ||
| integer, intent(in) | ns, | ||
| integer, dimension(:), intent(in), pointer | states | ||
| ) |
constructs wannier states. mo_localized should not be overwritten!
| mo_localized | ... |
| Hks | ... |
| qs_env | ... |
| loc_print_section | ... |
| WannierCentres | ... |
| ns | ... |
| states | ... |
Definition at line 89 of file wannier_states.F.