Skip to content

Commit a8835c8

Browse files
committed
small fixes and release prep
1 parent 444207d commit a8835c8

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

.zenodo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"creators": [
3+
{
4+
"orcid": "0000-0002-7210-1164",
5+
"affiliation": "Open Force Field Consortium, Open Molecular Software Foundation, Davis, CA, USA",
6+
"name": "McIsaac, Alexandra"
7+
},
38
{
49
"orcid": "0000-0001-6583-2148",
510
"affiliation": "Pharmaceutical Sciences, University of California Irvine, Irvine, CA, USA",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Details for each force field in this repository can be found in the following ta
2828

2929
| Filename | DOI | FF line | Release Date | Major format changes? |
3030
|---------------------------------------------|-----------------------------------------------------------------------------------------------------------|---------|---------------|-----------------------|
31-
| `openff-2.1.1.offxml` | | Sage | Dec 16, 2023 | No
31+
| `openff-2.1.1.offxml` | | Sage | Jan 22, 2024 | No
3232
| `tip5p-1.0.0.offxml` | see `docs/water-models.md` | Ports | | No |
3333
| `spce-1.0.0.offxml` | see `docs/water-models.md` | Ports | | No |
3434
| `tip4p_ew-1.0.0.offxml` | see `docs/water-models.md` | Ports | | No |
@@ -162,7 +162,7 @@ Force fields moving forward will be called `name-X.Y.Z`
162162

163163
- `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`.
164164

165-
- `2023.12.16`: This release adds `openff-2.1.1.offxml` and `openff_unconstrained-2.1.1.offxml`, Sage 2.1.1, which has identical parameters to Sage 2.1.0 (originally released in version `2023.05.1` of the `openff-forcefields` package) but adds Xe van der Waals parameters from [Tang, K.T., Toennies, J.P. New combining rules for well parameters and shapes of the van der Waals potential of mixed rare gas systems. Z Phys D - Atoms, Molecules and Clusters 1, 91–101 (1986).](https://doi.org/10.1007/BF01384663)
165+
- `2024.01.0`: This release adds `openff-2.1.1.offxml` and `openff_unconstrained-2.1.1.offxml`, Sage 2.1.1, which has identical parameters to Sage 2.1.0 (originally released in version `2023.05.1` of the `openff-forcefields` package) but adds Xe van der Waals parameters from [Tang, K.T., Toennies, J.P. New combining rules for well parameters and shapes of the van der Waals potential of mixed rare gas systems. Z Phys D - Atoms, Molecules and Clusters 1, 91–101 (1986).](https://doi.org/10.1007/BF01384663)
166166

167167
#### Acknowledgements
168168

openforcefields/offxml/openff-2.1.1.offxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<SMIRNOFF version="0.3" aromaticity_model="OEAroModel_MDL">
33
<Author>The Open Force Field Initiative</Author>
4-
<Date>2023-05-02</Date>
4+
<Date>2024-01-19</Date>
55
<Constraints version="0.3">
66
<Constraint smirks="[#1:1]-[*:2]" id="c1"></Constraint>
77
<Constraint smirks="[#1:1]-[#8X2H2+0:2]-[#1]" id="c-tip3p-H-O" distance="0.9572 * angstrom ** 1"></Constraint>
@@ -391,4 +391,4 @@
391391
<LibraryCharge smirks="[#54:1]" charge1="0.0 * elementary_charge ** 1" id="Xe"></LibraryCharge>
392392
</LibraryCharges>
393393
<ToolkitAM1BCC version="0.3"></ToolkitAM1BCC>
394-
</SMIRNOFF>
394+
</SMIRNOFF>

openforcefields/offxml/openff_unconstrained-2.1.1.offxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<SMIRNOFF version="0.3" aromaticity_model="OEAroModel_MDL">
33
<Author>The Open Force Field Initiative</Author>
4-
<Date>2023-05-02</Date>
4+
<Date>2024-01-19</Date>
55
<Constraints version="0.3">
66
<Constraint smirks="[#1:1]-[#8X2H2+0:2]-[#1]" id="c-tip3p-H-O" distance="0.9572 * angstrom ** 1"></Constraint>
77
<Constraint smirks="[#1:1]-[#8X2H2+0]-[#1:2]" id="c-tip3p-H-O-H" distance="1.5139006545247014 * angstrom ** 1"></Constraint>
@@ -390,4 +390,4 @@
390390
<LibraryCharge smirks="[#54:1]" charge1="0.0 * elementary_charge ** 1" id="Xe"></LibraryCharge>
391391
</LibraryCharges>
392392
<ToolkitAM1BCC version="0.3"></ToolkitAM1BCC>
393-
</SMIRNOFF>
393+
</SMIRNOFF>

scripts/add_xe_vdw.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525

2626
sage_21.get_parameter_handler("vdW").parameters.append(xe_vdw_param)
2727
sage_21.get_parameter_handler("LibraryCharges").parameters.append(xe_charge_param)
28+
sage_21.date = "2024-01-19"
2829
sage_21.to_file("../openforcefields/offxml/openff-2.1.1.offxml")
2930
sage_21_uc.get_parameter_handler("vdW").parameters.append(xe_vdw_param)
3031
sage_21_uc.get_parameter_handler("LibraryCharges").parameters.append(xe_charge_param)
32+
sage_21_uc.date = "2024-01-19"
3133
sage_21_uc.to_file("../openforcefields/offxml/openff_unconstrained-2.1.1.offxml")
3234

3335
# Make sure new FF loads with most recent toolkit version

0 commit comments

Comments
 (0)