jaclark5 commited on
Commit
ba2c7a6
·
verified ·
1 Parent(s): 81de936

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +133 -4
README.md CHANGED
@@ -2,9 +2,138 @@
2
  license: cc-by-4.0
3
  language:
4
  - en
5
- tags:
6
- - chemistry
7
- - forcefield
8
  size_categories:
9
  - 1M<n<10M
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: cc-by-4.0
3
  language:
4
  - en
 
 
 
5
  size_categories:
6
  - 1M<n<10M
7
+ pretty_name: Meta-OMol25 Descent Formatted SPICE v1.0
8
+ tags:
9
+ - openff
10
+ - molecular-mechanics
11
+ - force-field
12
+ - vdw
13
+ - valence
14
+ - chemistry
15
+ ---
16
+
17
+ # Dataset Card for Meta-OMol25 Descent Formatted SPICE v1.0
18
+
19
+ ## Dataset Details
20
+
21
+ ### Dataset Description
22
+
23
+ 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.
24
+
25
+ - Curated by: Jennifer A Clark; jaclark5
26
+ - Funded by: Open Force Field Initiative
27
+ - Shared by: Open Force Field Initiative, Open Molecular Software Foundation
28
+ - License: CC-BY-4.0
29
+ - Dataset version: v1.0
30
+
31
+ ### Dataset Sources
32
+
33
+ - Repository: https://huggingface.co/facebook/OMol25
34
+ - Hugging Face dataset repository: {{HF_REPO_URL}}
35
+
36
+ ## Uses
37
+
38
+ ### Direct Use
39
+
40
+ - Fit or benchmark van der Waals parameters.
41
+ - Fit or benchmark valence terms (bonds, angles, torsions).
42
+ - Provide aligned molecular metadata and per-structure coordinates / energies / forces for OpenFF workflows.
43
+
44
+ ## Dataset Structure
45
+
46
+ ### Overall Statistics
47
+
48
+ - Meta-OMol25 rows: 1985965
49
+ - Metadata rows: 1956538
50
+ - Smee rows: 1956538
51
+ - Failed rows: 29427
52
+ - Failed unique indices: 29427
53
+ - Accounted total (metadata + failed - overlap): 1985965
54
+ - All Meta-OMol25 structures accounted for: True
55
+ - Uncovered Meta-OMol25 rows: 0
56
+
57
+ ### Metadata Split and Chemistry Summary
58
+
59
+ - Sample size used for summary: 1956538
60
+ - Sample split counts: {
61
+ "val": 9554,
62
+ "train": 1946984
63
+ }
64
+ - Sample charge range: [-5, 3]
65
+ - Sample molecular weight (g/mol, min / max / mean): 4.032000 / 1451.552762 / 285.915873
66
+ - Molecular weight sample count: 1956538
67
+
68
+ ### Metadata Schema
69
+
70
+ - OMol25_data_id: Value('string')
71
+ - OMol25_id: Value('int64')
72
+ - OMol25_split: Value('string')
73
+ - OpenFF_id: Value('int64')
74
+ - formula: Value('string')
75
+ - charge: Value('int64')
76
+ - OpenFF_Elements: Value('bool')
77
+ - OpenFF_abs(q)<=1: Value('bool')
78
+ - OpenFF_spin=1: Value('bool')
79
+ - smiles: Value('string')
80
+
81
+ ### Smee Schema
82
+
83
+ - smiles: Value('string')
84
+ - coords: List(Value('float32'))
85
+ - energy: List(Value('float32'))
86
+ - forces: List(Value('float32'))
87
+
88
+ Sample energy stats (kcal/mol):
89
+ - Min: -17642260.000000
90
+ - Max: -1401.253174
91
+ - Mean: -856549.566531
92
+
93
+ ### Cross-Table Consistency
94
+
95
+ - Metadata and smee row count match: True
96
+ - Sample metadata/smee SMILES mismatches: 0
97
+
98
+ ## Dataset Creation
99
+
100
+ ### Curation Rationale
101
+
102
+ - This dataset is intended for broad force-field parameterization workloads and diagnostics.
103
+ - This release emphasizes direct support for van der Waals and valence fitting tasks.
104
+
105
+ ### Data Collection and Processing
106
+
107
+ - Upstream rows are converted into metadata and smee datasets.
108
+ - Rows that fail conversion are logged in failed_rows JSONL and used for reconciliation.
109
+ - Coverage checks validate whether all Meta-OMol25 rows are represented by either successful records or failed-row entries.
110
+
111
+ ### Quality and Validation
112
+
113
+ - smee importable: True
114
+ - descent importable: True
115
+ - descent create_dataset on sample succeeded: True
116
+ - Validation sample size: 256
117
+ - Validation error (if any):
118
+
119
+ Top failure modes:
120
+ - 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.'): 6777
121
+ - 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.'): 6156
122
+ - RadicalsNotSupportedError('The OpenFF Toolkit does not currently support parsing molecules with S- and P-block radicals. Found 1 radical electrons on molecule [H][O+][H].[K].'): 2845
123
+ - RadicalsNotSupportedError('The OpenFF Toolkit does not currently support parsing molecules with S- and P-block radicals. Found 1 radical electrons on molecule [H][O+][H].[Na].'): 2745
124
+ - RadicalsNotSupportedError('The OpenFF Toolkit does not currently support parsing molecules with S- and P-block radicals. Found 1 radical electrons on molecule [H][O+][H].[Li].'): 2677
125
+ - RadicalsNotSupportedError('The OpenFF Toolkit does not currently support parsing molecules with S- and P-block radicals. Found 1 radical electrons on molecule [Ca+].[H][O+][H].'): 1411
126
+ - RadicalsNotSupportedError('The OpenFF Toolkit does not currently support parsing molecules with S- and P-block radicals. Found 1 radical electrons on molecule [H][O+][H].[Mg+].'): 1411
127
+ - ValueError('Inconsistent charge with target!'): 268
128
+ - 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.'): 84
129
+ - 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.'): 79
130
+
131
+ ## Dataset Card Authors
132
+
133
+ - Jennifer A Clark (Open Force Field Initiative); jaclark5
134
+
135
+ ## Dataset Card Contact
136
+
137
+ - Primary contact: info@openforcefield.org
138
+
139
+