Skip to content

Commit

Permalink
DOC: Update release history, docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Oct 3, 2024
1 parent 68a390f commit 884b221
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/releasehistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Please note that all releases prior to a version 1.0.0 are considered pre-releas
* Previously-deprecated examples are removed.
* `ProperTorsionKey` no longer accepts an empty tuple as atom indices.
* Fixes a regression in which some `ElectrostaticsCollection.charges` properties did not return cached values.
* The `charge_from_molecules` argument must include only molecules that contain partial charges and are non-isomorphic with each other.

## 0.3.30 - 2024-08

Expand Down
4 changes: 3 additions & 1 deletion openff/interchange/components/interchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ def from_smirnoff(
positions are taken from the molecules in topology, if present on all molecules.
charge_from_molecules : `List[openff.toolkit.molecule.Molecule]`, optional
If specified, partial charges will be taken from the given molecules
instead of being determined by the force field.
instead of being determined by the force field. All molecules in this list
must have partial charges assigned and must not be isomorphic with any other
molecules in the list.
partial_bond_orders_from_molecules : List[openff.toolkit.molecule.Molecule], optional
If specified, partial bond orders will be taken from the given molecules
instead of being determined by the force field.
Expand Down

0 comments on commit 884b221

Please sign in to comment.