public interface check_normalized
Check if w.f. is normalized
= 1 if k = k'
= 0 if k /= k'
with the matrix form
wf' wf = I for a real matrix
wf^T wf = I for a complex matrix
Module Procedures
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=long),
|
intent(in) |
|
|
:: |
wf(:,:) |
|
real(kind=long),
|
intent(in) |
|
|
:: |
tol |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=long),
|
intent(in) |
|
|
:: |
wf_l(:,:) |
|
real(kind=long),
|
intent(in) |
|
|
:: |
wf_r(:,:) |
|
real(kind=long),
|
intent(in) |
|
|
:: |
tol |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=long),
|
intent(in) |
|
|
:: |
wf(:,:) |
|
real(kind=long),
|
intent(in) |
|
|
:: |
tol |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=long),
|
intent(in) |
|
|
:: |
wf_l(:,:) |
|
complex(kind=long),
|
intent(in) |
|
|
:: |
wf_r(:,:) |
|
real(kind=long),
|
intent(in) |
|
|
:: |
tol |
|