File size: 6,433 Bytes
585b4ca
 
 
e5ab308
585b4ca
e5ab308
585b4ca
 
e5ab308
 
 
 
 
 
 
970f38d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e5ab308
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
970f38d
 
 
 
e5ab308
 
 
 
a1afc30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
---
license: cc-by-4.0
language:
- en
size_categories:
- 1M<n<10M
pretty_name: Meta-OMol25 Descent Formatted ANI2X v1.0
tags:
- openff
- molecular-mechanics
- force-field
- vdw
- valence
- chemistry
dataset_info:
- config_name: descent_data
  features:
  - name: smiles
    dtype: string
  - name: coords
    list: float32
  - name: energy
    list: float32
  - name: forces
    list: float32
  splits:
  - name: train
    num_bytes: 4494736359
    num_examples: 9323426
  download_size: 5223426623
  dataset_size: 4494736359
- config_name: metadata
  features:
  - name: OMol25_data_id
    dtype: string
  - name: OMol25_id
    dtype: int64
  - name: OMol25_split
    dtype: string
  - name: OpenFF_id
    dtype: int64
  - name: formula
    dtype: string
  - name: charge
    dtype: int64
  - name: OpenFF_Elements
    dtype: bool
  - name: OpenFF_abs(q)<=1
    dtype: bool
  - name: OpenFF_spin=1
    dtype: bool
  - name: smiles
    dtype: string
  - name: source
    dtype: string
  - name: lowdin_charges
    list: float64
  splits:
  - name: train
    num_bytes: 3018911478
    num_examples: 9323426
  download_size: 1632616300
  dataset_size: 3018911478
configs:
- config_name: descent_data
  data_files:
  - split: train
    path: descent_data/train-*
- config_name: metadata
  data_files:
  - split: train
    path: metadata/train-*
---


# Dataset Card for Meta-OMol25 Descent Formatted ANI2X v1.0

## Dataset Details

### Dataset Description

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.

- Curated by: Jennifer A Clark; jaclark5
- Funded by: Open Force Field Initiative
- Shared by: Open Force Field Initiative, Open Molecular Software Foundation
- License: CC-BY-4.0
- Dataset version: v1.0

### Dataset Sources

- Repository: https://huggingface.co/facebook/OMol25

## Uses

### Direct Use

- Fit or benchmark van der Waals parameters.
- Fit or benchmark valence terms (bonds, angles, torsions).
- Provide aligned molecular metadata and per-structure coordinates / energies / forces for OpenFF workflows.

## Dataset Structure

### Overall Statistics

- Meta-OMol25 rows: 9641964
- Metadata rows: 9323426
- Smee rows: 9323426
- Failed rows: 318538
- Failed unique indices: 318538
- Accounted total (metadata + failed - overlap): 9641964
- All Meta-OMol25 structures accounted for: True
- Uncovered Meta-OMol25 rows: 0

### Metadata Split and Chemistry Summary

- Sample size used for summary: 9323426
- Sample split counts: {
  "val": 2861,
  "train": 9320565
}
- Sample charge range: [0, 0]
- Sample molecular weight (g/mol, min / max / mean): 16.043000 / 408.458000 / 122.197604
- Molecular weight sample count: 9323426

### Metadata Schema

- OMol25_data_id: Value('string')
- OMol25_id: Value('int64')
- OMol25_split: Value('string')
- OpenFF_id: Value('int64')
- formula: Value('string')
- charge: Value('int64')
- OpenFF_Elements: Value('bool')
- OpenFF_abs(q)<=1: Value('bool')
- OpenFF_spin=1: Value('bool')
- smiles: Value('string')
- source: Value('string')
- lowdin_charges: List(Value('float64'))

### Smee Schema

- smiles: Value('string')
- coords: List(Value('float32'))
- energy: List(Value('float32'))
- forces: List(Value('float32'))

Sample energy stats (kcal/mol):
- Min: -2065007.125000
- Max: -25377.093750
- Mean: -367128.856687

### Cross-Table Consistency

- Metadata and smee row count match: True
- Sample metadata/smee SMILES mismatches: 0

## Dataset Creation

### Curation Rationale

- This dataset is intended for broad force-field parameterization workloads and diagnostics.
- This release emphasizes direct support for van der Waals and valence fitting tasks.

### Data Collection and Processing

- Upstream rows are converted into metadata and smee datasets.
- Rows that fail conversion are logged in failed_rows JSONL and used for reconciliation.
- Coverage checks validate whether all Meta-OMol25 rows are represented by either successful records or failed-row entries.

### Quality and Validation

- smee importable: True
- descent importable: True
- descent create_dataset on sample succeeded: True
- Validation sample size: 256
- Validation error (if any): 

Top failure modes:
- 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
- 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
- ValueError('Inconsistent charge with target!'): 5567
- 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
- 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
- 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
- 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
- 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
- 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
- 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

## Dataset Card Authors

- Jennifer A Clark (Open Force Field Initiative); jaclark5

## Dataset Card Contact

- Primary contact: info@openforcefield.org