Skip to content
Snippets Groups Projects
Commit 9fd687a0 authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

actually output the parsed cell...

parent ba2d43ab
Branches
No related tags found
No related merge requests found
...@@ -200,6 +200,7 @@ class VasprunContext(object): ...@@ -200,6 +200,7 @@ class VasprunContext(object):
if name == "basis": if name == "basis":
conv = convert_unit_function("angstrom","m") conv = convert_unit_function("angstrom","m")
cell = getVector(cellEl, lambda x: conv(float(x))) cell = getVector(cellEl, lambda x: conv(float(x)))
backend.addArrayValues("simulation_cell", np.asarray(cell))
elif name =="rec_basis": elif name =="rec_basis":
pass pass
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment