Skip to content
Snippets Groups Projects
Commit 7b562229 authored by Pardini, Lorenzo (lopa)'s avatar Pardini, Lorenzo (lopa)
Browse files

fixed bug with energy_total

parent d20ec712
Branches
Tags
No related merge requests found
Pipeline #
......@@ -128,7 +128,7 @@ class ElkContext(object):
def onClose_section_scf_iteration(self, backend, gIndex, section):
Etot = section["energy_total_scf_iteration"]
backend.addValue("energy_total", Etot)
backend.addValue("energy_total", Etot[-1])
# description of the input
mainFileDescription = \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment