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

fixed a bug in simulation_reciprocal_cell

parent b0e0fe9b
Branches
Tags 1.1.0
No related merge requests found
...@@ -27,7 +27,7 @@ class ExcitingParserContext(object): ...@@ -27,7 +27,7 @@ class ExcitingParserContext(object):
recCell = [[recLatticeX[0],recLatticeY[0],recLatticeZ[0]], recCell = [[recLatticeX[0],recLatticeY[0],recLatticeZ[0]],
[recLatticeX[1],recLatticeY[1],recLatticeZ[1]], [recLatticeX[1],recLatticeY[1],recLatticeZ[1]],
[recLatticeX[2],recLatticeY[2],recLatticeZ[2]]] [recLatticeX[2],recLatticeY[2],recLatticeZ[2]]]
backend.addValue("simulation_reciprocal_cell", recCell) backend.addValue("x_exciting_simulation_reciprocal_cell", recCell)
def onClose_x_exciting_section_xc(self, backend, gIndex, section): def onClose_x_exciting_section_xc(self, backend, gIndex, section):
xcNr = section["x_exciting_xc_functional"][0] xcNr = section["x_exciting_xc_functional"][0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment