Skip to content

Commit

Permalink
Note that f000 term is present, the resolution of that term as d_spac…
Browse files Browse the repository at this point in the history
…ings() will be -1 and not infinity
  • Loading branch information
terwill committed Feb 20, 2025
1 parent 7b221d6 commit 46fb0cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cctbx/miller/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,8 @@ def d_spacings(self):
"""
Generate a double Miller array containing the resolution d of each
index.
Note: if f000 term is present, the resolution of that term will be -1
and not infinity.
"""
return array(
self, self.unit_cell().d(self.indices()))
Expand Down

0 comments on commit 46fb0cf

Please sign in to comment.