JiashuLiang commited on
Commit
9e306ba
·
verified ·
1 Parent(s): 09bb4c3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +227 -3
README.md CHANGED
@@ -1,3 +1,227 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - en
5
+ pretty_name: THEMol
6
+ size_categories:
7
+ - 1B<n<10B
8
+ tags:
9
+ - chemistry
10
+ - molecular-dynamics
11
+ - density-functional-theory
12
+ - medicine
13
+ - electrolytes
14
+ configs:
15
+ - config_name: hessian
16
+ data_files:
17
+ - split: full
18
+ path: "Hessian/hessian_dataset.csv"
19
+ - config_name: hessianrelax
20
+ data_files:
21
+ - split: full
22
+ path: "HessianRelax/relax_dataset.csv"
23
+ - config_name: torsionscan
24
+ data_files:
25
+ - split: full
26
+ path: "TorsionScan/torsion_dataset.csv"
27
+ - config_name: torsionscanrelax
28
+ data_files:
29
+ - split: full
30
+ path: "TorsionScanRelax/torsion_relax_dataset.csv"
31
+ - config_name: mbis
32
+ data_files:
33
+ - split: full
34
+ path: "MBIS/mbis_dataset.csv"
35
+ ---
36
+
37
+ # THEMol: Torsion, Hessian, Energy of Molecules
38
+
39
+ ## Dataset Summary
40
+
41
+ THEMol is an open-source collection of quantum mechanical properties tailored for organic molecules. It provides large-scale density functional theory (DFT) data for exploring intramolecular potential energy surfaces, including optimized geometries, structural relaxation trajectories, torsion scans, constrained torsion relaxation trajectories, Hessian matrices, and MBIS-derived atomic properties.
42
+
43
+ The dataset contains five tailored subsets and over three billion DFT calculations for molecules with up to 50 non-hydrogen atoms. Its chemical space spans twelve essential elements and diverse molecular architectures relevant to drug discovery, electrolytes, ionic liquids, and broader molecular modeling applications.
44
+
45
+ See the [paper](https://arxiv.org/abs/XXXX.XXXXX) and [GitHub repository](https://github.com/ByteDance-Seed/THEMol) for more details. The GitHub repository provides data readers, validation utilities, and statistical scripts.
46
+
47
+ ## Dataset Details
48
+
49
+ ### Dataset Description
50
+
51
+ - **Repository**: [https://github.com/ByteDance-Seed/THEMol](https://github.com/ByteDance-Seed/THEMol)
52
+ - **Paper**: [https://arxiv.org/abs/XXXX.XXXXX](https://arxiv.org/abs/XXXX.XXXXX)
53
+ - **Data format**: CSV index files plus HDF5 data files.
54
+ - **Computation scale**: more than three billion DFT calculations across five subsets.
55
+ - **Molecular scope**: organic molecules with up to 50 non-hydrogen atoms.
56
+ - **Element coverage**: H, C, N, O, S, F, Cl, Br, Si, B, P, and I.
57
+
58
+ ### Subsets
59
+
60
+ | Subset | Level of Theory | Entries | Supplementary Metrics | Description |
61
+ | :--- | :--- | ---: | :--- | :--- |
62
+ | Hessian | B3LYP-D3(BJ)/DZVP | 3,102,537 | - | Optimized molecular geometries and corresponding Hessian matrices. |
63
+ | Hessian Relax | B3LYP-D3(BJ)/DZVP | 4,811,722 | 281,123,880 relaxation steps | Complete structural relaxation trajectories for the Hessian subset. |
64
+ | TorsionScan | B3LYP-D3(BJ)/DZVP | 4,192,791 | 2,436,985 molecules; 93,994,576 constraints | Comprehensive in-ring and non-ring torsional scans after constrained optimization. |
65
+ | TorsionScan Relax | B3LYP-D3(BJ)/DZVP | 4,914,677 | 3,090,560 molecules; 110,235,160 constraints; 2,993,685,868 steps | Complete constrained structural relaxation trajectories for the TorsionScan subset. |
66
+ | MBIS | PBE0/def2-TZVPD, or DZVP for I atoms | 3,082,151 | - | Atomic properties and model parameters from Minimal Basis Iterative Stockholder (MBIS) partitioning. |
67
+
68
+ ## Dataset Structure
69
+
70
+ The dataset is organized by subset. Each subset contains one CSV index file and HDF5 files referenced by the `h5_file` column.
71
+
72
+ ```text
73
+ /
74
+ ├── Hessian/
75
+ │ ├── hessian_dataset.csv
76
+ │ └── *.h5
77
+ ├── HessianRelax/
78
+ │ ├── relax_dataset.csv
79
+ │ └── *.h5
80
+ ├── TorsionScan/
81
+ │ ├── torsion_dataset.csv
82
+ │ └── *.h5
83
+ ├── TorsionScanRelax/
84
+ │ ├── torsion_relax_dataset.csv
85
+ │ └── *.h5
86
+ └── MBIS/
87
+ ├── mbis_dataset.csv
88
+ └── *.h5
89
+ ```
90
+
91
+ ### Data Fields
92
+
93
+ All HDF5 files are keyed by `uuid`. The CSV index files contain the UUID, mapped SMILES strings, and the HDF5 file location needed to retrieve each molecular record.
94
+
95
+ #### Hessian
96
+
97
+ **CSV columns**: `uuid`, `mapped_nonisomeric_smiles`, `mapped_isomeric_smiles`, `h5_file`
98
+
99
+ **HDF5 structure**:
100
+
101
+ ```text
102
+ /<uuid>/
103
+ mapped_nonisomeric_smiles utf-8 string
104
+ mapped_isomeric_smiles utf-8 string
105
+ atomic_numbers (N, 1) int32
106
+ coords (N, 3) float64
107
+ hessian (3N, 3N) float64
108
+ ```
109
+
110
+ #### Hessian Relax
111
+
112
+ **CSV columns**: `uuid`, `mapped_nonisomeric_smiles`, `mapped_isomeric_smiles`, `num_steps`, `h5_file`
113
+
114
+ **HDF5 structure**:
115
+
116
+ ```text
117
+ /<uuid>/
118
+ mapped_nonisomeric_smiles utf-8 string
119
+ mapped_isomeric_smiles utf-8 string
120
+ atomic_numbers (N, 1) int32
121
+ step 0/
122
+ energy scalar float64
123
+ coords (N, 3) float64
124
+ forces (N, 3) float64
125
+ ...
126
+ step k/
127
+ energy scalar float64
128
+ coords (N, 3) float64
129
+ forces (N, 3) float64
130
+ ```
131
+
132
+ #### TorsionScan
133
+
134
+ **CSV columns**: `uuid`, `mapped_nonisomeric_smiles`, `mapped_isomeric_smiles`, `torsion_indices`, `h5_file`, `num_constraints`
135
+
136
+ **HDF5 structure**:
137
+
138
+ ```text
139
+ /<uuid>/
140
+ mapped_nonisomeric_smiles utf-8 string
141
+ mapped_isomeric_smiles utf-8 string
142
+ atomic_numbers (N, 1) int32
143
+ torsion_atom_indices (4,) int32
144
+ constraint 0/
145
+ energy scalar float64
146
+ coords (N, 3) float64
147
+ forces (N, 3) float64
148
+ constraint 1/
149
+ ...
150
+ ```
151
+
152
+ #### TorsionScan Relax
153
+
154
+ **CSV columns**: `uuid`, `mapped_nonisomeric_smiles`, `mapped_isomeric_smiles`, `torsion_indices`, `h5_file`, `num_constraints`, `num_total_steps`
155
+
156
+ **HDF5 structure**:
157
+
158
+ ```text
159
+ /<uuid>/
160
+ mapped_nonisomeric_smiles utf-8 string
161
+ mapped_isomeric_smiles utf-8 string
162
+ atomic_numbers (N, 1) int32
163
+ torsion_atom_indices (4,) int32
164
+ constraint 0/
165
+ energy (M,) float64
166
+ coords (M, N, 3) float64
167
+ forces (M, N, 3) float64
168
+ constraint 1/
169
+ ...
170
+ ```
171
+ Here `M` is the number of steps.
172
+
173
+ #### MBIS
174
+
175
+ **CSV columns**: `uuid`, `mapped_nonisomeric_smiles`, `mapped_isomeric_smiles`, `h5_file`
176
+
177
+ **HDF5 structure**:
178
+
179
+ ```text
180
+ /<uuid>/
181
+ mapped_nonisomeric_smiles utf-8 string
182
+ mapped_isomeric_smiles utf-8 string
183
+ atomic_numbers (N, 1) int32
184
+ coords (N, 3) float64
185
+ mbis_info/
186
+ atomic_volumes (N, 1) float64
187
+ atomic_charge (N, 1) float64
188
+ atomic_dipole (N, 3) float64
189
+ atomic_quadrupole (N, 3, 3) float64
190
+ parameters (M, 3) float64
191
+ ```
192
+ Here `M` is the number of MBIS Slater functions.
193
+
194
+ For `parameters`, each row contains the 0-based parent atom index, the Slater-function charge population `N_i`, and the inverse width `1/sigma_i`.
195
+
196
+ ### Units
197
+
198
+ | Quantity | Unit |
199
+ | :--- | :--- |
200
+ | Coordinates | Å |
201
+ | Energy | kcal mol^-1 |
202
+ | Force | kcal mol^-1 Å^-1 |
203
+ | Hessian | kcal mol^-1 Å^-2 |
204
+ | Charge | e |
205
+ | Dipole | e Å |
206
+ | Quadrupole | e Å^2 |
207
+ | Volume | Å^3 |
208
+ | 1/sigma_i | Å^-1 |
209
+
210
+ ## Licenses
211
+
212
+ [Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/).
213
+
214
+ ## Citation
215
+
216
+ If you use THEMol in your research or applications, please cite:
217
+
218
+ ```bibtex
219
+ @article{THEMol,
220
+ title={THEMol: Torsion, Hessian, Energy of Molecules},
221
+ author={Author1 and Author2},
222
+ year={2026},
223
+ eprint={XXXX.XXXXX},
224
+ archivePrefix={arXiv},
225
+ primaryClass={cs.XX}
226
+ }
227
+ ```