cutoff_factor is now a public parameter.
epsi-builds/msspec_python3/pipeline/head This commit looks good
Details
epsi-builds/msspec_python3/pipeline/head This commit looks good
Details
This commit is contained in:
parent
195d5fd72f
commit
640746a81f
|
@ -1537,7 +1537,7 @@ class CalculationParameters(BaseParameters):
|
||||||
Parameter('basis_functions', types=str, allowed_values=(
|
Parameter('basis_functions', types=str, allowed_values=(
|
||||||
'plane_wave', 'spherical'), default='spherical', private=True),
|
'plane_wave', 'spherical'), default='spherical', private=True),
|
||||||
Parameter('cutoff_factor', types=(int, float),
|
Parameter('cutoff_factor', types=(int, float),
|
||||||
limits=(1e-4, 999.9999), default=0.01, private=True),
|
limits=(1e-4, 999.9999), default=0.01, private=False),
|
||||||
Parameter('mean_free_path', types=(int, float, str),
|
Parameter('mean_free_path', types=(int, float, str),
|
||||||
default='SeahDench', allowed_values=('mono', 'SeahDench'),
|
default='SeahDench', allowed_values=('mono', 'SeahDench'),
|
||||||
doc="""
|
doc="""
|
||||||
|
|
Loading…
Reference in New Issue