Skip to content

Benchmark fb-fit-v1-multi-mean_unconstrained #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
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 .github/workflows/opt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' && inputs.pr_number != ''
uses: thollander/actions-comment-pull-request@v3
with:
pr_number: ${{ inputs.pr_number }}
pr-number: ${{ inputs.pr_number }}
Copy link
Member

@mattwthompson mattwthompson Apr 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just so I don't forget: this is also fixed upstream, might just have been an issue with the git histories

https://github.com/openforcefield/yammbs-dataset-submission/blob/main/.github/workflows/opt.yaml#L188

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there's an earlier occurrence:

pr_number: ${{ inputs.pr_number }}

message: >
A workflow has been dispatched to run the benchmarks for this PR.

Expand Down
41 changes: 41 additions & 0 deletions devtools/nagl-valence.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: nagl-valence
channels:
- conda-forge
- openeye
dependencies:
- python
- pip

- openeye-toolkits

- packaging
- numpy
- smirnoff99frosst
- openff-forcefields
- openff-amber-ff-ports >=0.0.4
- openff-units
- openff-utilities
- networkx >=2.5
- xmltodict
- bson
- importlib-metadata >=4.10
- python-constraint
- cachetools
- cached-property
- typing_extensions
- qcportal >=0.50.0

- openff-interchange ==0.3.29
- rdkit !=2024.03.6
- mdtraj
- openmm >=7.6

- openff-forcefields
- openff-nagl-base
- openff-nagl-models
- openff-qcsubmit
- click
- tqdm

- pip:
- git+git://github.com/openforcefield/openff-toolkit.git@add-nagl-global-v0165
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This force field is a test fit of a NAGL FF force field (sage 2.3.0)with multiple conformer optimizations, selected diversely for each modified valence term.
Loading
Loading