Modules

ModuleSource FileDescription
w90_berry berry.F90

This module computes various "Berry phase" related properties

Read more…
w90_boltzwann boltzwann.F90

Compute Boltzman tranport properties

Read more…
w90_comms comms.F90

This module handles all of the communications

Read more…
w90_constants constants.F90

This module contains the definitions of constants used in Wannier90 - both numerical constants such as pi and numerical convergence tolerances, but also physical constant such as the speed of light

Read more…
w90_conv w90chk2chk.F90

Module to convert checkpoint files from formatted to unformmated and vice versa - useful for switching between computers

w90_conv_spn w90spn2spn.F90

Module to convert spn files from formatted to unformmated and vice versa - useful for switching between computers

w90_disentangle_mod disentangle.F90

This module contains the core routines to extract an optimal subspace from a set of entangled bands.

w90_dos dos.F90

Compute Density of States

w90_error error.F90

Module to handle errors

w90_error_base error_base.F90

Module to handle errors

Read more…
w90_geninterp geninterp.F90

Generic Interpolation Routine

Read more…
w90_get_oper get_oper.F90

Finds the Wannier matrix elements of various operators, starting from k-space matrices generated by an interface (e.g., pw2wannier90) to an ab initio package (e.g., quantum-espresso)

w90_gyrotropic gyrotropic.F90

This module computes various "gyrotropic" effects as described in : TAS17 = arXiv:1710.03204 (2017) Gyrotropic effects in trigonal tellurium studied from first principles S.S.Tsirkin, P. Aguado Puente, I. Souza

w90_hamiltonian hamiltonian.F90

Module to obtain the Hamiltonian in a Wannier basis This is a simplified routine, more sophisticated properties are found in postw90 (e.g. w90_get_oper)

w90_io io.F90

Module to handle operations related to file input and output.

w90_kmesh kmesh.F90

Routines to analyse the regular k-point mesh and determine the overlaps neccessary for a finite difference representation of the spread operator. These overlaps are defined by a set of vectors (b-vectors) which connect the Bloch states. See Eq. B1 in Appendix B of Marzari and Vanderbilt PRB 56 12847 (1997)

w90_kpath kpath.F90

Calculates quantities along a specified k-path:

Read more…
w90_kslice kslice.F90

Plots the intersections of constant-energy isosurfaces with a BZ slice, and/or makes a heatmap plot on the slice:

Read more…
w90_library library_interface.F90

container type for all variables used by the Wannier90 library

Read more…
w90_library_c c_interface.F90
w90_library_extra library_extra.F90
w90_overlap overlap.F90

This module reads in the overlap (Mmn) and Projections (Amn) and performs simple operations on them.

w90_plot_mod plot.F90

This module handles various plots

w90_postw90_common postw90_common.F90

This contains the common variables and procedures needed to set up a Wannier interpolatation calculation for any physical property

w90_postw90_readwrite postw90_readwrite.F90

Read/write routines specific to postw90.x data types

w90_postw90_types postw90_types.F90

Here are defined types specific to postw90.x (not used by wannier90.x). Types used by both wannier90.x and postw90.x are defined in types.F90. Types specific to wannier90.x (not used by postw90.x) are defined in wannier90_types.F90.

w90_readwrite readwrite.F90

Common read/write routines for data needed by both wannier90.x and postw90.x executables

w90_sitesym sitesym.F90

Routines to impose the site symmetry during minimisation of spread

w90_spin spin.F90

Module to compute spin

w90_tetrahedron tetrahedron.F90
w90_transport_mod transport.F90

Module to handle ballistic transport. Based on < dosqc_1.0 > Density Of States and Quantum Conductance - Version 1.0 Marco Buongiorno Nardelli, January 2000. Reference: - M. Buongiorno Nardelli, "Electronic transport in extended systems: application to carbon nanotubes", Phys. Rev. B, vol. 60(11), 7828 (1999)

w90_types types.F90

Definition of types encapsulating various quantities, data and parameters. Variables are grouped according to physical meaning and their use in the Wannier90 project.

Read more…
w90_utility utility.F90

Module contains lots of useful general routines

w90_wan_ham wan_ham.F90

This module contain operations on the Hamiltonian in the WF basis

w90_wannier90_readwrite wannier90_readwrite.F90

Read/write routines specific to wannier90.x data types

w90_wannier90_types wannier90_types.F90

Here are defined types specific to wannier90.x (not used by postw90.x). Types used by both wannier90.x and postw90.x are defined in types.F90. Types specific to postw90.x (not used by wannier90.x) are defined in postw90/postw90_types.F90.

w90_wannierise_mod wannierise.F90

Main routines for the minimisation of the spread

w90_ws_distance ws_distance.F90

This module computes the optimal Wigner-Seitz cell around each Wannier function to use for interpolation.

w90chk_parameters w90chk2chk.F90
w90spn_parameters w90spn2spn.F90
wannchk_data w90chk2chk.F90
module~~graph~~ModuleGraph module~w90_berry w90_berry module~w90_constants w90_constants module~w90_berry->module~w90_constants module~w90_error w90_error module~w90_berry->module~w90_error module~w90_boltzwann w90_boltzwann module~w90_comms w90_comms module~w90_boltzwann->module~w90_comms module~w90_boltzwann->module~w90_constants module~w90_dos w90_dos module~w90_boltzwann->module~w90_dos module~w90_boltzwann->module~w90_error module~w90_utility w90_utility module~w90_boltzwann->module~w90_utility module~w90_comms->module~w90_constants module~w90_error_base w90_error_base module~w90_comms->module~w90_error_base module~w90_conv w90_conv module~w90_conv->module~w90_constants module~w90_conv_spn w90_conv_spn module~w90_conv_spn->module~w90_constants module~w90_disentangle_mod w90_disentangle_mod module~w90_disentangle_mod->module~w90_constants module~w90_dos->module~w90_constants module~w90_dos->module~w90_error module~w90_error->module~w90_comms module~w90_error->module~w90_error_base module~w90_geninterp w90_geninterp module~w90_geninterp->module~w90_error module~w90_get_oper w90_get_oper module~w90_get_oper->module~w90_comms module~w90_get_oper->module~w90_constants module~w90_get_oper->module~w90_error module~w90_io w90_io module~w90_get_oper->module~w90_io module~w90_gyrotropic w90_gyrotropic module~w90_gyrotropic->module~w90_berry module~w90_gyrotropic->module~w90_constants module~w90_gyrotropic->module~w90_error module~w90_hamiltonian w90_hamiltonian module~w90_hamiltonian->module~w90_constants module~w90_hamiltonian->module~w90_error module~w90_types w90_types module~w90_hamiltonian->module~w90_types module~w90_io->module~w90_constants module~w90_kmesh w90_kmesh module~w90_kmesh->module~w90_comms module~w90_kmesh->module~w90_constants module~w90_kmesh->module~w90_error module~w90_kmesh->module~w90_types module~w90_kpath w90_kpath module~w90_kpath->module~w90_constants module~w90_kpath->module~w90_error module~w90_kslice w90_kslice module~w90_kslice->module~w90_error module~w90_library w90_library module~w90_library->module~w90_comms module~w90_library->module~w90_constants module~w90_library->module~w90_io module~w90_library->module~w90_types module~w90_wannier90_types w90_wannier90_types module~w90_library->module~w90_wannier90_types iso_c_binding iso_c_binding module~w90_library->iso_c_binding module~w90_library_c w90_library_c module~w90_library_c->module~w90_library module~w90_library_c->iso_c_binding module~w90_library_extra w90_library_extra module~w90_library_extra->module~w90_constants module~w90_library_extra->module~w90_io module~w90_library_extra->module~w90_library module~w90_overlap w90_overlap module~w90_overlap->module~w90_comms module~w90_overlap->module~w90_constants module~w90_plot_mod w90_plot_mod module~w90_plot_mod->module~w90_comms module~w90_postw90_common w90_postw90_common module~w90_postw90_common->module~w90_constants module~w90_postw90_common->module~w90_error module~w90_postw90_readwrite w90_postw90_readwrite module~w90_postw90_readwrite->module~w90_constants module~w90_postw90_readwrite->module~w90_error module~w90_postw90_types w90_postw90_types module~w90_postw90_readwrite->module~w90_postw90_types module~w90_readwrite w90_readwrite module~w90_postw90_readwrite->module~w90_readwrite module~w90_postw90_readwrite->module~w90_types module~w90_postw90_types->module~w90_comms module~w90_postw90_types->module~w90_constants module~w90_readwrite->module~w90_comms module~w90_readwrite->module~w90_constants module~w90_readwrite->module~w90_types module~w90_sitesym w90_sitesym module~w90_sitesym->module~w90_comms module~w90_sitesym->module~w90_constants module~w90_sitesym->module~w90_error module~w90_spin w90_spin module~w90_spin->module~w90_constants module~w90_spin->module~w90_error module~w90_tetrahedron w90_tetrahedron module~w90_tetrahedron->module~w90_constants module~w90_transport_mod w90_transport_mod module~w90_transport_mod->module~w90_comms module~w90_transport_mod->module~w90_constants module~w90_transport_mod->module~w90_error module~w90_types->module~w90_constants module~w90_utility->module~w90_comms module~w90_utility->module~w90_constants module~w90_wan_ham w90_wan_ham module~w90_wan_ham->module~w90_constants module~w90_wan_ham->module~w90_error module~w90_wannier90_readwrite w90_wannier90_readwrite module~w90_wannier90_readwrite->module~w90_constants module~w90_wannier90_readwrite->module~w90_error module~w90_wannier90_readwrite->module~w90_readwrite module~w90_wannier90_readwrite->module~w90_types module~w90_wannier90_readwrite->module~w90_wannier90_types module~w90_wannier90_types->module~w90_constants module~w90_wannierise_mod w90_wannierise_mod module~w90_wannierise_mod->module~w90_comms module~w90_wannierise_mod->module~w90_constants module~w90_wannierise_mod->module~w90_error module~w90_ws_distance w90_ws_distance module~w90_ws_distance->module~w90_constants module~w90_ws_distance->module~w90_error module~w90chk_parameters w90chk_parameters module~w90chk_parameters->module~w90_types module~w90spn_parameters w90spn_parameters module~w90spn_parameters->module~w90_types module~wannchk_data wannchk_data module~wannchk_data->module~w90_constants module~wannchk_data->module~w90_wannier90_types proc~berry_get_imf_klist berry_get_imf_klist proc~berry_get_imf_klist->module~w90_comms proc~berry_get_imf_klist->module~w90_postw90_types proc~berry_get_imf_klist->module~w90_types proc~berry_get_imfgh_klist berry_get_imfgh_klist proc~berry_get_imfgh_klist->module~w90_comms proc~berry_get_imfgh_klist->module~w90_constants proc~berry_get_imfgh_klist->module~w90_postw90_common proc~berry_get_imfgh_klist->module~w90_postw90_types proc~berry_get_imfgh_klist->module~w90_types proc~berry_get_imfgh_klist->module~w90_utility proc~berry_get_imfgh_klist->module~w90_wan_ham proc~berry_get_kdotp berry_get_kdotp proc~berry_get_kdotp->module~w90_comms proc~berry_get_kdotp->module~w90_constants proc~berry_get_kdotp->module~w90_postw90_types proc~berry_get_kdotp->module~w90_types proc~berry_get_kdotp->module~w90_utility proc~berry_get_kdotp->module~w90_wan_ham proc~berry_get_kubo_k berry_get_kubo_k proc~berry_get_kubo_k->module~w90_comms proc~berry_get_kubo_k->module~w90_constants proc~berry_get_kubo_k->module~w90_postw90_common proc~berry_get_kubo_k->module~w90_postw90_types proc~berry_get_kubo_k->module~w90_spin proc~berry_get_kubo_k->module~w90_types proc~berry_get_kubo_k->module~w90_utility proc~berry_get_kubo_k->module~w90_wan_ham proc~berry_get_sc_klist berry_get_sc_klist proc~berry_get_sc_klist->module~w90_comms proc~berry_get_sc_klist->module~w90_constants proc~berry_get_sc_klist->module~w90_postw90_common proc~berry_get_sc_klist->module~w90_postw90_types proc~berry_get_sc_klist->module~w90_types proc~berry_get_sc_klist->module~w90_utility proc~berry_get_sc_klist->module~w90_wan_ham proc~berry_get_shc_klist berry_get_shc_klist proc~berry_get_shc_klist->module~w90_comms proc~berry_get_shc_klist->module~w90_constants proc~berry_get_shc_klist->module~w90_postw90_common proc~berry_get_shc_klist->module~w90_postw90_types proc~berry_get_shc_klist->module~w90_types proc~berry_get_shc_klist->module~w90_utility proc~berry_get_shc_klist->module~w90_wan_ham proc~berry_get_shc_tetrahedron berry_get_shc_tetrahedron proc~berry_get_shc_tetrahedron->module~w90_comms proc~berry_get_shc_tetrahedron->module~w90_constants proc~berry_get_shc_tetrahedron->module~w90_error proc~berry_get_shc_tetrahedron->module~w90_postw90_common proc~berry_get_shc_tetrahedron->module~w90_postw90_types proc~berry_get_shc_tetrahedron->module~w90_types proc~berry_get_shc_tetrahedron->module~w90_utility proc~berry_main berry_main proc~berry_main->module~w90_comms proc~berry_main->module~w90_constants proc~berry_main->module~w90_get_oper proc~berry_main->module~w90_io proc~berry_main->module~w90_postw90_types proc~berry_main->module~w90_tetrahedron proc~berry_main->module~w90_types proc~berry_main->module~w90_utility proc~berry_print_progress berry_print_progress proc~berry_print_progress->module~w90_io proc~boltzwann_main boltzwann_main proc~boltzwann_main->module~w90_comms proc~boltzwann_main->module~w90_constants proc~boltzwann_main->module~w90_io proc~boltzwann_main->module~w90_postw90_types proc~boltzwann_main->module~w90_types proc~calctdfanddos calcTDFandDOS proc~calctdfanddos->module~w90_comms proc~calctdfanddos->module~w90_constants proc~calctdfanddos->module~w90_get_oper proc~calctdfanddos->module~w90_io proc~calctdfanddos->module~w90_postw90_types proc~calctdfanddos->module~w90_readwrite proc~calctdfanddos->module~w90_types proc~calctdfanddos->module~w90_utility proc~calctdfanddos->module~w90_wan_ham proc~check_and_sort_similar_centres check_and_sort_similar_centres proc~check_and_sort_similar_centres->module~w90_constants proc~check_and_sort_similar_centres->module~w90_error proc~check_and_sort_similar_centres->module~w90_io proc~check_and_sort_similar_centres->module~w90_types proc~check_and_sort_similar_centres->module~w90_wannier90_types proc~clean_ws_translate clean_ws_translate proc~clean_ws_translate->module~w90_comms proc~clean_ws_translate->module~w90_error proc~clean_ws_translate->module~w90_types proc~clear_block clear_block proc~clear_block->module~w90_error proc~conv_read_chkpt conv_read_chkpt proc~conv_read_chkpt->module~w90_constants proc~conv_read_chkpt->module~w90chk_parameters proc~conv_read_chkpt->module~wannchk_data proc~conv_read_chkpt_fmt conv_read_chkpt_fmt proc~conv_read_chkpt_fmt->module~w90_constants proc~conv_read_chkpt_fmt->module~w90chk_parameters proc~conv_read_chkpt_fmt->module~wannchk_data proc~conv_read_spn conv_read_spn proc~conv_read_spn->module~w90_constants proc~conv_read_spn->module~w90spn_parameters proc~conv_read_spn_fmt conv_read_spn_fmt proc~conv_read_spn_fmt->module~w90_constants proc~conv_read_spn_fmt->module~w90spn_parameters proc~conv_write_chkpt conv_write_chkpt proc~conv_write_chkpt->module~w90_io proc~conv_write_chkpt->module~w90chk_parameters proc~conv_write_chkpt->module~wannchk_data proc~conv_write_chkpt_fmt conv_write_chkpt_fmt proc~conv_write_chkpt_fmt->module~w90_io proc~conv_write_chkpt_fmt->module~w90chk_parameters proc~conv_write_chkpt_fmt->module~wannchk_data proc~conv_write_spn conv_write_spn proc~conv_write_spn->module~w90_io proc~conv_write_spn->module~w90spn_parameters proc~conv_write_spn_fmt conv_write_spn_fmt proc~conv_write_spn_fmt->module~w90_io proc~conv_write_spn_fmt->module~w90spn_parameters proc~dis_extract dis_extract proc~dis_extract->module~w90_comms proc~dis_extract->module~w90_constants proc~dis_extract->module~w90_error proc~dis_extract->module~w90_io proc~dis_extract->module~w90_sitesym proc~dis_extract->module~w90_types proc~dis_extract->module~w90_wannier90_types proc~dis_extract_gamma dis_extract_gamma proc~dis_extract_gamma->module~w90_comms proc~dis_extract_gamma->module~w90_constants proc~dis_extract_gamma->module~w90_error proc~dis_extract_gamma->module~w90_io proc~dis_extract_gamma->module~w90_types proc~dis_extract_gamma->module~w90_wannier90_types proc~dis_main dis_main proc~dis_main->module~w90_comms proc~dis_main->module~w90_constants proc~dis_main->module~w90_error proc~dis_main->module~w90_io proc~dis_main->module~w90_sitesym proc~dis_main->module~w90_types proc~dis_main->module~w90_utility proc~dis_main->module~w90_wannier90_types proc~dis_proj_froz dis_proj_froz proc~dis_proj_froz->module~w90_constants proc~dis_proj_froz->module~w90_error proc~dis_proj_froz->module~w90_io proc~dis_proj_froz->module~w90_types proc~dis_project dis_project proc~dis_project->module~w90_constants proc~dis_project->module~w90_error proc~dis_project->module~w90_io proc~dis_project->module~w90_types proc~dis_windows dis_windows proc~dis_windows->module~w90_constants proc~dis_windows->module~w90_error proc~dis_windows->module~w90_io proc~dis_windows->module~w90_types proc~dis_windows->module~w90_wannier90_types proc~dis_windows_proj dis_windows_proj proc~dis_windows_proj->module~w90_comms proc~dis_windows_proj->module~w90_constants proc~dis_windows_proj->module~w90_error proc~dis_windows_proj->module~w90_io proc~dis_windows_proj->module~w90_types proc~dis_windows_proj->module~w90_wannier90_types proc~dos_get_k dos_get_k proc~dos_get_k->module~w90_comms proc~dos_get_k->module~w90_constants proc~dos_get_k->module~w90_postw90_types proc~dos_get_k->module~w90_spin proc~dos_get_k->module~w90_types proc~dos_get_k->module~w90_utility proc~dos_get_levelspacing dos_get_levelspacing proc~dos_get_levelspacing->module~w90_postw90_common proc~dos_main dos_main proc~dos_main->module~w90_comms proc~dos_main->module~w90_get_oper proc~dos_main->module~w90_io proc~dos_main->module~w90_postw90_common proc~dos_main->module~w90_postw90_types proc~dos_main->module~w90_types proc~dos_main->module~w90_utility proc~dos_main->module~w90_wan_ham proc~gauss_freq gauss_freq proc~gauss_freq->module~w90_constants proc~geninterp_main geninterp_main proc~geninterp_main->module~w90_comms proc~geninterp_main->module~w90_constants proc~geninterp_main->module~w90_get_oper proc~geninterp_main->module~w90_io proc~geninterp_main->module~w90_postw90_common proc~geninterp_main->module~w90_postw90_types proc~geninterp_main->module~w90_types proc~geninterp_main->module~w90_utility proc~geninterp_main->module~w90_wan_ham proc~get_aa_r get_AA_R proc~get_aa_r->module~w90_postw90_types proc~get_aa_r->module~w90_types proc~get_aa_r_effective get_AA_R_effective proc~get_aa_r_effective->module~w90_types proc~get_bb_r get_BB_R proc~get_bb_r->module~w90_postw90_types proc~get_bb_r->module~w90_types proc~get_cc_r get_CC_R proc~get_cc_r->module~w90_postw90_types proc~get_cc_r->module~w90_types proc~get_cc_r->module~w90_utility proc~get_centre_constraint_from_column get_centre_constraint_from_column proc~get_centre_constraint_from_column->module~w90_error proc~get_ff_r get_FF_R proc~get_ff_r->module~w90_postw90_types proc~get_ff_r->module~w90_types proc~get_gauge_overlap_matrix get_gauge_overlap_matrix proc~get_gauge_overlap_matrix->module~w90_types proc~get_gauge_overlap_matrix->module~w90_utility proc~get_hh_r get_HH_R proc~get_hh_r->module~w90_postw90_types proc~get_hh_r->module~w90_types proc~get_module_kmesh get_module_kmesh proc~get_module_kmesh->module~w90_comms proc~get_module_kmesh->module~w90_error proc~get_saa_r get_SAA_R proc~get_saa_r->module~w90_postw90_types proc~get_saa_r->module~w90_types proc~get_sbb_r get_SBB_R proc~get_sbb_r->module~w90_postw90_types proc~get_sbb_r->module~w90_types proc~get_sh_r get_SH_R proc~get_sh_r->module~w90_postw90_types proc~get_sh_r->module~w90_types proc~get_shc_r get_SHC_R proc~get_shc_r->module~w90_postw90_types proc~get_shc_r->module~w90_types proc~get_ss_r get_SS_R proc~get_ss_r->module~w90_postw90_types proc~get_ss_r->module~w90_types proc~get_win_min get_win_min proc~get_win_min->module~w90_types proc~group group proc~group->module~w90_constants proc~group->module~w90_error proc~gyrotropic_get_curv_w_k gyrotropic_get_curv_w_k proc~gyrotropic_get_curv_w_k->module~w90_constants proc~gyrotropic_get_curv_w_k->module~w90_postw90_types proc~gyrotropic_get_k_list gyrotropic_get_k_list proc~gyrotropic_get_k_list->module~w90_comms proc~gyrotropic_get_k_list->module~w90_constants proc~gyrotropic_get_k_list->module~w90_postw90_common proc~gyrotropic_get_k_list->module~w90_postw90_types proc~gyrotropic_get_k_list->module~w90_spin proc~gyrotropic_get_k_list->module~w90_types proc~gyrotropic_get_k_list->module~w90_utility proc~gyrotropic_get_k_list->module~w90_wan_ham proc~gyrotropic_get_noa_bnl_orb gyrotropic_get_NOA_Bnl_orb proc~gyrotropic_get_noa_bnl_orb->module~w90_constants proc~gyrotropic_get_noa_bnl_orb->module~w90_postw90_types proc~gyrotropic_get_noa_bnl_spin gyrotropic_get_NOA_Bnl_spin proc~gyrotropic_get_noa_bnl_spin->module~w90_constants proc~gyrotropic_get_noa_k gyrotropic_get_NOA_k proc~gyrotropic_get_noa_k->module~w90_comms proc~gyrotropic_get_noa_k->module~w90_constants proc~gyrotropic_get_noa_k->module~w90_io proc~gyrotropic_get_noa_k->module~w90_postw90_common proc~gyrotropic_get_noa_k->module~w90_postw90_types proc~gyrotropic_get_noa_k->module~w90_spin proc~gyrotropic_get_noa_k->module~w90_types proc~gyrotropic_get_noa_k->module~w90_utility proc~gyrotropic_main gyrotropic_main proc~gyrotropic_main->module~w90_comms proc~gyrotropic_main->module~w90_constants proc~gyrotropic_main->module~w90_get_oper proc~gyrotropic_main->module~w90_io proc~gyrotropic_main->module~w90_postw90_types proc~gyrotropic_main->module~w90_types proc~gyrotropic_main->module~w90_utility proc~gyrotropic_outprint_tensor gyrotropic_outprint_tensor proc~gyrotropic_outprint_tensor->module~w90_postw90_types proc~hamiltonian_dealloc hamiltonian_dealloc proc~hamiltonian_dealloc->module~w90_wannier90_types proc~hamiltonian_get_hr hamiltonian_get_hr proc~hamiltonian_get_hr->module~w90_constants proc~hamiltonian_get_hr->module~w90_io proc~hamiltonian_get_hr->module~w90_types proc~hamiltonian_get_hr->module~w90_wannier90_types proc~hamiltonian_setup hamiltonian_setup proc~hamiltonian_setup->module~w90_constants proc~hamiltonian_setup->module~w90_types proc~hamiltonian_setup->module~w90_wannier90_types proc~hamiltonian_wigner_seitz hamiltonian_wigner_seitz proc~hamiltonian_wigner_seitz->module~w90_constants proc~hamiltonian_wigner_seitz->module~w90_io proc~hamiltonian_wigner_seitz->module~w90_types proc~hamiltonian_wigner_seitz->module~w90_utility proc~hamiltonian_write_hr hamiltonian_write_hr proc~hamiltonian_write_hr->module~w90_comms proc~hamiltonian_write_hr->module~w90_io proc~hamiltonian_write_hr->module~w90_types proc~hamiltonian_write_tb hamiltonian_write_tb proc~hamiltonian_write_tb->module~w90_constants proc~hamiltonian_write_tb->module~w90_io proc~hamiltonian_write_tb->module~w90_types proc~input_reader_special input_reader_special proc~input_reader_special->module~w90_error proc~input_reader_special->module~w90_error_base proc~input_reader_special->module~w90_readwrite proc~input_reader_special->module~w90_wannier90_readwrite proc~internal_check_orthonorm internal_check_orthonorm proc~internal_check_orthonorm->module~w90_comms proc~internal_check_orthonorm->module~w90_constants proc~internal_check_orthonorm->module~w90_error proc~internal_check_orthonorm->module~w90_io proc~internal_check_orthonorm->module~w90_types proc~internal_find_u internal_find_u proc~internal_find_u->module~w90_constants proc~internal_find_u->module~w90_error proc~internal_find_u->module~w90_io proc~internal_find_u->module~w90_sitesym proc~internal_find_u->module~w90_types proc~internal_find_u->module~w90_wannier90_types proc~internal_find_u_gamma internal_find_u_gamma proc~internal_find_u_gamma->module~w90_constants proc~internal_find_u_gamma->module~w90_error proc~internal_find_u_gamma->module~w90_io proc~internal_find_u_gamma->module~w90_types proc~internal_maxloc internal_maxloc proc~internal_maxloc->module~w90_constants proc~internal_slim_m internal_slim_m proc~internal_slim_m->module~w90_comms proc~internal_slim_m->module~w90_constants proc~internal_slim_m->module~w90_error proc~internal_slim_m->module~w90_io proc~internal_slim_m->module~w90_types proc~internal_test_convergence internal_test_convergence proc~internal_test_convergence->module~w90_wannier90_types proc~internal_test_convergence~2 internal_test_convergence proc~internal_test_convergence~2->module~w90_constants proc~internal_test_convergence~2->module~w90_error proc~internal_test_convergence~2->module~w90_types proc~internal_write_header internal_write_header proc~internal_write_header->module~w90_io proc~internal_write_header->module~w90_postw90_types proc~internal_zmatrix internal_zmatrix proc~internal_zmatrix->module~w90_constants proc~internal_zmatrix->module~w90_io proc~internal_zmatrix->module~w90_types proc~internal_zmatrix_gamma internal_zmatrix_gamma proc~internal_zmatrix_gamma->module~w90_constants proc~internal_zmatrix_gamma->module~w90_io proc~internal_zmatrix_gamma->module~w90_types proc~io_print_timings io_print_timings proc~io_print_timings->module~w90_types proc~io_stopwatch_start io_stopwatch_start proc~io_stopwatch_start->module~w90_types proc~io_stopwatch_stop io_stopwatch_stop proc~io_stopwatch_stop->module~w90_types proc~io_time io_time proc~io_time->module~w90_constants proc~io_wallclocktime io_wallclocktime proc~io_wallclocktime->module~w90_constants proc~k_path k_path proc~k_path->module~w90_berry proc~k_path->module~w90_comms proc~k_path->module~w90_constants proc~k_path->module~w90_get_oper proc~k_path->module~w90_io proc~k_path->module~w90_postw90_common proc~k_path->module~w90_postw90_types proc~k_path->module~w90_spin proc~k_path->module~w90_types proc~k_path->module~w90_utility proc~k_path_get_points k_path_get_points proc~k_path_get_points->module~w90_postw90_types proc~k_path_get_points->module~w90_types proc~k_path_get_points->module~w90_utility proc~k_path_print_info k_path_print_info proc~k_path_print_info->module~w90_comms proc~k_path_print_info->module~w90_postw90_types proc~k_slice k_slice proc~k_slice->module~w90_berry proc~k_slice->module~w90_comms proc~k_slice->module~w90_constants proc~k_slice->module~w90_get_oper proc~k_slice->module~w90_io proc~k_slice->module~w90_postw90_common proc~k_slice->module~w90_postw90_types proc~k_slice->module~w90_spin proc~k_slice->module~w90_types proc~k_slice->module~w90_utility proc~k_slice->module~w90_wan_ham proc~kmesh_check_condition kmesh_check_condition proc~kmesh_check_condition->module~w90_types proc~kmesh_dealloc kmesh_dealloc proc~kmesh_dealloc->module~w90_types proc~kmesh_get kmesh_get proc~kmesh_get->module~w90_io proc~kmesh_get->module~w90_types proc~kmesh_get->module~w90_utility proc~kmesh_get_amat kmesh_get_amat proc~kmesh_get_amat->module~w90_types proc~kmesh_get_bvectors kmesh_get_bvectors proc~kmesh_get_bvectors->module~w90_io proc~kmesh_get_bvectors->module~w90_types proc~kmesh_shell_automatic kmesh_shell_automatic proc~kmesh_shell_automatic->module~w90_constants proc~kmesh_shell_automatic->module~w90_io proc~kmesh_shell_automatic->module~w90_types proc~kmesh_shell_fixed kmesh_shell_fixed proc~kmesh_shell_fixed->module~w90_constants proc~kmesh_shell_fixed->module~w90_io proc~kmesh_shell_fixed->module~w90_types proc~kmesh_shell_from_file kmesh_shell_from_file proc~kmesh_shell_from_file->module~w90_constants proc~kmesh_shell_from_file->module~w90_io proc~kmesh_shell_from_file->module~w90_types proc~kmesh_shell_reconstruct kmesh_shell_reconstruct proc~kmesh_shell_reconstruct->module~w90_types proc~kmesh_supercell_sort kmesh_supercell_sort proc~kmesh_supercell_sort->module~w90_io proc~kmesh_supercell_sort->module~w90_types proc~kmesh_write kmesh_write proc~kmesh_write->module~w90_io proc~kmesh_write->module~w90_types proc~kmesh_write->module~w90_utility proc~kslice_print_info kslice_print_info proc~kslice_print_info->module~w90_comms proc~kslice_print_info->module~w90_constants proc~kslice_print_info->module~w90_postw90_types proc~master_sort_and_group master_sort_and_group proc~master_sort_and_group->module~w90_constants proc~master_sort_and_group->module~w90_error proc~master_sort_and_group->module~w90_io proc~master_sort_and_group->module~w90_types proc~operator_wigner_setup operator_wigner_setup proc~operator_wigner_setup->module~w90_constants proc~operator_wigner_setup->module~w90_postw90_types proc~operator_wigner_setup->module~w90_types proc~overlap_allocate overlap_allocate proc~overlap_allocate->module~w90_error proc~overlap_allocate->module~w90_io proc~overlap_allocate->module~w90_types proc~overlap_dealloc overlap_dealloc proc~overlap_dealloc->module~w90_error proc~overlap_project overlap_project proc~overlap_project->module~w90_constants proc~overlap_project->module~w90_error proc~overlap_project->module~w90_io proc~overlap_project->module~w90_sitesym proc~overlap_project->module~w90_types proc~overlap_project->module~w90_utility proc~overlap_project->module~w90_wannier90_types proc~overlap_project_gamma overlap_project_gamma proc~overlap_project_gamma->module~w90_constants proc~overlap_project_gamma->module~w90_error proc~overlap_project_gamma->module~w90_io proc~overlap_project_gamma->module~w90_types proc~overlap_project_gamma->module~w90_utility proc~overlap_read overlap_read proc~overlap_read->module~w90_error proc~overlap_read->module~w90_io proc~overlap_read->module~w90_types proc~overlap_read->module~w90_wannier90_types proc~overlap_rotate overlap_rotate proc~overlap_rotate->module~w90_error proc~overlap_rotate->module~w90_io proc~overlap_rotate->module~w90_types proc~overlap_write overlap_write proc~overlap_write->module~w90_error proc~overlap_write->module~w90_types proc~overlaps overlaps proc~overlaps->module~w90_error proc~overlaps->module~w90_error_base proc~overlaps->module~w90_overlap proc~plot_bvec plot_bvec proc~plot_bvec->module~w90_error proc~plot_bvec->module~w90_io proc~plot_bvec->module~w90_types proc~plot_calc_projection plot_calc_projection proc~plot_calc_projection->module~w90_comms proc~plot_calc_projection->module~w90_constants proc~plot_calc_projection->module~w90_error proc~plot_calc_projection->module~w90_io proc~plot_calc_projection->module~w90_types proc~plot_fermi_surface plot_fermi_surface proc~plot_fermi_surface->module~w90_constants proc~plot_fermi_surface->module~w90_error proc~plot_fermi_surface->module~w90_io proc~plot_fermi_surface->module~w90_types proc~plot_fermi_surface->module~w90_wannier90_types proc~plot_interpolate_bands plot_interpolate_bands proc~plot_interpolate_bands->module~w90_constants proc~plot_interpolate_bands->module~w90_error proc~plot_interpolate_bands->module~w90_io proc~plot_interpolate_bands->module~w90_types proc~plot_interpolate_bands->module~w90_utility proc~plot_interpolate_bands->module~w90_wannier90_types proc~plot_interpolate_bands->module~w90_ws_distance proc~plot_main plot_main proc~plot_main->module~w90_constants proc~plot_main->module~w90_error proc~plot_main->module~w90_hamiltonian proc~plot_main->module~w90_io proc~plot_main->module~w90_types proc~plot_main->module~w90_utility proc~plot_main->module~w90_wannier90_types proc~plot_main->module~w90_ws_distance proc~plot_read_unk plot_read_unk proc~plot_read_unk->module~w90_comms proc~plot_read_unk->module~w90_constants proc~plot_read_unk->module~w90_error proc~plot_svd_omega_i plot_svd_omega_i proc~plot_svd_omega_i->module~w90_comms proc~plot_svd_omega_i->module~w90_constants proc~plot_svd_omega_i->module~w90_error proc~plot_svd_omega_i->module~w90_io proc~plot_svd_omega_i->module~w90_types proc~plot_u_matrices plot_u_matrices proc~plot_u_matrices->module~w90_constants proc~plot_u_matrices->module~w90_error proc~plot_u_matrices->module~w90_io proc~plot_u_matrices->module~w90_types proc~plot_wannier plot_wannier proc~plot_wannier->module~w90_comms proc~plot_wannier->module~w90_constants proc~plot_wannier->module~w90_error proc~plot_wannier->module~w90_io proc~plot_wannier->module~w90_types proc~plot_wannier->module~w90_wannier90_types proc~plot_write_r2mn plot_write_r2mn proc~plot_write_r2mn->module~w90_comms proc~plot_write_r2mn->module~w90_constants proc~plot_write_r2mn->module~w90_error proc~plot_write_r2mn->module~w90_types proc~plot_write_rmn plot_write_rmn proc~plot_write_rmn->module~w90_comms proc~plot_write_rmn->module~w90_constants proc~plot_write_rmn->module~w90_error proc~plot_write_rmn->module~w90_io proc~plot_write_rmn->module~w90_types proc~plot_write_vdw_data plot_write_vdw_data proc~plot_write_vdw_data->module~w90_constants proc~plot_write_vdw_data->module~w90_error proc~plot_write_vdw_data->module~w90_io proc~plot_write_vdw_data->module~w90_types proc~plot_write_vdw_data->module~w90_utility proc~plot_write_xyz plot_write_xyz proc~plot_write_xyz->module~w90_constants proc~plot_write_xyz->module~w90_error proc~plot_write_xyz->module~w90_io proc~plot_write_xyz->module~w90_types proc~plot_write_xyz->module~w90_utility proc~print_error_halt print_error_halt proc~print_error_halt->module~w90_comms proc~print_error_halt->module~w90_error_base proc~print_times print_times proc~print_times->module~w90_io proc~prterr prterr proc~prterr->module~w90_comms proc~prterr->module~w90_error_base proc~pw90common_fourier_r_to_k pw90common_fourier_R_to_k proc~pw90common_fourier_r_to_k->module~w90_comms proc~pw90common_fourier_r_to_k->module~w90_constants proc~pw90common_fourier_r_to_k->module~w90_postw90_types proc~pw90common_fourier_r_to_k->module~w90_types proc~pw90common_fourier_r_to_k->module~w90_ws_distance proc~pw90common_fourier_r_to_k_new pw90common_fourier_R_to_k_new proc~pw90common_fourier_r_to_k_new->module~w90_comms proc~pw90common_fourier_r_to_k_new->module~w90_constants proc~pw90common_fourier_r_to_k_new->module~w90_postw90_types proc~pw90common_fourier_r_to_k_new->module~w90_types proc~pw90common_fourier_r_to_k_new->module~w90_ws_distance proc~pw90common_fourier_r_to_k_new_second_d pw90common_fourier_R_to_k_new_second_d proc~pw90common_fourier_r_to_k_new_second_d->module~w90_comms proc~pw90common_fourier_r_to_k_new_second_d->module~w90_constants proc~pw90common_fourier_r_to_k_new_second_d->module~w90_postw90_types proc~pw90common_fourier_r_to_k_new_second_d->module~w90_types proc~pw90common_fourier_r_to_k_new_second_d->module~w90_ws_distance proc~pw90common_fourier_r_to_k_new_second_d_tb_conv pw90common_fourier_R_to_k_new_second_d_TB_conv proc~pw90common_fourier_r_to_k_new_second_d_tb_conv->module~w90_comms proc~pw90common_fourier_r_to_k_new_second_d_tb_conv->module~w90_constants proc~pw90common_fourier_r_to_k_new_second_d_tb_conv->module~w90_postw90_types proc~pw90common_fourier_r_to_k_new_second_d_tb_conv->module~w90_types proc~pw90common_fourier_r_to_k_new_second_d_tb_conv->module~w90_utility proc~pw90common_fourier_r_to_k_new_second_d_tb_conv->module~w90_ws_distance proc~pw90common_fourier_r_to_k_vec pw90common_fourier_R_to_k_vec proc~pw90common_fourier_r_to_k_vec->module~w90_comms proc~pw90common_fourier_r_to_k_vec->module~w90_constants proc~pw90common_fourier_r_to_k_vec->module~w90_postw90_types proc~pw90common_fourier_r_to_k_vec->module~w90_types proc~pw90common_fourier_r_to_k_vec->module~w90_ws_distance proc~pw90common_fourier_r_to_k_vec_dadb pw90common_fourier_R_to_k_vec_dadb proc~pw90common_fourier_r_to_k_vec_dadb->module~w90_comms proc~pw90common_fourier_r_to_k_vec_dadb->module~w90_constants proc~pw90common_fourier_r_to_k_vec_dadb->module~w90_postw90_types proc~pw90common_fourier_r_to_k_vec_dadb->module~w90_types proc~pw90common_fourier_r_to_k_vec_dadb->module~w90_ws_distance proc~pw90common_fourier_r_to_k_vec_dadb_tb_conv pw90common_fourier_R_to_k_vec_dadb_TB_conv proc~pw90common_fourier_r_to_k_vec_dadb_tb_conv->module~w90_comms proc~pw90common_fourier_r_to_k_vec_dadb_tb_conv->module~w90_constants proc~pw90common_fourier_r_to_k_vec_dadb_tb_conv->module~w90_postw90_types proc~pw90common_fourier_r_to_k_vec_dadb_tb_conv->module~w90_types proc~pw90common_fourier_r_to_k_vec_dadb_tb_conv->module~w90_utility proc~pw90common_fourier_r_to_k_vec_dadb_tb_conv->module~w90_ws_distance proc~pw90common_get_occ pw90common_get_occ proc~pw90common_get_occ->module~w90_constants proc~pw90common_wanint_data_dist pw90common_wanint_data_dist proc~pw90common_wanint_data_dist->module~w90_comms proc~pw90common_wanint_data_dist->module~w90_constants proc~pw90common_wanint_data_dist->module~w90_io proc~pw90common_wanint_data_dist->module~w90_types proc~pw90common_wanint_get_kpoint_file pw90common_wanint_get_kpoint_file proc~pw90common_wanint_get_kpoint_file->module~w90_comms proc~pw90common_wanint_get_kpoint_file->module~w90_constants proc~pw90common_wanint_get_kpoint_file->module~w90_io proc~pw90common_wanint_get_kpoint_file->module~w90_postw90_types proc~pw90common_wanint_setup pw90common_wanint_setup proc~pw90common_wanint_setup->module~w90_comms proc~pw90common_wanint_setup->module~w90_constants proc~pw90common_wanint_setup->module~w90_io proc~pw90common_wanint_setup->module~w90_postw90_types proc~pw90common_wanint_setup->module~w90_types proc~pw90common_wanint_setup->module~w90_ws_distance proc~pw90common_wanint_w90_wannier90_readwrite_dist pw90common_wanint_w90_wannier90_readwrite_dist proc~pw90common_wanint_w90_wannier90_readwrite_dist->module~w90_comms proc~pw90common_wanint_w90_wannier90_readwrite_dist->module~w90_constants proc~pw90common_wanint_w90_wannier90_readwrite_dist->module~w90_io proc~pw90common_wanint_w90_wannier90_readwrite_dist->module~w90_postw90_types proc~pw90common_wanint_w90_wannier90_readwrite_dist->module~w90_types proc~qe_erf qe_erf proc~qe_erf->module~w90_constants proc~qe_erfc qe_erfc proc~qe_erfc->module~w90_constants proc~r_wz_sc R_wz_sc proc~r_wz_sc->module~w90_utility proc~read_chkpt read_chkpt proc~read_chkpt->module~w90_comms proc~read_chkpt->module~w90_error proc~read_chkpt->module~w90_error_base proc~read_chkpt->module~w90_readwrite proc~read_eigvals read_eigvals proc~read_eigvals->module~w90_error proc~read_eigvals->module~w90_readwrite proc~readwrite_get_atoms readwrite_get_atoms proc~readwrite_get_atoms->module~w90_error proc~readwrite_get_atoms->module~w90_utility proc~script_common script_common proc~script_common->module~w90_constants proc~script_fermi_lines script_fermi_lines proc~script_fermi_lines->module~w90_constants proc~set_kpoint_distribution set_kpoint_distribution proc~set_kpoint_distribution->module~w90_error proc~set_kpoint_distribution->module~w90_error_base proc~setup_m_loc setup_m_loc proc~setup_m_loc->module~w90_comms proc~setup_m_loc->module~w90_constants proc~setup_m_loc->module~w90_error proc~setup_m_loc->module~w90_io proc~setup_m_loc->module~w90_types proc~sitesym_dealloc sitesym_dealloc proc~sitesym_dealloc->module~w90_wannier90_types proc~sitesym_dis_extract_symmetry sitesym_dis_extract_symmetry proc~sitesym_dis_extract_symmetry->module~w90_wannier90_types proc~sitesym_read sitesym_read proc~sitesym_read->module~w90_wannier90_types proc~sitesym_replace_d_matrix_band sitesym_replace_d_matrix_band proc~sitesym_replace_d_matrix_band->module~w90_wannier90_types proc~sitesym_slim_d_matrix_band sitesym_slim_d_matrix_band proc~sitesym_slim_d_matrix_band->module~w90_wannier90_types proc~sitesym_symmetrize_gradient sitesym_symmetrize_gradient proc~sitesym_symmetrize_gradient->module~w90_error proc~sitesym_symmetrize_gradient->module~w90_utility proc~sitesym_symmetrize_gradient->module~w90_wannier90_types proc~sitesym_symmetrize_rotation sitesym_symmetrize_rotation proc~sitesym_symmetrize_rotation->module~w90_error proc~sitesym_symmetrize_rotation->module~w90_utility proc~sitesym_symmetrize_rotation->module~w90_wannier90_types proc~sitesym_symmetrize_u_matrix sitesym_symmetrize_u_matrix proc~sitesym_symmetrize_u_matrix->module~w90_wannier90_types proc~sitesym_symmetrize_zmatrix sitesym_symmetrize_zmatrix proc~sitesym_symmetrize_zmatrix->module~w90_wannier90_types proc~sort sort proc~sort->module~w90_constants proc~spin_get_moment spin_get_moment proc~spin_get_moment->module~w90_comms proc~spin_get_moment->module~w90_constants proc~spin_get_moment->module~w90_get_oper proc~spin_get_moment->module~w90_postw90_types proc~spin_get_moment->module~w90_types proc~spin_get_moment_k spin_get_moment_k proc~spin_get_moment_k->module~w90_comms proc~spin_get_moment_k->module~w90_constants proc~spin_get_moment_k->module~w90_postw90_common proc~spin_get_moment_k->module~w90_postw90_types proc~spin_get_moment_k->module~w90_types proc~spin_get_moment_k->module~w90_utility proc~spin_get_nk spin_get_nk proc~spin_get_nk->module~w90_comms proc~spin_get_nk->module~w90_constants proc~spin_get_nk->module~w90_postw90_common proc~spin_get_nk->module~w90_postw90_types proc~spin_get_nk->module~w90_types proc~spin_get_nk->module~w90_utility proc~spin_get_s spin_get_S proc~spin_get_s->module~w90_comms proc~spin_get_s->module~w90_constants proc~spin_get_s->module~w90_postw90_common proc~spin_get_s->module~w90_postw90_types proc~spin_get_s->module~w90_types proc~spin_get_s->module~w90_utility proc~symmetrize_ukirr symmetrize_ukirr proc~symmetrize_ukirr->module~w90_error proc~symmetrize_ukirr->module~w90_wannier90_types proc~tdf_kpt TDF_kpt proc~tdf_kpt->module~w90_comms proc~tdf_kpt->module~w90_constants proc~tdf_kpt->module~w90_postw90_types proc~tdf_kpt->module~w90_spin proc~tdf_kpt->module~w90_types proc~tdf_kpt->module~w90_utility proc~tetrahedron_fermidirac tetrahedron_fermidirac proc~tetrahedron_fermidirac->module~w90_constants proc~tetrahedron_integral tetrahedron_integral proc~tetrahedron_integral->module~w90_constants proc~tetrahedron_integral->module~w90_utility proc~tetrahedron_jacobian tetrahedron_jacobian proc~tetrahedron_jacobian->module~w90_constants proc~tetrahedron_log1p tetrahedron_log1p proc~tetrahedron_log1p->module~w90_constants proc~tetrahedron_p_matrix_init tetrahedron_P_matrix_init proc~tetrahedron_p_matrix_init->module~w90_constants proc~tetrahedron_spinhall tetrahedron_spinhall proc~tetrahedron_spinhall->module~w90_constants proc~tran_bulk tran_bulk proc~tran_bulk->module~w90_constants proc~tran_bulk->module~w90_error proc~tran_bulk->module~w90_io proc~tran_bulk->module~w90_types proc~tran_bulk->module~w90_wannier90_types proc~tran_cut_hr_one_dim tran_cut_hr_one_dim proc~tran_cut_hr_one_dim->module~w90_constants proc~tran_cut_hr_one_dim->module~w90_io proc~tran_cut_hr_one_dim->module~w90_types proc~tran_cut_hr_one_dim->module~w90_wannier90_types proc~tran_find_integral_signatures tran_find_integral_signatures proc~tran_find_integral_signatures->module~w90_constants proc~tran_find_integral_signatures->module~w90_error proc~tran_find_integral_signatures->module~w90_io proc~tran_find_integral_signatures->module~w90_types proc~tran_get_ht tran_get_ht proc~tran_get_ht->module~w90_constants proc~tran_get_ht->module~w90_error proc~tran_get_ht->module~w90_io proc~tran_get_ht->module~w90_types proc~tran_get_ht->module~w90_wannier90_types proc~tran_green tran_green proc~tran_green->module~w90_constants proc~tran_green->module~w90_error proc~tran_lcr tran_lcr proc~tran_lcr->module~w90_constants proc~tran_lcr->module~w90_error proc~tran_lcr->module~w90_io proc~tran_lcr->module~w90_types proc~tran_lcr->module~w90_wannier90_types proc~tran_lcr_2c2_build_ham tran_lcr_2c2_build_ham proc~tran_lcr_2c2_build_ham->module~w90_constants proc~tran_lcr_2c2_build_ham->module~w90_error proc~tran_lcr_2c2_build_ham->module~w90_io proc~tran_lcr_2c2_build_ham->module~w90_types proc~tran_lcr_2c2_build_ham->module~w90_wannier90_types proc~tran_lcr_2c2_sort tran_lcr_2c2_sort proc~tran_lcr_2c2_sort->module~w90_constants proc~tran_lcr_2c2_sort->module~w90_error proc~tran_lcr_2c2_sort->module~w90_io proc~tran_lcr_2c2_sort->module~w90_types proc~tran_lcr_2c2_sort->module~w90_wannier90_types proc~tran_main tran_main proc~tran_main->module~w90_error proc~tran_main->module~w90_hamiltonian proc~tran_main->module~w90_io proc~tran_main->module~w90_types proc~tran_main->module~w90_wannier90_types proc~tran_parity_enforce tran_parity_enforce proc~tran_parity_enforce->module~w90_constants proc~tran_parity_enforce->module~w90_io proc~tran_parity_enforce->module~w90_types proc~tran_parity_enforce->module~w90_wannier90_types proc~tran_read_htc tran_read_htC proc~tran_read_htc->module~w90_constants proc~tran_read_htc->module~w90_error proc~tran_read_htx tran_read_htX proc~tran_read_htx->module~w90_constants proc~tran_read_htx->module~w90_error proc~tran_read_htxy tran_read_htXY proc~tran_read_htxy->module~w90_constants proc~tran_read_htxy->module~w90_error proc~tran_reduce_hr tran_reduce_hr proc~tran_reduce_hr->module~w90_constants proc~tran_reduce_hr->module~w90_error proc~tran_reduce_hr->module~w90_io proc~tran_reduce_hr->module~w90_types proc~tran_reduce_hr->module~w90_wannier90_types proc~tran_transfer tran_transfer proc~tran_transfer->module~w90_constants proc~tran_transfer->module~w90_error proc~tran_write_xyz tran_write_xyz proc~tran_write_xyz->module~w90_io proc~tran_write_xyz->module~w90_types proc~tran_write_xyz->module~w90_wannier90_types proc~utility_commutator_diag utility_commutator_diag proc~utility_commutator_diag->module~w90_constants proc~utility_compar utility_compar proc~utility_compar->module~w90_constants proc~utility_diagonalize utility_diagonalize proc~utility_diagonalize->module~w90_constants proc~utility_diagonalize->module~w90_error proc~utility_im_tr utility_im_tr proc~utility_im_tr->module~w90_constants proc~utility_im_tr_prod utility_im_tr_prod proc~utility_im_tr_prod->module~w90_constants proc~utility_lowercase utility_lowercase proc~utility_lowercase->module~w90_constants proc~utility_matmul_diag utility_matmul_diag proc~utility_matmul_diag->module~w90_constants proc~utility_re_tr utility_re_tr proc~utility_re_tr->module~w90_constants proc~utility_re_tr_prod utility_re_tr_prod proc~utility_re_tr_prod->module~w90_constants proc~utility_recip_lattice utility_recip_lattice proc~utility_recip_lattice->module~w90_constants proc~utility_recip_lattice->module~w90_error proc~utility_recip_lattice_base utility_recip_lattice_base proc~utility_recip_lattice_base->module~w90_constants proc~utility_rotate utility_rotate proc~utility_rotate->module~w90_constants proc~utility_rotate_diag utility_rotate_diag proc~utility_rotate_diag->module~w90_constants proc~utility_rotate_new utility_rotate_new proc~utility_rotate_new->module~w90_constants proc~utility_string_to_coord utility_string_to_coord proc~utility_string_to_coord->module~w90_constants proc~utility_string_to_coord->module~w90_error proc~utility_strip utility_strip proc~utility_strip->module~w90_constants proc~utility_w0gauss utility_w0gauss proc~utility_w0gauss->module~w90_constants proc~utility_w0gauss->module~w90_error proc~utility_w0gauss_vec utility_w0gauss_vec proc~utility_w0gauss_vec->module~w90_constants proc~utility_w0gauss_vec->module~w90_error proc~utility_wgauss utility_wgauss proc~utility_wgauss->module~w90_constants proc~utility_zgemm utility_zgemm proc~utility_zgemm->module~w90_constants proc~utility_zgemm_new utility_zgemm_new proc~utility_zgemm_new->module~w90_constants proc~w90_create_kmesh w90_create_kmesh proc~w90_create_kmesh->module~w90_error_base proc~w90_create_kmesh->module~w90_kmesh proc~w90_disentangle~2 w90_disentangle proc~w90_disentangle~2->module~w90_disentangle_mod proc~w90_disentangle~2->module~w90_error proc~w90_disentangle~2->module~w90_error_base proc~w90_disentangle~2->module~w90_overlap proc~w90_distribute_kpts w90_distribute_kpts proc~w90_distribute_kpts->module~w90_comms proc~w90_distribute_kpts->module~w90_error proc~w90_distribute_kpts->module~w90_error_base proc~w90_get_excl_bands~2 w90_get_excl_bands proc~w90_get_excl_bands~2->module~w90_error proc~w90_get_fortran_stderr w90_get_fortran_stderr iso_fortran_env iso_fortran_env proc~w90_get_fortran_stderr->iso_fortran_env proc~w90_get_fortran_stdout w90_get_fortran_stdout proc~w90_get_fortran_stdout->iso_fortran_env proc~w90_get_proj~2 w90_get_proj proc~w90_get_proj~2->module~w90_error proc~w90_input_reader~2 w90_input_reader proc~w90_input_reader~2->module~w90_comms proc~w90_input_reader~2->module~w90_error proc~w90_input_reader~2->module~w90_error_base proc~w90_input_reader~2->module~w90_readwrite proc~w90_input_reader~2->module~w90_wannier90_readwrite proc~w90_input_setopt w90_input_setopt proc~w90_input_setopt->module~w90_comms proc~w90_input_setopt->module~w90_error proc~w90_input_setopt->module~w90_error_base proc~w90_input_setopt->module~w90_overlap proc~w90_input_setopt->module~w90_readwrite proc~w90_input_setopt->module~w90_wannier90_readwrite proc~w90_plot w90_plot proc~w90_plot->module~w90_error_base proc~w90_plot->module~w90_plot_mod proc~w90_postw90_readwrite_dealloc w90_postw90_readwrite_dealloc proc~w90_postw90_readwrite_dealloc->module~w90_comms proc~w90_postw90_readwrite_dealloc->module~w90_error proc~w90_postw90_readwrite_read w90_postw90_readwrite_read proc~w90_postw90_readwrite_read->module~w90_comms proc~w90_postw90_readwrite_read->module~w90_error proc~w90_postw90_readwrite_read->module~w90_utility proc~w90_postw90_readwrite_readall w90_postw90_readwrite_readall proc~w90_postw90_readwrite_readall->module~w90_comms proc~w90_postw90_readwrite_readall->module~w90_error proc~w90_postw90_readwrite_readall->module~w90_utility proc~w90_postw90_readwrite_write w90_postw90_readwrite_write proc~w90_postw90_readwrite_write->module~w90_utility proc~w90_print_info~2 w90_print_info proc~w90_print_info~2->module~w90_comms proc~w90_print_info~2->module~w90_error_base proc~w90_print_info~2->module~w90_readwrite proc~w90_print_info~2->module~w90_wannier90_readwrite proc~w90_print_timings w90_print_timings proc~w90_print_timings->module~w90_comms proc~w90_print_timings->module~w90_io proc~w90_project_overlap~2 w90_project_overlap proc~w90_project_overlap~2->module~w90_error proc~w90_project_overlap~2->module~w90_error_base proc~w90_project_overlap~2->module~w90_overlap proc~w90_readwrite_chkpt_dist w90_readwrite_chkpt_dist proc~w90_readwrite_chkpt_dist->module~w90_comms proc~w90_readwrite_chkpt_dist->module~w90_constants proc~w90_readwrite_chkpt_dist->module~w90_error proc~w90_readwrite_chkpt_dist->module~w90_io proc~w90_readwrite_clean_infile w90_readwrite_clean_infile proc~w90_readwrite_clean_infile->module~w90_error proc~w90_readwrite_clear_keywords w90_readwrite_clear_keywords proc~w90_readwrite_clear_keywords->module~w90_error proc~w90_readwrite_dealloc w90_readwrite_dealloc proc~w90_readwrite_dealloc->module~w90_error proc~w90_readwrite_get_block_length w90_readwrite_get_block_length proc~w90_readwrite_get_block_length->module~w90_error proc~w90_readwrite_get_centre_constraints w90_readwrite_get_centre_constraints proc~w90_readwrite_get_centre_constraints->module~w90_error proc~w90_readwrite_get_centre_constraints->module~w90_utility proc~w90_readwrite_get_keyword w90_readwrite_get_keyword proc~w90_readwrite_get_keyword->module~w90_error proc~w90_readwrite_get_keyword_block w90_readwrite_get_keyword_block proc~w90_readwrite_get_keyword_block->module~w90_error proc~w90_readwrite_get_keyword_explicit_kpath w90_readwrite_get_keyword_explicit_kpath proc~w90_readwrite_get_keyword_explicit_kpath->module~w90_error proc~w90_readwrite_get_keyword_kpath w90_readwrite_get_keyword_kpath proc~w90_readwrite_get_keyword_kpath->module~w90_error proc~w90_readwrite_get_keyword_vector w90_readwrite_get_keyword_vector proc~w90_readwrite_get_keyword_vector->module~w90_error proc~w90_readwrite_get_projections w90_readwrite_get_projections proc~w90_readwrite_get_projections->module~w90_constants proc~w90_readwrite_get_projections->module~w90_error proc~w90_readwrite_get_projections->module~w90_utility proc~w90_readwrite_get_range_vector w90_readwrite_get_range_vector proc~w90_readwrite_get_range_vector->module~w90_error proc~w90_readwrite_get_smearing_index w90_readwrite_get_smearing_index proc~w90_readwrite_get_smearing_index->module~w90_error proc~w90_readwrite_get_vector_length w90_readwrite_get_vector_length proc~w90_readwrite_get_vector_length->module~w90_error proc~w90_readwrite_in_file w90_readwrite_in_file proc~w90_readwrite_in_file->module~w90_error proc~w90_readwrite_in_file->module~w90_utility proc~w90_readwrite_read_algorithm_control w90_readwrite_read_algorithm_control proc~w90_readwrite_read_algorithm_control->module~w90_error proc~w90_readwrite_read_atoms w90_readwrite_read_atoms proc~w90_readwrite_read_atoms->module~w90_error proc~w90_readwrite_read_atoms->module~w90_utility proc~w90_readwrite_read_chkpt w90_readwrite_read_chkpt proc~w90_readwrite_read_chkpt->module~w90_error proc~w90_readwrite_read_chkpt->module~w90_utility proc~w90_readwrite_read_chkpt_header w90_readwrite_read_chkpt_header proc~w90_readwrite_read_chkpt_header->module~w90_comms proc~w90_readwrite_read_chkpt_header->module~w90_constants proc~w90_readwrite_read_chkpt_header->module~w90_error proc~w90_readwrite_read_chkpt_header->module~w90_utility proc~w90_readwrite_read_chkpt_matrices w90_readwrite_read_chkpt_matrices proc~w90_readwrite_read_chkpt_matrices->module~w90_comms proc~w90_readwrite_read_chkpt_matrices->module~w90_error proc~w90_readwrite_read_chkpt_matrices->module~w90_utility proc~w90_readwrite_read_dis_manifold w90_readwrite_read_dis_manifold proc~w90_readwrite_read_dis_manifold->module~w90_error proc~w90_readwrite_read_distk w90_readwrite_read_distk proc~w90_readwrite_read_distk->module~w90_comms proc~w90_readwrite_read_distk->module~w90_error proc~w90_readwrite_read_eigvals w90_readwrite_read_eigvals proc~w90_readwrite_read_eigvals->module~w90_error proc~w90_readwrite_read_exclude_bands w90_readwrite_read_exclude_bands proc~w90_readwrite_read_exclude_bands->module~w90_error proc~w90_readwrite_read_explicit_kpath w90_readwrite_read_explicit_kpath proc~w90_readwrite_read_explicit_kpath->module~w90_error proc~w90_readwrite_read_explicit_kpath_points w90_readwrite_read_explicit_kpath_points proc~w90_readwrite_read_explicit_kpath_points->module~w90_error proc~w90_readwrite_read_fermi_energy w90_readwrite_read_fermi_energy proc~w90_readwrite_read_fermi_energy->module~w90_error proc~w90_readwrite_read_final_alloc w90_readwrite_read_final_alloc proc~w90_readwrite_read_final_alloc->module~w90_error proc~w90_readwrite_read_gamma_only w90_readwrite_read_gamma_only proc~w90_readwrite_read_gamma_only->module~w90_error proc~w90_readwrite_read_kmesh_data w90_readwrite_read_kmesh_data proc~w90_readwrite_read_kmesh_data->module~w90_error proc~w90_readwrite_read_kpath w90_readwrite_read_kpath proc~w90_readwrite_read_kpath->module~w90_error proc~w90_readwrite_read_kpoints w90_readwrite_read_kpoints proc~w90_readwrite_read_kpoints->module~w90_error proc~w90_readwrite_read_lattice w90_readwrite_read_lattice proc~w90_readwrite_read_lattice->module~w90_error proc~w90_readwrite_read_mp_grid w90_readwrite_read_mp_grid proc~w90_readwrite_read_mp_grid->module~w90_error proc~w90_readwrite_read_num_bands w90_readwrite_read_num_bands proc~w90_readwrite_read_num_bands->module~w90_error proc~w90_readwrite_read_num_wann w90_readwrite_read_num_wann proc~w90_readwrite_read_num_wann->module~w90_error proc~w90_readwrite_read_system w90_readwrite_read_system proc~w90_readwrite_read_system->module~w90_error proc~w90_readwrite_read_total_bands w90_readwrite_read_total_bands proc~w90_readwrite_read_total_bands->module~w90_error proc~w90_readwrite_read_units w90_readwrite_read_units proc~w90_readwrite_read_units->module~w90_error proc~w90_readwrite_read_verbosity w90_readwrite_read_verbosity proc~w90_readwrite_read_verbosity->module~w90_comms proc~w90_readwrite_read_verbosity->module~w90_error proc~w90_readwrite_read_ws_data w90_readwrite_read_ws_data proc~w90_readwrite_read_ws_data->module~w90_error proc~w90_readwrite_set_atoms w90_readwrite_set_atoms proc~w90_readwrite_set_atoms->module~w90_error proc~w90_readwrite_set_atoms->module~w90_utility proc~w90_readwrite_write_header w90_readwrite_write_header proc~w90_readwrite_write_header->module~w90_io proc~w90_readwrite_write_win w90_readwrite_write_win proc~w90_readwrite_write_win->module~w90_error proc~w90_set_option_c2d w90_set_option_c2d proc~w90_set_option_c2d->module~w90_readwrite proc~w90_set_option_i1d w90_set_option_i1d proc~w90_set_option_i1d->module~w90_readwrite proc~w90_set_option_i2d w90_set_option_i2d proc~w90_set_option_i2d->module~w90_readwrite proc~w90_set_option_int w90_set_option_int proc~w90_set_option_int->module~w90_readwrite proc~w90_set_option_logical w90_set_option_logical proc~w90_set_option_logical->module~w90_readwrite proc~w90_set_option_r1d w90_set_option_r1d proc~w90_set_option_r1d->module~w90_readwrite proc~w90_set_option_r2d w90_set_option_r2d proc~w90_set_option_r2d->module~w90_readwrite proc~w90_set_option_real w90_set_option_real proc~w90_set_option_real->module~w90_readwrite proc~w90_set_option_text w90_set_option_text proc~w90_set_option_text->module~w90_readwrite proc~w90_transport w90_transport proc~w90_transport->module~w90_comms proc~w90_transport->module~w90_error_base proc~w90_transport->module~w90_transport_mod proc~w90_wannier90_readwrite_read w90_wannier90_readwrite_read proc~w90_wannier90_readwrite_read->module~w90_constants proc~w90_wannier90_readwrite_read->module~w90_utility proc~w90_wannier90_readwrite_read_band_plot w90_wannier90_readwrite_read_band_plot proc~w90_wannier90_readwrite_read_band_plot->module~w90_error proc~w90_wannier90_readwrite_read_berry w90_wannier90_readwrite_read_berry proc~w90_wannier90_readwrite_read_berry->module~w90_comms proc~w90_wannier90_readwrite_read_berry->module~w90_error proc~w90_wannier90_readwrite_read_bloch_phase w90_wannier90_readwrite_read_bloch_phase proc~w90_wannier90_readwrite_read_bloch_phase->module~w90_error proc~w90_wannier90_readwrite_read_boltzwann w90_wannier90_readwrite_read_boltzwann proc~w90_wannier90_readwrite_read_boltzwann->module~w90_comms proc~w90_wannier90_readwrite_read_boltzwann->module~w90_error proc~w90_wannier90_readwrite_read_disentangle w90_wannier90_readwrite_read_disentangle proc~w90_wannier90_readwrite_read_disentangle->module~w90_error proc~w90_wannier90_readwrite_read_dist_cutoff w90_wannier90_readwrite_read_dist_cutoff proc~w90_wannier90_readwrite_read_dist_cutoff->module~w90_error proc~w90_wannier90_readwrite_read_dos w90_wannier90_readwrite_read_dos proc~w90_wannier90_readwrite_read_dos->module~w90_comms proc~w90_wannier90_readwrite_read_dos->module~w90_error proc~w90_wannier90_readwrite_read_effective_model w90_wannier90_readwrite_read_effective_model proc~w90_wannier90_readwrite_read_effective_model->module~w90_comms proc~w90_wannier90_readwrite_read_effective_model->module~w90_error proc~w90_wannier90_readwrite_read_energy_range w90_wannier90_readwrite_read_energy_range proc~w90_wannier90_readwrite_read_energy_range->module~w90_comms proc~w90_wannier90_readwrite_read_energy_range->module~w90_constants proc~w90_wannier90_readwrite_read_energy_range->module~w90_error proc~w90_wannier90_readwrite_read_explicit_kpts w90_wannier90_readwrite_read_explicit_kpts proc~w90_wannier90_readwrite_read_explicit_kpts->module~w90_error proc~w90_wannier90_readwrite_read_explicit_kpts->module~w90_utility proc~w90_wannier90_readwrite_read_fermi_surface w90_wannier90_readwrite_read_fermi_surface proc~w90_wannier90_readwrite_read_fermi_surface->module~w90_error proc~w90_wannier90_readwrite_read_geninterp w90_wannier90_readwrite_read_geninterp proc~w90_wannier90_readwrite_read_geninterp->module~w90_comms proc~w90_wannier90_readwrite_read_geninterp->module~w90_error proc~w90_wannier90_readwrite_read_global_kmesh w90_wannier90_readwrite_read_global_kmesh proc~w90_wannier90_readwrite_read_global_kmesh->module~w90_comms proc~w90_wannier90_readwrite_read_global_kmesh->module~w90_error proc~w90_wannier90_readwrite_read_gyrotropic w90_wannier90_readwrite_read_gyrotropic proc~w90_wannier90_readwrite_read_gyrotropic->module~w90_comms proc~w90_wannier90_readwrite_read_gyrotropic->module~w90_error proc~w90_wannier90_readwrite_read_hamil w90_wannier90_readwrite_read_hamil proc~w90_wannier90_readwrite_read_hamil->module~w90_error proc~w90_wannier90_readwrite_read_kslice w90_wannier90_readwrite_read_kslice proc~w90_wannier90_readwrite_read_kslice->module~w90_comms proc~w90_wannier90_readwrite_read_kslice->module~w90_error proc~w90_wannier90_readwrite_read_local_kmesh w90_wannier90_readwrite_read_local_kmesh proc~w90_wannier90_readwrite_read_local_kmesh->module~w90_comms proc~w90_wannier90_readwrite_read_one_dim w90_wannier90_readwrite_read_one_dim proc~w90_wannier90_readwrite_read_one_dim->module~w90_error proc~w90_wannier90_readwrite_read_oper w90_wannier90_readwrite_read_oper proc~w90_wannier90_readwrite_read_oper->module~w90_comms proc~w90_wannier90_readwrite_read_oper->module~w90_error proc~w90_wannier90_readwrite_read_outfiles w90_wannier90_readwrite_read_outfiles proc~w90_wannier90_readwrite_read_outfiles->module~w90_error proc~w90_wannier90_readwrite_read_plot_info w90_wannier90_readwrite_read_plot_info proc~w90_wannier90_readwrite_read_plot_info->module~w90_error proc~w90_wannier90_readwrite_read_post_proc w90_wannier90_readwrite_read_post_proc proc~w90_wannier90_readwrite_read_post_proc->module~w90_error proc~w90_wannier90_readwrite_read_projections w90_wannier90_readwrite_read_projections proc~w90_wannier90_readwrite_read_projections->module~w90_error proc~w90_wannier90_readwrite_read_pw90_calcs w90_wannier90_readwrite_read_pw90_calcs proc~w90_wannier90_readwrite_read_pw90_calcs->module~w90_comms proc~w90_wannier90_readwrite_read_pw90_calcs->module~w90_error proc~w90_wannier90_readwrite_read_pw90_kpath w90_wannier90_readwrite_read_pw90_kpath proc~w90_wannier90_readwrite_read_pw90_kpath->module~w90_comms proc~w90_wannier90_readwrite_read_pw90_kpath->module~w90_error proc~w90_wannier90_readwrite_read_pw90ham w90_wannier90_readwrite_read_pw90ham proc~w90_wannier90_readwrite_read_pw90ham->module~w90_comms proc~w90_wannier90_readwrite_read_pw90ham->module~w90_error proc~w90_wannier90_readwrite_read_pw90spin w90_wannier90_readwrite_read_pw90spin proc~w90_wannier90_readwrite_read_pw90spin->module~w90_comms proc~w90_wannier90_readwrite_read_pw90spin->module~w90_error proc~w90_wannier90_readwrite_read_restart w90_wannier90_readwrite_read_restart proc~w90_wannier90_readwrite_read_restart->module~w90_error proc~w90_wannier90_readwrite_read_scissors_shift w90_wannier90_readwrite_read_scissors_shift proc~w90_wannier90_readwrite_read_scissors_shift->module~w90_comms proc~w90_wannier90_readwrite_read_scissors_shift->module~w90_error proc~w90_wannier90_readwrite_read_smearing w90_wannier90_readwrite_read_smearing proc~w90_wannier90_readwrite_read_smearing->module~w90_comms proc~w90_wannier90_readwrite_read_smearing->module~w90_error proc~w90_wannier90_readwrite_read_special w90_wannier90_readwrite_read_special proc~w90_wannier90_readwrite_read_special->module~w90_constants proc~w90_wannier90_readwrite_read_special->module~w90_utility proc~w90_wannier90_readwrite_read_spin_hall w90_wannier90_readwrite_read_spin_hall proc~w90_wannier90_readwrite_read_spin_hall->module~w90_comms proc~w90_wannier90_readwrite_read_spin_hall->module~w90_error proc~w90_wannier90_readwrite_read_sym w90_wannier90_readwrite_read_sym proc~w90_wannier90_readwrite_read_sym->module~w90_error proc~w90_wannier90_readwrite_read_transport w90_wannier90_readwrite_read_transport proc~w90_wannier90_readwrite_read_transport->module~w90_error proc~w90_wannier90_readwrite_read_w90_calcs w90_wannier90_readwrite_read_w90_calcs proc~w90_wannier90_readwrite_read_w90_calcs->module~w90_error proc~w90_wannier90_readwrite_read_wann_plot w90_wannier90_readwrite_read_wann_plot proc~w90_wannier90_readwrite_read_wann_plot->module~w90_error proc~w90_wannier90_readwrite_read_wannierise w90_wannier90_readwrite_read_wannierise proc~w90_wannier90_readwrite_read_wannierise->module~w90_error proc~w90_wannier90_readwrite_w90_dealloc w90_wannier90_readwrite_w90_dealloc proc~w90_wannier90_readwrite_w90_dealloc->module~w90_error proc~w90_wannier90_readwrite_write w90_wannier90_readwrite_write proc~w90_wannier90_readwrite_write->module~w90_utility proc~w90_wannier90_readwrite_write_chkpt w90_wannier90_readwrite_write_chkpt proc~w90_wannier90_readwrite_write_chkpt->module~w90_io proc~w90_wannier90_readwrite_write_chkpt->module~w90_utility proc~w90_wannierise~2 w90_wannierise proc~w90_wannierise~2->module~w90_comms proc~w90_wannierise~2->module~w90_error proc~w90_wannierise~2->module~w90_error_base proc~w90_wannierise~2->module~w90_wannierise_mod proc~wann_check_unitarity wann_check_unitarity proc~wann_check_unitarity->module~w90_comms proc~wann_check_unitarity->module~w90_constants proc~wann_check_unitarity->module~w90_io proc~wann_check_unitarity->module~w90_types proc~wann_domega wann_domega proc~wann_domega->module~w90_comms proc~wann_domega->module~w90_constants proc~wann_domega->module~w90_io proc~wann_domega->module~w90_sitesym proc~wann_domega->module~w90_types proc~wann_domega->module~w90_wannier90_types proc~wann_main wann_main proc~wann_main->module~w90_comms proc~wann_main->module~w90_constants proc~wann_main->module~w90_hamiltonian proc~wann_main->module~w90_io proc~wann_main->module~w90_sitesym proc~wann_main->module~w90_types proc~wann_main->module~w90_utility proc~wann_main->module~w90_wannier90_types proc~wann_main_gamma wann_main_gamma proc~wann_main_gamma->module~w90_comms proc~wann_main_gamma->module~w90_constants proc~wann_main_gamma->module~w90_io proc~wann_main_gamma->module~w90_types proc~wann_main_gamma->module~w90_utility proc~wann_main_gamma->module~w90_wannier90_readwrite proc~wann_main_gamma->module~w90_wannier90_types proc~wann_omega wann_omega proc~wann_omega->module~w90_comms proc~wann_omega->module~w90_io proc~wann_omega->module~w90_types proc~wann_omega->module~w90_wannier90_types proc~wann_omega_gamma wann_omega_gamma proc~wann_omega_gamma->module~w90_io proc~wann_omega_gamma->module~w90_types proc~wann_phases wann_phases proc~wann_phases->module~w90_comms proc~wann_phases->module~w90_constants proc~wann_phases->module~w90_io proc~wann_phases->module~w90_types proc~wann_phases->module~w90_utility proc~wham_get_d_h wham_get_D_h proc~wham_get_d_h->module~w90_constants proc~wham_get_d_h->module~w90_utility proc~wham_get_d_h_a wham_get_D_h_a proc~wham_get_d_h_a->module~w90_constants proc~wham_get_d_h_a->module~w90_postw90_common proc~wham_get_d_h_a->module~w90_utility proc~wham_get_d_h_p_value wham_get_D_h_P_value proc~wham_get_d_h_p_value->module~w90_constants proc~wham_get_d_h_p_value->module~w90_postw90_types proc~wham_get_d_h_p_value->module~w90_utility proc~wham_get_deleig_a wham_get_deleig_a proc~wham_get_deleig_a->module~w90_comms proc~wham_get_deleig_a->module~w90_constants proc~wham_get_deleig_a->module~w90_postw90_types proc~wham_get_deleig_a->module~w90_utility proc~wham_get_eig_deleig wham_get_eig_deleig proc~wham_get_eig_deleig->module~w90_comms proc~wham_get_eig_deleig->module~w90_constants proc~wham_get_eig_deleig->module~w90_get_oper proc~wham_get_eig_deleig->module~w90_postw90_common proc~wham_get_eig_deleig->module~w90_postw90_types proc~wham_get_eig_deleig->module~w90_types proc~wham_get_eig_deleig->module~w90_utility proc~wham_get_eig_deleig_tb_conv wham_get_eig_deleig_TB_conv proc~wham_get_eig_deleig_tb_conv->module~w90_comms proc~wham_get_eig_deleig_tb_conv->module~w90_postw90_types proc~wham_get_eig_uu_hh_aa_sc wham_get_eig_UU_HH_AA_sc proc~wham_get_eig_uu_hh_aa_sc->module~w90_comms proc~wham_get_eig_uu_hh_aa_sc->module~w90_constants proc~wham_get_eig_uu_hh_aa_sc->module~w90_get_oper proc~wham_get_eig_uu_hh_aa_sc->module~w90_postw90_common proc~wham_get_eig_uu_hh_aa_sc->module~w90_postw90_types proc~wham_get_eig_uu_hh_aa_sc->module~w90_types proc~wham_get_eig_uu_hh_aa_sc->module~w90_utility proc~wham_get_eig_uu_hh_aa_sc_tb_conv wham_get_eig_UU_HH_AA_sc_TB_conv proc~wham_get_eig_uu_hh_aa_sc_tb_conv->module~w90_comms proc~wham_get_eig_uu_hh_aa_sc_tb_conv->module~w90_constants proc~wham_get_eig_uu_hh_aa_sc_tb_conv->module~w90_get_oper proc~wham_get_eig_uu_hh_aa_sc_tb_conv->module~w90_postw90_common proc~wham_get_eig_uu_hh_aa_sc_tb_conv->module~w90_postw90_types proc~wham_get_eig_uu_hh_aa_sc_tb_conv->module~w90_types proc~wham_get_eig_uu_hh_aa_sc_tb_conv->module~w90_utility proc~wham_get_eig_uu_hh_jjlist wham_get_eig_UU_HH_JJlist proc~wham_get_eig_uu_hh_jjlist->module~w90_comms proc~wham_get_eig_uu_hh_jjlist->module~w90_constants proc~wham_get_eig_uu_hh_jjlist->module~w90_get_oper proc~wham_get_eig_uu_hh_jjlist->module~w90_postw90_common proc~wham_get_eig_uu_hh_jjlist->module~w90_postw90_types proc~wham_get_eig_uu_hh_jjlist->module~w90_types proc~wham_get_eig_uu_hh_jjlist->module~w90_utility proc~wham_get_jjp_jjm_list wham_get_JJp_JJm_list proc~wham_get_jjp_jjm_list->module~w90_constants proc~wham_get_jjp_jjm_list->module~w90_utility proc~wham_get_occ_mat_list wham_get_occ_mat_list proc~wham_get_occ_mat_list->module~w90_comms proc~wham_get_occ_mat_list->module~w90_constants proc~wham_get_occ_mat_list->module~w90_postw90_common proc~wigner_seitz_opt_setup wigner_seitz_opt_setup proc~wigner_seitz_opt_setup->module~w90_comms proc~wigner_seitz_opt_setup->module~w90_constants proc~wigner_seitz_opt_setup->module~w90_postw90_types proc~wigner_seitz_opt_setup->module~w90_types proc~wignerseitz wignerseitz proc~wignerseitz->module~w90_comms proc~wignerseitz->module~w90_constants proc~wignerseitz->module~w90_io proc~wignerseitz->module~w90_postw90_types proc~wignerseitz->module~w90_types proc~wignerseitz->module~w90_utility proc~write_chkpt write_chkpt proc~write_chkpt->module~w90_comms proc~write_chkpt->module~w90_error proc~write_chkpt->module~w90_error_base proc~write_chkpt->module~w90_wannier90_readwrite proc~write_coords_file write_coords_file proc~write_coords_file->module~w90_constants proc~write_data_file write_data_file proc~write_data_file->module~w90_constants proc~write_kmesh write_kmesh proc~write_kmesh->module~w90_comms proc~write_kmesh->module~w90_error proc~write_kmesh->module~w90_error_base proc~write_kmesh->module~w90_kmesh proc~ws_translate_dist ws_translate_dist proc~ws_translate_dist->module~w90_types proc~ws_translate_dist->module~w90_utility proc~ws_write_vec ws_write_vec proc~ws_write_vec->module~w90_io proc~ws_write_vec->module~w90_types program~postw90 postw90 program~postw90->module~w90_berry program~postw90->module~w90_boltzwann program~postw90->module~w90_comms program~postw90->module~w90_constants program~postw90->module~w90_dos program~postw90->module~w90_error program~postw90->module~w90_geninterp program~postw90->module~w90_gyrotropic program~postw90->module~w90_io program~postw90->module~w90_kmesh program~postw90->module~w90_kpath program~postw90->module~w90_kslice program~postw90->module~w90_postw90_common program~postw90->module~w90_postw90_readwrite program~postw90->module~w90_postw90_types program~postw90->module~w90_readwrite program~postw90->module~w90_spin program~postw90->module~w90_types program~w90chk2chk w90chk2chk program~w90chk2chk->module~w90_constants program~w90chk2chk->module~w90_conv program~w90spn2spn w90spn2spn program~w90spn2spn->module~w90_constants program~w90spn2spn->module~w90_conv_spn program~wannier wannier program~wannier->module~w90_comms program~wannier->module~w90_error program~wannier->module~w90_io program~wannier->module~w90_library program~wannier->module~w90_library_extra program~wannier->module~w90_sitesym
Help