Skip to content

Commit f25ac95

Browse files
authored
Don't mention unimplemented features in the documentation (#381)
1 parent db2e244 commit f25ac95

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

bindings/rascal/representations/spherical_covariants.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ class SphericalCovariants(BaseIO):
3232
3333
gaussian_sigma_type : str
3434
How the Gaussian atom sigmas (smearing widths) are allowed to
35-
vary -- fixed ('Constant'), by species ('PerSpecies'), or by
36-
distance from the central atom ('Radial').
35+
vary. Only fixed smearing width ('Constant') are implemented.
3736
3837
gaussian_sigma_constant : float
3938
Specifies the atomic Gaussian widths, in the case where they're

bindings/rascal/representations/spherical_expansion.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ class SphericalExpansion(BaseIO):
3232
3333
gaussian_sigma_type : str
3434
How the Gaussian atom sigmas (smearing widths) are allowed to
35-
vary -- fixed ('Constant'), by species ('PerSpecies'), or by
36-
distance from the central atom ('Radial').
35+
vary. Only fixed smearing width ('Constant') are implemented.
3736
3837
gaussian_sigma_constant : float
3938
Specifies the atomic Gaussian widths, in the case where they're

bindings/rascal/representations/spherical_invariants.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ class SphericalInvariants(BaseIO):
4848
4949
gaussian_sigma_type : str
5050
How the Gaussian atom sigmas (smearing widths) are allowed to
51-
vary -- fixed ('Constant'), by species ('PerSpecies'), or by
52-
distance from the central atom ('Radial').
51+
vary. Only fixed smearing width ('Constant') are implemented.
5352
5453
gaussian_sigma_constant : float
5554
Specifies the atomic Gaussian widths, in the case where they're

0 commit comments

Comments
 (0)