Skip to content

Commit

Permalink
better default for LASPH
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jul 1, 2021
1 parent d8ccb69 commit ab82d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/vasp/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def structure_entry(self) -> ComputedStructureEntry:
},
"data": {
"oxide_type": oxide_type(self.output.structure),
"aspherical": self.input.parameters.get("LASPH", True),
"aspherical": self.input.parameters.get("LASPH", False),
"last_updated": self.last_updated,
},
"structure": self.output.structure,
Expand Down

0 comments on commit ab82d75

Please sign in to comment.