We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f5076 commit 0dc2294Copy full SHA for 0dc2294
README.md
@@ -91,7 +91,7 @@ cs_committee_iso = calculator.get_cs_iso_ensemble(frame)
91
cs_committee_tensor = calculator.get_cs_tensor_ensemble(frame)
92
93
# Compute uncertainty estimates for the isotropic chemical shieldings
94
-cs_iso_uncertainty = np.std(cs_committee_iso, axis=1)
+cs_iso_uncertainty = np.std(cs_committee_iso, axis=1, ddof=1)
95
96
# Compute the chemical shielding anisotropy (from mean tensor prediction)
97
0 commit comments