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
51
Issues
51
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
56763674
Commit
56763674
authored
May 15, 2019
by
Matthias Redies
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix init bugs in cored
parent
9e5ebc0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
core/cored.F90
core/cored.F90
+3
-1
No files found.
core/cored.F90
View file @
56763674
...
@@ -95,6 +95,7 @@ CONTAINS
...
@@ -95,6 +95,7 @@ CONTAINS
WRITE
(
6
,
FMT
=
8000
)
z
,
rnot
,
dxx
,
atoms
%
jri
(
jatom
)
WRITE
(
6
,
FMT
=
8000
)
z
,
rnot
,
dxx
,
atoms
%
jri
(
jatom
)
DO
j
=
1
,
atoms
%
jri
(
jatom
)
DO
j
=
1
,
atoms
%
jri
(
jatom
)
rhoss
(
j
)
=
0.0
rhoss
(
j
)
=
0.0
if
(
present
(
EnergyDen
))
rhoss_aux
(
j
)
=
0.0
vrd
(
j
)
=
vr
(
j
,
jatom
)
vrd
(
j
)
=
vr
(
j
,
jatom
)
ENDDO
ENDDO
!
!
...
@@ -111,6 +112,7 @@ CONTAINS
...
@@ -111,6 +112,7 @@ CONTAINS
IF
(
atoms
%
jri
(
jatom
)
<
ncmsh
)
THEN
IF
(
atoms
%
jri
(
jatom
)
<
ncmsh
)
THEN
DO
i
=
atoms
%
jri
(
jatom
)
+
1
,
ncmsh
DO
i
=
atoms
%
jri
(
jatom
)
+
1
,
ncmsh
rhoss
(
i
)
=
0.
rhoss
(
i
)
=
0.
if
(
present
(
EnergyDen
))
rhoss_aux
(
i
)
=
0.0
IF
(
input
%
l_core_confpot
)
THEN
IF
(
input
%
l_core_confpot
)
THEN
rr
=
d
*
rr
rr
=
d
*
rr
vrd
(
i
)
=
rr
*
(
t2
+
rr
*
t1
)
vrd
(
i
)
=
rr
*
(
t2
+
rr
*
t1
)
...
@@ -155,7 +157,7 @@ CONTAINS
...
@@ -155,7 +157,7 @@ CONTAINS
ENDDO
ENDDO
IF
(
present
(
EnergyDen
))
THEN
IF
(
present
(
EnergyDen
))
THEN
rhoss_aux
=
rhoss
!
rhoss_aux = rhoss
DO
j
=
1
,
ncmsh
DO
j
=
1
,
ncmsh
! for energy density we want to multiply the weights
! for energy density we want to multiply the weights
! with the eigenenergies
! with the eigenenergies
...
...
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