Skip to content
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
4 changes: 2 additions & 2 deletions plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def load_benches(ffs) -> list[pandas.DataFrame]:
ret = list()
for ff in ffs:
df = load_bench(Path(ff))
for d in ffs[1:]:
df = pandas.concat([df, load_bench(Path(d) / ff)])
for other_ff in ffs[1:]:
df = pandas.concat([df, load_bench(Path(other_ff))])
ret.append(df)
return ret

Expand Down
4 changes: 4 additions & 0 deletions submissions/2026-04-28-Rosemary-alpha0-QM-freeze/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Force field file is from [1], filename `proteinbenchmark/data/force-fields/null-0.0.3-4-mer-aaqaa3-1e3-opc3-qm-freeze-NAGL.offxml`

Using code name `Rosemary-alpha0-QM-Freeze`
[1]: https://github.com/openforcefield/proteinbenchmark/pull/27/commits/6d5655ced9061d1912b71db3370fef23d8e785eb#diff-9f7c597e8e055db1eddadd0a21ddcbcf9d5779a362fc7d5c78db51628becd86d
3 changes: 3 additions & 0 deletions submissions/2026-04-28-Rosemary-alpha0-QM-freeze/input.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
forcefield: submissions/2026-04-28-Rosemary-alpha0-QM-freeze/null-0.0.3-4-mer-aaqaa3-1e3-opc3-qm-freeze-NAGL.offxml
datasets:
- datasets/OpenFF-Industry-Benchmark-Season-1-v1.1/cache.json

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading