Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fleur
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
54
Issues
54
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
fleur
fleur
Commits
053b530c
Commit
053b530c
authored
Sep 17, 2019
by
Frank Freimuth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update wann_socmat.F: Kick out unused variables.
parent
283e662f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
22 deletions
+6
-22
wannier/wann_socmat.F
wannier/wann_socmat.F
+6
-22
No files found.
wannier/wann_socmat.F
View file @
053b530c
...
@@ -8,11 +8,10 @@
...
@@ -8,11 +8,10 @@
contains
contains
subroutine
wann_socmat
(
subroutine
wann_socmat
(
>
mpi
,
enpara
,
input
,
noco
,
atoms
,
>
mpi
,
enpara
,
input
,
noco
,
atoms
,
>
lmaxd
,
ntypd
,
nlod
,
natd
,
neigd
,
>
lmaxd
,
natd
,
neigd
,
>
llod
,
jmtd
,
jspd
,
nlhd
,
neq
,
>
llod
,
jspd
,
>
ntype
,
theta_in
,
phi_in
,
jspins
,
irank
,
>
theta_in
,
phi_in
,
jspins
,
irank
,
>
jri
,
lmax
,
dx
,
rmsh
,
el
,
ello
,
nlo
,
llo
,
>
vr
,
>
l_dulo
,
ulo_der
,
vr
,
>
acof
,
bcof
,
chelp
,
>
acof
,
bcof
,
chelp
,
<
hsomtx
)
<
hsomtx
)
c
***********************************************************************
c
***********************************************************************
...
@@ -36,34 +35,19 @@ c***********************************************************************
...
@@ -36,34 +35,19 @@ c***********************************************************************
TYPE
(
t_atoms
),
INTENT
(
IN
)
::
atoms
TYPE
(
t_atoms
),
INTENT
(
IN
)
::
atoms
integer
,
intent
(
in
)
::
lmaxd
integer
,
intent
(
in
)
::
lmaxd
integer
,
intent
(
in
)
::
ntypd
integer
,
intent
(
in
)
::
nlod
integer
,
intent
(
in
)
::
natd
integer
,
intent
(
in
)
::
natd
integer
,
intent
(
in
)
::
neigd
integer
,
intent
(
in
)
::
neigd
integer
,
intent
(
in
)
::
llod
integer
,
intent
(
in
)
::
llod
integer
,
intent
(
in
)
::
jmtd
integer
,
intent
(
in
)
::
jspd
integer
,
intent
(
in
)
::
jspd
integer
,
intent
(
in
)
::
nlhd
integer
,
intent
(
in
)
::
neq
(:)
!ntype
integer
,
intent
(
in
)
::
ntype
real
,
intent
(
in
)
::
theta_in
real
,
intent
(
in
)
::
theta_in
real
,
intent
(
in
)
::
phi_in
real
,
intent
(
in
)
::
phi_in
integer
,
intent
(
in
)
::
jspins
integer
,
intent
(
in
)
::
jspins
integer
,
intent
(
in
)
::
irank
integer
,
intent
(
in
)
::
irank
integer
,
intent
(
in
)
::
jri
(:)
! ntypd
integer
,
intent
(
in
)
::
lmax
(:)
! ntypd
real
,
intent
(
in
)
::
dx
(:)
! ntypd
real
,
intent
(
in
)
::
rmsh
(:,:)
! jmtd,ntypd
real
,
intent
(
in
)
::
el
(
0
:,:,:)
! 0:lmaxd,ntypd,max(2,jspd)
real
,
intent
(
in
)
::
ello
(:,:,:)
! nlod,ntypd,max(2,jspd)
integer
,
intent
(
in
)
::
nlo
(:)
! ntypd
integer
,
intent
(
in
)
::
llo
(:,:)
! nlod,ntypd
logical
,
intent
(
in
)
::
l_dulo
(:,:)
! l_dulo(nlod,ntypd)
integer
,
intent
(
in
)
::
ulo_der
(:,:)
! ulo_der(nlod,ntypd)
real
,
intent
(
in
)
::
vr
(:,
0
:,:,:)
! jmtd,0:nlhd,ntypd,jspd
real
,
intent
(
in
)
::
vr
(:,
0
:,:,:)
! jmtd,0:nlhd,ntypd,jspd
complex
,
intent
(
in
)
::
acof
(:,
0
:,:,:)
!acof(noccbd,0:lmd,natd,jspd)
complex
,
intent
(
in
)
::
acof
(:,
0
:,:,:)
!acof(noccbd,0:lmd,natd,jspd)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment