TEST Program

Variables

Type Attributes Name Initial
type(inc_TYPE) :: inc
type(lattice_TYPE) :: lattice
type(cluster_TYPE) :: cluster
type(tgmatrx_TYPE) :: tgmatrx
integer :: nsym
integer, allocatable :: isym(:)
type(symmetries_TYPE) :: symmetries
integer :: nkpts
double precision, allocatable :: kpoints(:,:)
double precision, allocatable :: areas(:)
double precision, allocatable :: weights(:)
double precision, allocatable :: fermivel(:,:)
integer :: nkpts1
integer :: nkpts2
double precision, allocatable :: areas1(:)
double precision, allocatable :: weights1(:)
double precision, allocatable :: kpoints1(:,:)
double precision, allocatable :: fermivel1(:,:)
double precision, allocatable :: temparr(:,:)
integer :: ierr
integer :: ii
integer :: itest
integer, parameter :: nFSiter = 3

Subroutines

subroutine project_fermivel_newaxis(nkpts, fermivel)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nkpts
double precision, intent(inout) :: fermivel(3,nkpts)