Skip to content

Releases: openforcefield/smirnoff-plugins

2024.07.0

08 Jul 21:53
559503a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.01.0...2024.07.0

2024.01.0

24 Jan 19:41
a9d461d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.10.0...2024.01.0

2023.10.0

23 Oct 17:56
69cc47f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.08.0...2023.10.0

2023.08.0

09 Aug 16:50
3df2d30
Compare
Choose a tag to compare

What's Changed

Note the change to CalVer (calendar versioning) moving forward.

Full Changelog: 0.0.4...2023.08.0

0.0.4

29 Apr 02:32
a2829c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.3...0.0.4

0.0.3

24 Feb 15:13
051ab7c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.2...0.0.3

0.0.2

05 Oct 13:49
6118a88
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Minor bug fixes

  • PR #16 introduces a default values function for the custom nonbonded force allowing users to define sensible defaults. This allows virtual sites to be used with the DoubleExponential potential.
  • PR #17 properly implements scaled 1-4 interactions for custom nonbonded forces. A scaled version of the custom potential is automatically generated and applied to the system as a custom bond force between all 1-4 atom pairs.

0.0.1

25 Aug 15:23
8f44233
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

The initial release of this package that exposes an initial implementation of:

  • DampedBuckingham68 - a damped version of the 6-8 buckingham potential proposed by Tang and Toennies.
  • DoubleExponential - a double exponential van der Waals potential proposed by Man et al

via the plug-in interface exposed by the openff-toolkit package.