Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
YHordijk committed Nov 11, 2024
1 parent 317c161 commit 092a87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tcutility/results/adf.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def get_properties(info: Result) -> Result:
ret.dipole_vector = reader_adf.read("Properties", "Dipole")
ret.dipole_moment = np.linalg.norm(ret.dipole_vector)
ret.quadrupole_moment = reader_adf.read("Properties", "Quadrupole")
ret.dens_at_atom = ensure_list(reader_adf.read("Properties", "Electron Density at nuclear_internal"))
ret.dens_at_atom = ensure_list(reader_adf.read("Properties", "Electron Density at Nuclei"))


return ret
Expand Down

0 comments on commit 092a87f

Please sign in to comment.