diff --git a/mala/interfaces/ase_calculator.py b/mala/interfaces/ase_calculator.py index 61a06cda8..484395122 100644 --- a/mala/interfaces/ase_calculator.py +++ b/mala/interfaces/ase_calculator.py @@ -79,10 +79,10 @@ def __init__( @classmethod def load_model(cls, run_name, path="./"): """ - Load a model to use for the calculator. + DEPRECATED: Load a model to use for the calculator. - Only supports zipped models with .json parameters. No legacy - models supported. + MALA.load_model() will be deprecated in MALA v1.4.0. Please use + MALA.load_run() instead. Parameters ----------