Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openforcefield/typing/engines/smirnoff/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,7 @@ def create_force(self, system, topology, **kwargs):
if bond.fractional_bond_order is None:
[k, length] = [bond_params.k, bond_params.length]
else:
# Interpolate using fractional bond orders
# TODO: Interpolate using fractional bond orders
# TODO: Do we really want to allow per-bond specification of interpolation schemes?
order = bond.fractional_bond_order
if self.fractional_bondorder_interpolation == 'interpolate-linear':
Expand Down