Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
0ad39a51
Commit
0ad39a51
authored
Sep 06, 2019
by
Lukas Platz
Browse files
improve AbsDeltaEnergyController logger output
parent
61ebdaf3
Pipeline
#60263
failed with stages
in 6 minutes and 8 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
nifty5/minimization/iteration_controllers.py
View file @
0ad39a51
...
...
@@ -345,7 +345,7 @@ class AbsDeltaEnergyController(IterationController):
# report
if
self
.
_name
is
not
None
:
logger
.
info
(
"{}: Iteration #{} energy={:.6E} diff={:.6E} crit={:.
6
E} clvl={}"
"{}: Iteration #{} energy={:.6E} diff={:.6E} crit={:.
1
E} clvl={}"
.
format
(
self
.
_name
,
self
.
_itcount
,
Eval
,
diff
,
self
.
_deltaE
,
self
.
_ccount
))
...
...
Write
Preview
Supports
Markdown
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