You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains force fields released by the [Open Force Field Initiative](https://openforcefield.org).
@@ -151,15 +151,15 @@ Force fields moving forward will be called `name-X.Y.Z`
151
151
152
152
-`v2.0.0 Sage`: This major release contains the same physical parameters as `v2.0.0-rc.2 Sage`, but has the parameter ids changed. For more information see the [openff-sage repository](https://github.com/openforcefield/openff-sage).
153
153
154
-
-`2023.02.1`: This release switches to a calendar-versioning system and adds `tip3p-1.0.0.offxml` and `tip3p-fb-1.0.0.offxml`, as well as `tip3p.offxml` and `tip3p-fb.offxml`, which will always point to the latest files in their respective lines.
154
+
-`2023.02.1`: This release switches to a calendar-versioning system and adds `tip3p-1.0.0.offxml` and `tip3p-fb-1.0.0.offxml`, as well as `tip3p.offxml` and `tip3p-fb.offxml`, which will always point to the latest files in their respective lines.
155
155
156
156
-`2023.04.1`: This release adds `openff-2.1.0-rc.1.offxml` Sage 2.1.0 Release Candidate 1, with several small parameter fixes and improvements.
157
157
158
158
-`2023.05.0`: This release adds the `opc-1.0.0.offxml`, our initial port of the OPC water model.
159
159
160
160
-`2023.05.1`: This release adds `openff-2.1.0.offxml`, Sage 2.1.0, with identical physics parameters to `openff-2.1.0-rc.1.offxml`.
161
161
162
-
-`2023.06.0`: This release adds `opc-1.0.1.offxml`, standardizing the use of the string "kilocalorie_per_mole". It also adds `tip3p-fb-1.1.0.offxml`, which fixes a unit error in the geometric constraints and adds additional ion parameters. Finally, it adds `opc3-1.0.0.offxml` and `tip4p_fb-1.0.0.offxml`.
162
+
-`2023.06.0`: This release adds `opc-1.0.1.offxml`, standardizing the use of the string "kilocalorie_per_mole". It also adds `tip3p-fb-1.1.0.offxml`, which fixes a unit error in the geometric constraints and adds additional ion parameters. Finally, it adds `opc3-1.0.0.offxml` and `tip4p_fb-1.0.0.offxml`.
Copy file name to clipboardExpand all lines: devtools/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Development, testing, and deployment tools
2
2
3
-
This directory contains a collection of tools for running Continuous Integration (CI) tests,
3
+
This directory contains a collection of tools for running Continuous Integration (CI) tests,
4
4
conda installation, and other development tools not directly related to the coding process.
5
5
6
6
@@ -17,7 +17,7 @@ This directory contains the files to setup the Conda environment for testing pur
17
17
18
18
*`conda-envs`: directory containing the YAML file(s) which fully describe Conda Environments, their dependencies, and those dependency provenance's
19
19
*`test_env.yaml`: Simple test environment file with base dependencies. Channels are not specified here and therefore respect global Conda configuration
20
-
20
+
21
21
### Additional Scripts:
22
22
23
23
This directory contains OS agnostic helper scripts which don't fall in any of the previous categories
@@ -40,17 +40,17 @@ This directory contains OS agnostic helper scripts which don't fall in any of th
40
40
-[ ] Make sure there is an/are issue(s) opened for your specific update
41
41
-[ ] Create the PR, referencing the issue
42
42
-[ ] Debug the PR as needed until tests pass
43
-
-[ ] Tag the final, debugged version
43
+
-[ ] Tag the final, debugged version
44
44
*`git tag -a X.Y.Z [latest pushed commit] && git push --follow-tags`
45
45
-[ ] Get the PR merged in
46
46
47
47
## Versioneer Auto-version
48
-
[Versioneer](https://github.com/warner/python-versioneer) will automatically infer what version
49
-
is installed by looking at the `git` tags and how many commits ahead this version is. The format follows
48
+
[Versioneer](https://github.com/warner/python-versioneer) will automatically infer what version
49
+
is installed by looking at the `git` tags and how many commits ahead this version is. The format follows
50
50
[PEP 440](https://www.python.org/dev/peps/pep-0440/) and has the regular expression of:
51
51
```regexp
52
52
\d+.\d+.\d+(?\+\d+-[a-z0-9]+)
53
53
```
54
-
If the version of this commit is the same as a `git` tag, the installed version is the same as the tag,
55
-
e.g. `openforcefield-forcefields-0.1.2`, otherwise it will be appended with `+X` where `X` is the number of commits
54
+
If the version of this commit is the same as a `git` tag, the installed version is the same as the tag,
55
+
e.g. `openforcefield-forcefields-0.1.2`, otherwise it will be appended with `+X` where `X` is the number of commits
56
56
ahead from the last tag, and then `-YYYYYY` where the `Y`'s are replaced with the `git` commit hash.
Copy file name to clipboardExpand all lines: docs/water-models.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The OPC, OPC3, TIP3P-FB, and TIP4P-FB files includes the 12-6 hydration free ene
18
18
These files are not original force fields made by Open Force Field.
19
19
Instead they are ports of existing force fields into the [SMIRNOFF](https://openforcefield.github.io/standards/standards/smirnoff/) force field format.
20
20
21
-
**Note**: Current mainline SMIRNOFF force fields already contain a water model and ion parameters. If you intend to use a mainline OpenFF force field for most molecules in a topology while using an alternate force field specifically for water and ions, ensure that the water-and-ions force field is loaded _last_, so that its parameters take precedence over those from the main-line force field.
21
+
**Note**: Current mainline SMIRNOFF force fields already contain a water model and ion parameters. If you intend to use a mainline OpenFF force field for most molecules in a topology while using an alternate force field specifically for water and ions, ensure that the water-and-ions force field is loaded _last_, so that its parameters take precedence over those from the main-line force field.
22
22
23
23
## Versioning
24
24
@@ -30,7 +30,7 @@ To eliminate this possibility, use a versioned file name, i.e. `ForceField("tip3
30
30
31
31
The first version of each file is given version number 1.0.0 and is associated with a best-effort attempt at reproducing the parameters from the original source.
32
32
These parameters may not precisely match what is packaged elsewhere, such as those bundled alongside of MD engines. Such files often do not agree with each other to the last significant digit.
33
-
The SMIRNOFF format also requires definitions of some terms that affect the total energy of a system, but are either not relevant or not clearly defined for these water models, such as 1-4 scaling factors and nonbonded cutoffs. We make an effort here to choose values for these settings to ensure compatibility with the most recent mainline OpenFF force field, but when using other force fields users may need to update these values manually to ensure compatibility.
33
+
The SMIRNOFF format also requires definitions of some terms that affect the total energy of a system, but are either not relevant or not clearly defined for these water models, such as 1-4 scaling factors and nonbonded cutoffs. We make an effort here to choose values for these settings to ensure compatibility with the most recent mainline OpenFF force field, but when using other force fields users may need to update these values manually to ensure compatibility.
34
34
35
35
36
36
If errors in these files are discovered, changes may be made and released in new versions of these files, i.e. `tip3p_1.0.1.offxml`.
0 commit comments