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
4228e442
Commit
4228e442
authored
4 years ago
by
Rudolf Zeller
Browse files
Options
Downloads
Patches
Plain Diff
Implementation of updating the semi-core normalization in the self-consistency steps
parent
b1a4e97e
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/KKRnano/source/ProcessKKRresults_mod.F90
+7
-1
7 additions, 1 deletion
source/KKRnano/source/ProcessKKRresults_mod.F90
with
7 additions
and
1 deletion
source/KKRnano/source/ProcessKKRresults_mod.F90
+
7
−
1
View file @
4228e442
...
...
@@ -451,6 +451,7 @@ module ProcessKKRresults_mod
double precision
::
chrgNt_local
double precision
::
new_fermi
double precision
::
CHRGSEMICORE
!< total semicore charge over all atoms
double precision
::
fsemicore_in
integer
::
ila
,
r1fu
integer
::
num_local_atoms
...
...
@@ -659,7 +660,12 @@ module ProcessKKRresults_mod
! --> Sum up semicore charges from different MPI ranks
call
sumChargeSemi_com
(
CHRGSEMICORE
,
mp
%
mySEComm
)
! --> Recalculate the semicore contour factor FSEMICORE
if
(
mp
%
isMasterRank
)
call
calcFactorSemi
(
CHRGSEMICORE
,
emesh
%
FSEMICORE
,
params
%
fsemicore
)
if
(
iter
==
1
)
then
fsemicore_in
=
params
%
fsemicore
else
fsemicore_in
=
emesh
%
FSEMICORE
endif
if
(
mp
%
isMasterRank
)
call
calcFactorSemi
(
CHRGSEMICORE
,
emesh
%
FSEMICORE
,
fsemicore_in
)
endif
emesh
%
E2
=
new_fermi
! Assumes that for every atom the same Fermi correction
...
...
This diff is collapsed.
Click to expand it.
Philipp Rüssmann
@ruess
mentioned in commit
cbb5645d
·
2 years ago
mentioned in commit
cbb5645d
mentioned in commit cbb5645d48afdad6e29c449ffb1dc770c3ecb55f
Toggle commit list
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