Skip to content

Commit

Permalink
Add model to toc (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Aug 31, 2023
1 parent 911f4b3 commit dd7e5da
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# OpenFF NAGL Models

This repository contains models trained and applied with
[OpenFF NAGL](https://docs.openforcefield.org/projects/nagl/en/latest/).

:::{toctree}
---
hidden: true
Expand Down
2 changes: 2 additions & 0 deletions docs/models/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Models

Please see the individual model pages for more information.

:::{toctree}
---
Expand All @@ -8,5 +9,6 @@ hidden: true

Overview <self>
openff-gnn-am1bcc-0.0.1-alpha.1/index.md
openff-gnn-am1bcc-0.1.0-rc1/index.md

:::
1 change: 1 addition & 0 deletions docs/models/openff-gnn-am1bcc-0.0.1-alpha.1/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# AM1-BCC GNN v0.0.1-alpha

This model is trained to produce AM1-BCC charges similar to OpenEye's implementation.
It was trained to only to charge RMSE.

## Domain

Expand Down
13 changes: 12 additions & 1 deletion docs/models/openff-gnn-am1bcc-0.1.0-rc1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

This model is trained to produce AM1-BCC charges similar to OpenEye's implementation.

## Training

The model was trained to three targets:

| Target | Weight | Denominator |
|-------------|--------|-------------|
| Charge RMSE | 1 | 0.02 |
| Dipole RMSE | 1 | 0.1 |
| ESP RMSE | 1 | 0.001 |


## Domain

The model is applicable to molecules with:
Expand Down Expand Up @@ -77,7 +88,7 @@ This model was trained, validated, and tested on the following datasets:
| Br | 15581 | 2486 | 1462 |
| I | 2978 | 412 | 239 |

### Total charges
#### Total charges

| Charge | Training | Validation | Test |
|--------|----------|------------|-------|
Expand Down

0 comments on commit dd7e5da

Please sign in to comment.