Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jukkr
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kkr
jukkr
Commits
19af682c
Commit
19af682c
authored
6 years ago
by
Philipp Rüssmann
Browse files
Options
Downloads
Patches
Plain Diff
Increased accuracy of things written out for BdG tests
parent
88ff748e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/KKRhost/tmat_newsolver.F90
+17
-8
17 additions, 8 deletions
source/KKRhost/tmat_newsolver.F90
with
17 additions
and
8 deletions
source/KKRhost/tmat_newsolver.F90
+
17
−
8
View file @
19af682c
...
...
@@ -213,6 +213,15 @@ contains
! set up the non-spherical ll' matrix for potential VLL' (done in VLLMAT)
call
vllmat
(
1
,
nrmaxd
,
irmdnew
,
lmmax0d
,
lmmaxd
,
vnspll0
,
vins
,
lmpot
,
cleb
,
icleb
,
iend
,
nspin
/(
nspin
-
korbit
),
zat
,
rnew
,
use_sratrick
,
ncleb
)
#ifdef CPP_BdG
! test writeout of VNSPLL1
if
(
write_BdG_tests
)
then
open
(
7352834
,
file
=
'vnspll.txt'
,
form
=
'formatted'
)
write
(
7352834
,
'(A,3I9)'
)
'# lmmaxd,lmmaxd,IRMDNEW='
,
lmmaxd
,
lmmaxd
,
irmdnew
write
(
7352834
,
'(2ES25.16)'
)
vnspll0
(:,
:,
:)
close
(
7352834
)
end
if
#endif
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! LDAU
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
...
...
@@ -351,7 +360,7 @@ contains
if
(
write_BdG_tests
)
then
open
(
7352834
,
file
=
'vnspll_SOC.txt'
,
form
=
'formatted'
)
write
(
7352834
,
'(A,3I9)'
)
'# lmmaxd,lmmaxd,IRMDNEW='
,
lmmaxd
,
lmmaxd
,
irmdnew
write
(
7352834
,
'(2
F
25.1
4
)'
)
vnspll1
(:,
:,
:,
ith
)
write
(
7352834
,
'(2
ES
25.1
6
)'
)
vnspll1
(:,
:,
:,
ith
)
close
(
7352834
)
end
if
#endif
...
...
@@ -386,7 +395,7 @@ contains
else
write
(
7352834
,
'(A,3I9)'
)
'# lmmaxd,lmmaxd,IRMDNEW='
,
lmmaxd
,
lmmaxd
,
irmdnew
end
if
write
(
7352834
,
'(2
F
25.1
4
)'
)
vnspll
(:,
:,
:,
ith
)
write
(
7352834
,
'(2
ES
25.1
6
)'
)
vnspll
(:,
:,
:,
ith
)
close
(
7352834
)
end
if
#endif
...
...
@@ -449,27 +458,27 @@ contains
write
(
filename
,
'(A,I0.3,A,I0.3,A)'
)
'tmatsph_atom_'
,
i1
,
'_energ_'
,
ie
,
'.dat'
open
(
888888
,
file
=
trim
(
filename
),
form
=
'formatted'
)
write
(
888888
,
'(A,I9,A,I9,A,I9)'
)
'# dimension: lmmaxd='
,
lmmaxd
,
' lmmaxd='
,
lmmaxd
write
(
888888
,
'(2ES2
1.9
)'
)
tmatsph
(:,
ith
)
write
(
888888
,
'(2ES2
5.16
)'
)
tmatsph
(:,
ith
)
close
(
888888
)
write
(
filename
,
'(A,I0.3,A,I0.3,A)'
)
'rll_sph_jlk_atom_'
,
i1
,
'_energ_'
,
ie
,
'.dat'
open
(
888888
,
file
=
trim
(
filename
),
form
=
'formatted'
)
write
(
888888
,
'(A,I9,A,I9,A,2ES15.7)'
)
'# dimension: 4*(LMAX+1)='
,
4
*
(
lmax
+1
),
' IRMDNEW='
,
irmdnew
,
' ; ERYD='
,
eryd
write
(
888888
,
'(2ES2
1.9
)'
)
jlk
(:,
:,
ith
)
write
(
888888
,
'(2ES2
5.16
)'
)
jlk
(:,
:,
ith
)
close
(
888888
)
write
(
filename
,
'(A,I0.3,A,I0.3,A)'
)
'rll_sph_hlk_atom_'
,
i1
,
'_energ_'
,
ie
,
'.dat'
open
(
888888
,
file
=
trim
(
filename
),
form
=
'formatted'
)
write
(
888888
,
'(A,I9,A,I9,A,2ES15.7)'
)
'# dimension: 4*(LMAX+1)='
,
4
*
(
lmax
+1
),
' IRMDNEW='
,
irmdnew
,
' ; ERYD='
,
eryd
write
(
888888
,
'(2ES2
1.9
)'
)
hlk
(:,
:,
ith
)
write
(
888888
,
'(2ES2
5.16
)'
)
hlk
(:,
:,
ith
)
close
(
888888
)
write
(
filename
,
'(A,I0.3,A,I0.3,A)'
)
'rll_sph_jlk2_atom_'
,
i1
,
'_energ_'
,
ie
,
'.dat'
open
(
888888
,
file
=
trim
(
filename
),
form
=
'formatted'
)
write
(
888888
,
'(A,I9,A,I9,A,2ES15.7)'
)
'# dimension: 4*(LMAX+1)='
,
4
*
(
lmax
+1
),
' IRMDNEW='
,
irmdnew
,
' ; ERYD='
,
eryd
write
(
888888
,
'(2ES2
1.9
)'
)
jlk2
(:,
:,
ith
)
write
(
888888
,
'(2ES2
5.16
)'
)
jlk2
(:,
:,
ith
)
close
(
888888
)
write
(
filename
,
'(A,I0.3,A,I0.3,A)'
)
'rll_sph_hlk2_atom_'
,
i1
,
'_energ_'
,
ie
,
'.dat'
open
(
888888
,
file
=
trim
(
filename
),
form
=
'formatted'
)
write
(
888888
,
'(A,I9,A,I9,A,2ES15.7)'
)
'# dimension: 4*(LMAX+1)='
,
4
*
(
lmax
+1
),
' IRMDNEW='
,
irmdnew
,
' ; ERYD='
,
eryd
write
(
888888
,
'(2ES2
1.9
)'
)
hlk2
(:,
:,
ith
)
write
(
888888
,
'(2ES2
5.16
)'
)
hlk2
(:,
:,
ith
)
close
(
888888
)
end
if
#endif
...
...
@@ -546,7 +555,7 @@ contains
write
(
filename
,
'(A,I0.3,A,I0.3,A)'
)
'tmat_atom_'
,
i1
,
'_energ_'
,
ie
,
'.dat'
open
(
888888
,
file
=
trim
(
filename
),
form
=
'formatted'
)
write
(
888888
,
'(A,I9,A,I9,A,2ES15.7)'
)
'# dimension: lmmaxd='
,
lmmaxd
,
' lmmaxd='
,
lmmaxd
,
' ; ERYD='
,
eryd
write
(
888888
,
'(2ES2
1.9
)'
)
tmatll
(:,
:)
write
(
888888
,
'(2ES2
5.16
)'
)
tmatll
(:,
:)
close
(
888888
)
end
if
#endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment