We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af70d0b commit 29048abCopy full SHA for 29048ab
atomate/vasp/firetasks/parse_outputs.py
@@ -1464,7 +1464,7 @@ def run_task(self, fw_spec):
1464
d["calcs_reversed"][0]["composition_reduced"].values()
1465
) / sum(d["calcs_reversed"][0]["composition_unit_cell"].values())
1466
total_magnetization_per_formula_unit = (
1467
- total_magnetization / num_formula_units
+ total_magnetization * num_formula_units
1468
)
1469
total_magnetization_per_unit_volume = (
1470
total_magnetization / final_structure.volume
0 commit comments