![]() |
(git:b76ce4e)
|
Calculate ntrinsic atomic orbitals and analyze wavefunctions. More...
Data Types | |
| type | iao_env_type |
Functions/Subroutines | |
| subroutine, public | iao_set_default (iao_env) |
| ... | |
| subroutine, public | iao_read_input (iao_env, iao_section, cell) |
| ... | |
| subroutine, public | organise_printout_for_rose (qs_env, orb_basis_set_list) |
| Prints fragmented overlap matrices for interface with ROSE. | |
| subroutine, public | print_fragment_association (qs_env, moments, unit_nr) |
| Associates IBO centers to fragments. | |
Calculate ntrinsic atomic orbitals and analyze wavefunctions.
| subroutine, public iao_types::iao_set_default | ( | type(iao_env_type), intent(inout) | iao_env | ) |
...
| iao_env | ... |
Definition at line 105 of file iao_types.F.
| subroutine, public iao_types::iao_read_input | ( | type(iao_env_type), intent(inout) | iao_env, |
| type(section_vals_type), pointer | iao_section, | ||
| type(cell_type), optional | cell | ||
| ) |
...
| iao_env | ... |
| iao_section | ... |
| cell | ... |
Definition at line 147 of file iao_types.F.
| subroutine, public iao_types::organise_printout_for_rose | ( | type(qs_environment_type), pointer | qs_env, |
| type(gto_basis_set_p_type), dimension(:), intent(in), pointer | orb_basis_set_list | ||
| ) |
Prints fragmented overlap matrices for interface with ROSE.
| qs_env | ... |
| orb_basis_set_list | ... |
Definition at line 209 of file iao_types.F.
| subroutine, public iao_types::print_fragment_association | ( | type(qs_environment_type), pointer | qs_env, |
| real(kind=dp), dimension(:, :, :), intent(in) | moments, | ||
| integer, intent(in), optional | unit_nr | ||
| ) |
Associates IBO centers to fragments.
| qs_env | ... |
| moments | ... |
| unit_nr | ... |
Definition at line 330 of file iao_types.F.