jaclark5 commited on
Commit
a1afc30
·
verified ·
1 Parent(s): 585b4ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +126 -1
README.md CHANGED
@@ -12,4 +12,129 @@ tags:
12
  - vdw
13
  - valence
14
  - chemistry
15
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  - vdw
13
  - valence
14
  - chemistry
15
+ ---
16
+
17
+
18
+ # Dataset Card for Meta-OMol25 Descent Formatted ANI2X v1.0
19
+
20
+ ## Dataset Details
21
+
22
+ ### Dataset Description
23
+
24
+ Meta-OMol25 provides molecular structures, coordinates, energies, and forces, and we derived mapped SMILES for broad OpenFF parameter fitting workflows. This release is designed for general fitting and evaluation of van der Waals and valence terms.
25
+
26
+ - Curated by: Jennifer A Clark; jaclark5
27
+ - Funded by: Open Force Field Initiative
28
+ - Shared by: Open Force Field Initiative, Open Molecular Software Foundation
29
+ - License: CC-BY-4.0
30
+ - Dataset version: v1.0
31
+
32
+ ### Dataset Sources
33
+
34
+ - Repository: https://huggingface.co/facebook/OMol25
35
+ - Hugging Face dataset repository: {{HF_REPO_URL}}
36
+
37
+ ## Uses
38
+
39
+ ### Direct Use
40
+
41
+ - Fit or benchmark van der Waals parameters.
42
+ - Fit or benchmark valence terms (bonds, angles, torsions).
43
+ - Provide aligned molecular metadata and per-structure coordinates / energies / forces for OpenFF workflows.
44
+
45
+ ## Dataset Structure
46
+
47
+ ### Overall Statistics
48
+
49
+ - Meta-OMol25 rows: 9641964
50
+ - Metadata rows: 9323426
51
+ - Smee rows: 9323426
52
+ - Failed rows: 318538
53
+ - Failed unique indices: 318538
54
+ - Accounted total (metadata + failed - overlap): 9641964
55
+ - All Meta-OMol25 structures accounted for: True
56
+ - Uncovered Meta-OMol25 rows: 0
57
+
58
+ ### Metadata Split and Chemistry Summary
59
+
60
+ - Sample size used for summary: 9323426
61
+ - Sample split counts: {
62
+ "val": 2861,
63
+ "train": 9320565
64
+ }
65
+ - Sample charge range: [0, 0]
66
+ - Sample molecular weight (g/mol, min / max / mean): 16.043000 / 408.458000 / 122.197604
67
+ - Molecular weight sample count: 9323426
68
+
69
+ ### Metadata Schema
70
+
71
+ - OMol25_data_id: Value('string')
72
+ - OMol25_id: Value('int64')
73
+ - OMol25_split: Value('string')
74
+ - OpenFF_id: Value('int64')
75
+ - formula: Value('string')
76
+ - charge: Value('int64')
77
+ - OpenFF_Elements: Value('bool')
78
+ - OpenFF_abs(q)<=1: Value('bool')
79
+ - OpenFF_spin=1: Value('bool')
80
+ - smiles: Value('string')
81
+ - source: Value('string')
82
+ - lowdin_charges: List(Value('float64'))
83
+
84
+ ### Smee Schema
85
+
86
+ - smiles: Value('string')
87
+ - coords: List(Value('float32'))
88
+ - energy: List(Value('float32'))
89
+ - forces: List(Value('float32'))
90
+
91
+ Sample energy stats (kcal/mol):
92
+ - Min: -2065007.125000
93
+ - Max: -25377.093750
94
+ - Mean: -367128.856687
95
+
96
+ ### Cross-Table Consistency
97
+
98
+ - Metadata and smee row count match: True
99
+ - Sample metadata/smee SMILES mismatches: 0
100
+
101
+ ## Dataset Creation
102
+
103
+ ### Curation Rationale
104
+
105
+ - This dataset is intended for broad force-field parameterization workloads and diagnostics.
106
+ - This release emphasizes direct support for van der Waals and valence fitting tasks.
107
+
108
+ ### Data Collection and Processing
109
+
110
+ - Upstream rows are converted into metadata and smee datasets.
111
+ - Rows that fail conversion are logged in failed_rows JSONL and used for reconciliation.
112
+ - Coverage checks validate whether all Meta-OMol25 rows are represented by either successful records or failed-row entries.
113
+
114
+ ### Quality and Validation
115
+
116
+ - smee importable: True
117
+ - descent importable: True
118
+ - descent create_dataset on sample succeeded: True
119
+ - Validation sample size: 256
120
+ - Validation error (if any):
121
+
122
+ Top failure modes:
123
+ - InconsistentStereochemistryError('Programming error: OpenEye atom stereochemistry assumptions failed. The atom in the oemol has stereochemistry None and the atom in the offmol has stereochemistry R.'): 47184
124
+ - InconsistentStereochemistryError('Programming error: OpenEye atom stereochemistry assumptions failed. The atom in the oemol has stereochemistry None and the atom in the offmol has stereochemistry S.'): 43965
125
+ - ValueError('Inconsistent charge with target!'): 5567
126
+ - RadicalsNotSupportedError('The OpenFF Toolkit does not currently support parsing molecules with S- and P-block radicals. Found 2 radical electrons on molecule [H][O+].[O-].[O]Cl.'): 278
127
+ - RadicalsNotSupportedError('The OpenFF Toolkit does not currently support parsing molecules with S- and P-block radicals. Found 1 radical electrons on molecule [H].[H].[H]C([H])([H])C([N-])=[O+].'): 256
128
+ - RadicalsNotSupportedError('The OpenFF Toolkit does not currently support parsing molecules with S- and P-block radicals. Found 2 radical electrons on molecule [H][C][C@@]12N3[C@@]([H])(C1([H])[H])[C@@]3([H])C([H])([H])C2([H])[H].'): 231
129
+ - RadicalsNotSupportedError('The OpenFF Toolkit does not currently support parsing molecules with S- and P-block radicals. Found 2 radical electrons on molecule [H+].[H+].[H+].[H]N([H])C([H])([H])[C][C][C-3].'): 228
130
+ - InconsistentStereochemistryError('Programming error: OpenEye bond stereochemistry assumptions failed. The bond in the oemol has stereochemistry None and the bond in the offmol has stereochemistry Z.'): 219
131
+ - InconsistentStereochemistryError('Programming error: OpenEye bond stereochemistry assumptions failed. The bond in the oemol has stereochemistry None and the bond in the offmol has stereochemistry E.'): 209
132
+ - RadicalsNotSupportedError('The OpenFF Toolkit does not currently support parsing molecules with S- and P-block radicals. Found 1 radical electrons on molecule [H].[H].[H]C([H])=C([H])C([N-])=[O+].'): 173
133
+
134
+ ## Dataset Card Authors
135
+
136
+ - Jennifer A Clark (Open Force Field Initiative); jaclark5
137
+
138
+ ## Dataset Card Contact
139
+
140
+ - Primary contact: info@openforcefield.org