w90_geninterp Module

Generic Interpolation Routine

written by Giovanni Pizzi THEOS, EPFL, Station 12, 1015 Lausanne (Switzerland) June, 2012


Uses

  • module~~w90_geninterp~~UsesGraph module~w90_geninterp w90_geninterp module~w90_postw90_common w90_postw90_common module~w90_geninterp->module~w90_postw90_common module~w90_utility w90_utility module~w90_geninterp->module~w90_utility module~w90_constants w90_constants module~w90_geninterp->module~w90_constants module~w90_get_oper w90_get_oper module~w90_geninterp->module~w90_get_oper module~w90_wan_ham w90_wan_ham module~w90_geninterp->module~w90_wan_ham module~w90_io w90_io module~w90_geninterp->module~w90_io module~w90_comms w90_comms module~w90_geninterp->module~w90_comms module~w90_parameters w90_parameters module~w90_geninterp->module~w90_parameters module~w90_postw90_common->module~w90_constants module~w90_postw90_common->module~w90_comms module~w90_utility->module~w90_constants module~w90_get_oper->module~w90_constants module~w90_wan_ham->module~w90_constants module~w90_io->module~w90_constants module~w90_comms->module~w90_constants module~w90_comms->module~w90_io module~w90_parameters->module~w90_constants module~w90_parameters->module~w90_io

Used by

  • module~~w90_geninterp~~UsedByGraph module~w90_geninterp w90_geninterp program~postw90 postw90 program~postw90->module~w90_geninterp

Contents


Subroutines

private subroutine internal_write_header(outdat_unit, commentline)

Writes a header for the output file(s).

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: outdat_unit

Integer with the output file unit. The file must be already open.

character(len=*) :: commentline

no intent? String with the comment taken from the output, to be written on the output

public subroutine geninterp_main()

This routine prints the band energies (and possibly the band derivatives)

Read more…

Arguments

None