compare_two_eigv_in_substeps Subroutine

public subroutine compare_two_eigv_in_substeps(inc, lattice, cluster, tgmatrx, nsteps, kends, lm_in, LV1all, RV2ref, eigw2ref, match)

Uses

Arguments

Type IntentOptional Attributes Name
type(inc_TYPE), intent(in) :: inc
type(lattice_TYPE), intent(in) :: lattice
type(cluster_TYPE), intent(in) :: cluster
type(tgmatrx_TYPE), intent(in) :: tgmatrx
integer, intent(in) :: nsteps
double precision, intent(in) :: kends(3,2)
integer, intent(in) :: lm_in
double complex, intent(in) :: LV1all(inc%almso,inc%almso)
double complex, intent(in) :: RV2ref(inc%almso)
double complex, intent(in) :: eigw2ref
logical, intent(out) :: match