The Elk Code
 
Loading...
Searching...
No Matches
modpw Module Reference

Variables

logical reduceh
 
real(8) hmaxvr
 
integer, dimension(3) ngridh
 
integer nhtot
 
integer, dimension(2, 3) inthv
 
integer nhvec
 
integer, dimension(:,:), allocatable ivh
 
integer, dimension(:), allocatable mulh
 
real(8), dimension(:,:), allocatable vhc
 
real(8), dimension(:), allocatable hc
 
real(8), dimension(3, 3) vhmat
 
real(8) hkmax
 
integer, dimension(:,:), allocatable nhk
 
integer nhkmax
 
integer, dimension(:,:,:), allocatable ihkig
 
real(8), dimension(:,:,:,:), allocatable vhkl
 
real(8), dimension(:,:,:,:), allocatable vhkc
 
real(8), dimension(:,:,:), allocatable hkc
 
complex(8), dimension(:,:,:,:), allocatable sfachk
 

Variable Documentation

◆ hc

real(8), dimension(:), allocatable modpw::hc

Definition at line 30 of file modpw.f90.

◆ hkc

real(8), dimension(:,:,:), allocatable modpw::hkc

Definition at line 50 of file modpw.f90.

◆ hkmax

real(8) modpw::hkmax

Definition at line 38 of file modpw.f90.

◆ hmaxvr

real(8) modpw::hmaxvr

Definition at line 14 of file modpw.f90.

◆ ihkig

integer, dimension(:,:,:), allocatable modpw::ihkig

Definition at line 44 of file modpw.f90.

◆ inthv

integer, dimension(2,3) modpw::inthv

Definition at line 20 of file modpw.f90.

◆ ivh

integer, dimension(:,:), allocatable modpw::ivh

Definition at line 24 of file modpw.f90.

◆ mulh

integer, dimension(:), allocatable modpw::mulh

Definition at line 26 of file modpw.f90.

◆ ngridh

integer, dimension(3) modpw::ngridh

Definition at line 16 of file modpw.f90.

◆ nhk

integer, dimension(:,:), allocatable modpw::nhk

Definition at line 40 of file modpw.f90.

◆ nhkmax

integer modpw::nhkmax

Definition at line 42 of file modpw.f90.

◆ nhtot

integer modpw::nhtot

Definition at line 18 of file modpw.f90.

◆ nhvec

integer modpw::nhvec

Definition at line 22 of file modpw.f90.

◆ reduceh

logical modpw::reduceh

Definition at line 12 of file modpw.f90.

◆ sfachk

complex(8), dimension(:,:,:,:), allocatable modpw::sfachk

Definition at line 52 of file modpw.f90.

◆ vhc

real(8), dimension(:,:), allocatable modpw::vhc

Definition at line 28 of file modpw.f90.

◆ vhkc

real(8), dimension(:,:,:,:), allocatable modpw::vhkc

Definition at line 48 of file modpw.f90.

◆ vhkl

real(8), dimension(:,:,:,:), allocatable modpw::vhkl

Definition at line 46 of file modpw.f90.

◆ vhmat

real(8), dimension(3,3) modpw::vhmat

Definition at line 32 of file modpw.f90.