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
cf6083d4
Commit
cf6083d4
authored
Jun 12, 2018
by
Gregor Michalicek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix for last commit
parent
763d63aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
main/fleur.F90
main/fleur.F90
+9
-6
No files found.
main/fleur.F90
View file @
cf6083d4
...
@@ -406,16 +406,19 @@ CONTAINS
...
@@ -406,16 +406,19 @@ CONTAINS
CALL
priv_geo_end
(
mpi
)
CALL
priv_geo_end
(
mpi
)
l_cont
=
.TRUE.
l_cont
=
.TRUE.
IF
(
hybrid
%
l_calhf
)
THEN
IF
(
hybrid
%
l_hybrid
)
THEN
iterHF
=
iterHF
+
1
IF
(
hybrid
%
l_calhf
)
THEN
l_cont
=
l_cont
.AND.
(
iterHF
<
input
%
itmax
)
iterHF
=
iterHF
+
1
l_cont
=
l_cont
.AND.
(
iterHF
<
input
%
itmax
)
l_cont
=
l_cont
.AND.
(
input
%
mindistance
<=
results
%
last_distance
)
CALL
check_time_for_next_iteration
(
iterHF
,
l_cont
)
ELSE
l_cont
=
l_cont
.AND.
(
iter
<
50
)
! Security stop for non-converging nested PBE calculations
END
IF
!!$ IF (hybrid%l_subvxc) THEN
!!$ IF (hybrid%l_subvxc) THEN
!!$ results%te_hfex%core = 0
!!$ results%te_hfex%core = 0
!!$ results%te_hfex%valence = 0
!!$ results%te_hfex%valence = 0
!!$ END IF
!!$ END IF
l_cont
=
l_cont
.AND.
(
iter
<
50
)
! Security stop for non-converging nested PBE calculations
IF
(
hybrid
%
l_calhf
)
l_cont
=
l_cont
.AND.
(
input
%
mindistance
<=
results
%
last_distance
)
CALL
check_time_for_next_iteration
(
iterHF
,
l_cont
)
ELSE
ELSE
l_cont
=
l_cont
.AND.
(
iter
<
input
%
itmax
)
l_cont
=
l_cont
.AND.
(
iter
<
input
%
itmax
)
l_cont
=
l_cont
.AND.
((
input
%
mindistance
<=
results
%
last_distance
)
.OR.
input
%
l_f
)
l_cont
=
l_cont
.AND.
((
input
%
mindistance
<=
results
%
last_distance
)
.OR.
input
%
l_f
)
...
...
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