Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomDefaultUser committed Feb 28, 2025
1 parent 67caa9b commit adc900d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mala/common/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,11 +470,6 @@ class ParametersDescriptors(ParametersBase):
WILL BE DEPRECATED IN MALA v1.4.0 - polynomial degree for minterpy
descriptor calculation.
ace_cutoff : float
Cutoff radius for ACE descriptor calculation. May be dynamically
increased during descriptor calculation (MALA will notify you, if
this is necessary)
ace_ranks : list
ACE_DOCS_MISSING: I think I know what this does, but I am not sure
how to best communicate to users how to set this.
Expand Down Expand Up @@ -631,7 +626,12 @@ def bispectrum_cutoff(self, value):

@property
def ace_cutoff(self):
"""Cut off radius for bispectrum calculation."""
"""
Cutoff radius for ACE descriptor calculation.
May be dynamically increased during descriptor calculation
(MALA will notify you, if this is necessary)
"""
return self._ace_cutoff

@ace_cutoff.setter
Expand Down

0 comments on commit adc900d

Please sign in to comment.