Skip to content

Commit

Permalink
docs: remove Notes section from Grid.calculate
Browse files Browse the repository at this point in the history
  • Loading branch information
adosar committed Jan 20, 2025
1 parent 2832a6d commit 254bc16
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/moxel/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,6 @@ def calculate(self, cubic_box=False, length=30, potential='lj', n_jobs=None):
voxels : array of shape (grid_size,)*3
The energy voxels as :math:`e^{-\beta \mathcal{V}}`, to ensure
numerical stability.
Notes
-----
For structures that can not be processsed, their voxels are filled with
zeros.
"""
self.cubic_box = cubic_box

Expand Down

0 comments on commit 254bc16

Please sign in to comment.