From 77e7a71ded8eebaa82c130cb20452f186e559eff Mon Sep 17 00:00:00 2001 From: Karl Hammond Date: Wed, 24 Jan 2024 12:03:07 -0600 Subject: [PATCH] Fixed typo in NEB documentation (energy units --> dimensionless) --- doc/src/neb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/neb.rst b/doc/src/neb.rst index d15aa8cd91..b626796b6b 100644 --- a/doc/src/neb.rst +++ b/doc/src/neb.rst @@ -10,7 +10,7 @@ Syntax neb etol ftol N1 N2 Nevery file-style arg keyword values -* etol = stopping tolerance for energy (energy units) +* etol = stopping tolerance for energy (dimensionless) * ftol = stopping tolerance for force (force units) * N1 = max # of iterations (timesteps) to run initial NEB * N2 = max # of iterations (timesteps) to run barrier-climbing NEB