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
ce5e1c24
Commit
ce5e1c24
authored
4 years ago
by
Manuel Dias
Browse files
Options
Downloads
Patches
Plain Diff
New input variable: <set_kmesh_large>
parent
7542dd7c
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/rinput13.F90
+11
-0
11 additions, 0 deletions
source/KKRhost/rinput13.F90
with
11 additions
and
0 deletions
source/KKRhost/rinput13.F90
+
11
−
0
View file @
ce5e1c24
...
...
@@ -1527,6 +1527,15 @@ contains
intervz
=
1
end
if
call
ioinput
(
'<set_kmesh_large>'
,
uio
,
1
,
7
,
ier
)
if
(
ier
==
0
)
then
read
(
unit
=
uio
,
fmt
=*
,
iostat
=
ier
)
set_kmesh_large
if
(
ier
/
=
0
)
stop
'Error reading `set_kmesh_large`: check your inputcard'
write
(
111
,
fmt
=
'(A18,A2)'
)
'<set_kmesh_large>='
,
set_kmesh_large
else
write
(
111
,
fmt
=
'(A26,A2)'
)
'Default <set_kmesh_large>='
,
set_kmesh_large
end
if
! Energy contour
npol
=
7
call
ioinput
(
'NPOL '
,
uio
,
1
,
7
,
ier
)
...
...
@@ -1904,6 +1913,8 @@ contains
if
(
calc_exchange_couplings
)
then
nsteps
=
1
write
(
1337
,
*
)
'RUNOPT XCPL used, setting NSTEPS to 1'
set_kmesh_large
=
.true.
write
(
1337
,
*
)
'RUNOPT XCPL used, enabling set_kmesh_large'
end
if
if
(
write_kkrimp_input
)
then
nsteps
=
1
...
...
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