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 3d9d4ce commit 365f040Copy full SHA for 365f040
atomate/vasp/firetasks/parse_outputs.py
@@ -828,7 +828,7 @@ def run_task(self, fw_spec):
828
829
polarization = Polarization(p_elecs, p_ions, structures)
830
831
- p_change = polarization.get_polarization_change().A1.tolist()
+ p_change = np.ravel(polarization.get_polarization_change()).tolist()
832
p_norm = polarization.get_polarization_change_norm()
833
polarization_max_spline_jumps = polarization.max_spline_jumps()
834
same_branch = polarization.get_same_branch_polarization_data(convert_to_muC_per_cm2=True)
0 commit comments