File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def run_with_ase_check(
3030 """Run the ASE dynamics with a check for the ASE version. ASE v3.23 has updated
3131 the `run` method in the `Dynamics` class, so we need to check for the version
3232 and run the appropriate method. This function will be deprecated in the future,
33- as ASE v3.23 will be the minimum version required for htvs , and contains a warning
33+ as ASE v3.23 will be the minimum version required for nff , and contains a warning
3434 to that effect.
3535 Args:
3636 integrator (MolecularDynamics): ASE integrator object or thermostat like NoseHoover
@@ -44,7 +44,7 @@ def run_with_ase_check(
4444 warnings .warn (
4545 f"ASE version { ase_ver } uses outdated `run` method in"
4646 " its `Dynamics` class. Please update to a newer version of ASE as this"
47- " method will be deprecated in htvs in the future." ,
47+ " method will be deprecated in nff in the future." ,
4848 DeprecationWarning ,
4949 stacklevel = 2 ,
5050 )
You can’t perform that action at this time.
0 commit comments