You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix typo in Cp2kOutput.parse_hirshfeldadd_site_property("hirshf[i->'']eld") (materialsproject#4055)
* fix typo in Cp2kOutput.parse_hirshfeld add_site_property("hirshf[i->'']eld")
* fix Polarization doc str format
* fix pwmat type hints: np.array->np.ndarray
* rename single-letter index vars
* fix doc str return type np.(''->nd)array
* define successive immutable same-value vars on one line
found with regex \w+ = (\w+)\n\s+\w+ = \1
more left
0 commit comments