Skip to content

Commit a681229

Browse files
committed
"Open Force Field Toolkit" -> "OpenFF Toolkit"
1 parent 9627dd5 commit a681229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openff/toolkit/typing/engines/smirnoff/parameters.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ def add_cosmetic_attribute(self, attr_name, attr_value):
11851185
Add a cosmetic attribute to this object.
11861186
11871187
This attribute will not have a functional effect on the object
1188-
in the Open Force Field Toolkit, but can be written out during
1188+
in the OpenFF Toolkit, but can be written out during
11891189
output.
11901190
11911191
.. warning :: The API for modifying cosmetic attributes is experimental
@@ -3797,7 +3797,7 @@ def scale15(self, attrs, new_scale15):
37973797
def switch_width(self, attr, new_switch_width):
37983798
if new_switch_width not in [0.0 * unit.angstrom, None, "None", "none"]:
37993799
raise SMIRNOFFSpecUnimplementedError(
3800-
"The current implementation of the Open Force Field Toolkit does not support an electrostatic "
3800+
"The current implementation of the OpenFF Toolkit does not support an electrostatic "
38013801
f"switch width (passed a value of {new_switch_width}). Currently only `0.0 angstroms` is supported "
38023802
"and no switching function will be applied to the resulting `NonbondedForce`. If this behavior is "
38033803
"important to you, please raise an issue at https://github.com/openforcefield/openff-toolkit/issues."

0 commit comments

Comments
 (0)