Skip to content

Commit 4e907a6

Browse files
committed
DOC: remove htvs references
1 parent 4725cc2 commit 4e907a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nff/md/nvt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)