smostafanejad
commited on
Commit
•
c880433
1
Parent(s):
3540677
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,311 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license:
|
3 |
+
- cc-by-4.0
|
4 |
+
license_link: https://creativecommons.org/licenses/by/4.0
|
5 |
+
tags:
|
6 |
+
- humo-lumo-gaps
|
7 |
+
- energy
|
8 |
+
- dipole-moments
|
9 |
+
- quantum-chemistry
|
10 |
+
- pubchem
|
11 |
+
- small-molecules
|
12 |
+
annotations_creators:
|
13 |
+
- crowdsourced
|
14 |
+
pretty_name: pubchemqc-b3lyp
|
15 |
+
size_categories:
|
16 |
+
- 10K<n<100M
|
17 |
+
source_datasets:
|
18 |
+
- pubchem
|
19 |
+
- pubchemqc-b3lyp
|
20 |
+
task_categories:
|
21 |
+
- tabular-regression
|
22 |
+
- other
|
23 |
+
task_ids:
|
24 |
+
- tabular-single-column-regression
|
25 |
+
configs:
|
26 |
+
- config_name: b3lyp_pm6
|
27 |
+
data_files:
|
28 |
+
- split: train
|
29 |
+
path: "data/b3lyp_pm6/train/*.json"
|
30 |
+
default: true
|
31 |
+
- config_name: b3lyp_pm6_chon300nosalt
|
32 |
+
data_files:
|
33 |
+
- split: train
|
34 |
+
path: "data/b3lyp_pm6_chon300nosalt/train/*.json"
|
35 |
+
- config_name: b3lyp_pm6_chon500nosalt
|
36 |
+
data_files:
|
37 |
+
- split: train
|
38 |
+
path: "data/b3lyp_pm6_chon500nosalt/train/*.json"
|
39 |
+
- config_name: b3lyp_pm6_chnopsfcl300nosalt
|
40 |
+
data_files:
|
41 |
+
- split: train
|
42 |
+
path: "data/b3lyp_pm6_chnopsfcl300nosalt/train/*.json"
|
43 |
+
- config_name: b3lyp_pm6_chnopsfcl500nosalt
|
44 |
+
data_files:
|
45 |
+
- split: train
|
46 |
+
path: "data/b3lyp_pm6_chnopsfcl500nosalt/train/*.json"
|
47 |
+
- config_name: b3lyp_pm6_chnopsfclnakmgca500
|
48 |
+
data_files:
|
49 |
+
- split: train
|
50 |
+
path: "data/b3lyp_pm6_chnopsfclnakmgca500/train/*.json"
|
51 |
+
---
|
52 |
+
# PubChemQC-B3LYP/6-31G*//PM6 Dataset
|
53 |
+
|
54 |
+
## Table of Contents
|
55 |
+
|
56 |
+
- [PubChemQC-B3LYP/6-31G\*//PM6 Dataset](#pubchemqc-b3lyp6-31gpm6-dataset)
|
57 |
+
- [Table of Contents](#table-of-contents)
|
58 |
+
- [Dataset Description](#dataset-description)
|
59 |
+
- [Dataset Summary](#dataset-summary)
|
60 |
+
- [Dataset Structure](#dataset-structure)
|
61 |
+
- [Data Instances](#data-instances)
|
62 |
+
- [Data Fields](#data-fields)
|
63 |
+
- [Data Splits and Configurations](#data-splits-and-configurations)
|
64 |
+
- [Dataset Creation](#dataset-creation)
|
65 |
+
- [Curation Rationale](#curation-rationale)
|
66 |
+
- [Source Data](#source-data)
|
67 |
+
- [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
|
68 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
69 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
70 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
71 |
+
- [Additional Information](#additional-information)
|
72 |
+
- [Dataset Curators](#dataset-curators)
|
73 |
+
- [Licensing Information](#licensing-information)
|
74 |
+
- [Citation Information](#citation-information)
|
75 |
+
- [Contributions](#contributions)
|
76 |
+
|
77 |
+
## Dataset Description
|
78 |
+
|
79 |
+
- **Homepage:** https://nakatamaho.riken.jp/pubchemqc.riken.jp/b3lyp_pm6_datasets.html
|
80 |
+
- **Repository:** https://nakatamaho.riken.jp/pubchemqc.riken.jp/b3lyp_pm6_datasets.html
|
81 |
+
- **Paper:** https://doi.org/10.1021/acs.jcim.3c00899
|
82 |
+
- **Point of Contact:** [Maho Nakata](maho@riken.jp)
|
83 |
+
- **Point of Contact:** [Mohammad Mostafanejad](smostafanejad@vt.edu)
|
84 |
+
- **Point of Contact:** [MolSSI-AI Hub](hub@molssi.org)
|
85 |
+
|
86 |
+
### Dataset Summary
|
87 |
+
|
88 |
+
The presented **PubChemQC B3LYP/6-31G*//PM6** data set is composed of the electronic
|
89 |
+
properties of 85,938,443 molecules, encompassing a broad spectrum of molecules from
|
90 |
+
essential compounds to biomolecules with a molecular weight up to 1000. These molecules
|
91 |
+
account for 94.0% of the original PubChem Compound catalog as of August 29, 2016.
|
92 |
+
The electronic properties, including orbitals, orbital energies, total energies, dipole
|
93 |
+
moments, and other pertinent properties, were computed by using the B3LYP/6-31G* and PM6
|
94 |
+
methods.
|
95 |
+
|
96 |
+
## Dataset Structure
|
97 |
+
|
98 |
+
### Data Instances
|
99 |
+
|
100 |
+
An example of a data instance is as follows:
|
101 |
+
|
102 |
+
```json
|
103 |
+
{'cid': 1,
|
104 |
+
'state': 'S0',
|
105 |
+
'pubchem-inchi': 'InChI=1S/C9H17NO4/c1-7(11)14-8(5-9(12)13)6-10(2,3)4/h8H,5-6H2,1-4H3',
|
106 |
+
'pubchem-charge': 0,
|
107 |
+
'pubchem-version': '20160829',
|
108 |
+
'name': '000000001.B3LYP@PM6.S0',
|
109 |
+
'coordinates': [
|
110 |
+
4.543149670829423,
|
111 |
+
-2.8411897941733857,
|
112 |
+
-1.6418598810432616,
|
113 |
+
...,
|
114 |
+
4.345629685137421
|
115 |
+
],
|
116 |
+
'atomic-numbers': [
|
117 |
+
6,
|
118 |
+
6,
|
119 |
+
8,
|
120 |
+
...,
|
121 |
+
1
|
122 |
+
],
|
123 |
+
'atom-count': 31,
|
124 |
+
'heavy-atom-count': 14,
|
125 |
+
'core-electrons': [
|
126 |
+
0,
|
127 |
+
0,
|
128 |
+
0,
|
129 |
+
...,
|
130 |
+
0
|
131 |
+
],
|
132 |
+
'bond-order': [
|
133 |
+
1,
|
134 |
+
1,
|
135 |
+
1,
|
136 |
+
...,
|
137 |
+
1
|
138 |
+
],
|
139 |
+
'connection-indices': [
|
140 |
+
15,
|
141 |
+
1,
|
142 |
+
17,
|
143 |
+
...,
|
144 |
+
30],
|
145 |
+
'formula': 'C9H17NO4',
|
146 |
+
'version': '1.0',
|
147 |
+
'obabel-inchi': 'InChI=1S/C9H17NO4/c1-7(11)14-8(5-9(12)13)6-10(2,3)4/h8H,5-6H2,1-4H3/t8-/m0/s1',
|
148 |
+
'pm6-obabel-canonical-smiles': '[O]C(=O)C[C@@H](C[N](C)(C)C)OC(=O)C',
|
149 |
+
'charge': 0,
|
150 |
+
'energy-beta-gap': 4.34837933099,
|
151 |
+
'energy-beta-homo': -4.60960862747,
|
152 |
+
'energy-beta-lumo': -0.2612292964799998,
|
153 |
+
'energy-alpha-gap': 4.34837933099,
|
154 |
+
'energy-alpha-homo': -4.60960862747,
|
155 |
+
'energy-alpha-lumo': -0.2612292964799998,
|
156 |
+
'total-energy': -19286.973573267132,
|
157 |
+
'homos': [54],
|
158 |
+
'orbital-energies': [
|
159 |
+
[
|
160 |
+
-522.303488065215,
|
161 |
+
-521.209590386205,
|
162 |
+
-518.042185166385,
|
163 |
+
...,
|
164 |
+
127.37105114203999
|
165 |
+
]
|
166 |
+
],
|
167 |
+
'mo-count': 244,
|
168 |
+
'basis-count': 244,
|
169 |
+
'multiplicity': 1,
|
170 |
+
'molecular-mass': 203.23557999999983,
|
171 |
+
'number-of-atoms': 31,
|
172 |
+
'lowdin-partial-charges': [
|
173 |
+
-0.459759,
|
174 |
+
0.210106,
|
175 |
+
-0.286001,
|
176 |
+
...,
|
177 |
+
0.169819
|
178 |
+
],
|
179 |
+
'mulliken-partial-charges': [
|
180 |
+
-0.542286,
|
181 |
+
0.622923,
|
182 |
+
-0.486172,
|
183 |
+
...,
|
184 |
+
0.185706
|
185 |
+
],
|
186 |
+
'dipole-moment': 11.419443262233626,
|
187 |
+
'pubchem-multiplicity': 1,
|
188 |
+
'pubchem-obabel-canonical-smiles': '[O-]C(=O)CC(C[N+](C)(C)C)OC(=O)C',
|
189 |
+
'pubchem-isomeric-smiles': 'CC(=O)OC(CC(=O)[O-])C[N+](C)(C)C',
|
190 |
+
'pubchem-molecular-weight': 203.23558,
|
191 |
+
'pubchem-molecular-formula': 'C9H17NO4'
|
192 |
+
}
|
193 |
+
```
|
194 |
+
|
195 |
+
### Data Fields
|
196 |
+
|
197 |
+
| Field | Description |
|
198 |
+
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
|
199 |
+
| cid | Pubchem Compound ID |
|
200 |
+
| state | Electronic state |
|
201 |
+
| pubchem-inchi | InChI extracted from PubChem Compound entry |
|
202 |
+
| pubchem-charge | Molecular charge extracted from PubChem Compound entry |
|
203 |
+
| pubchem-version | PubChem Compound Database version |
|
204 |
+
| name | Name of the input file used for the B3LYP/6-31G*//PM6 calculation |
|
205 |
+
| coordinates | Cartesian coordinates of the molecular geometry optimized with PM6 method in Angstroem |
|
206 |
+
| atomic-numbers | An array of atomic numbers |
|
207 |
+
| atom-count | Number of atoms in the molecule |
|
208 |
+
| heavy-atom-count | Number of heavy atoms in the molecule |
|
209 |
+
| core-electrons | The number of core electrons in each atom's pseudopotentials |
|
210 |
+
| bond-order | Bond order |
|
211 |
+
| connection-indices | Connection indices between atoms |
|
212 |
+
| formula | Chemical formula |
|
213 |
+
| version | Version number |
|
214 |
+
| obabel-inchi | InChI of the structure generated by Open Babel |
|
215 |
+
| pm6-obabel-canonical-smiles | Canonical SMILES for the structure generated by Open Babel |
|
216 |
+
| charge | Molecular charge |
|
217 |
+
| energy-beta-gap | HOMO-LUMO energy gap for beta spin orbitals |
|
218 |
+
| energy-beta-homo | Energy of the highest-occupied molecular orbital (HOMO) of beta spin symmetry |
|
219 |
+
| energy-beta-lumo | Energy of the lowest-unoccupied molecular orbital (LUMO) of beta spin symmetry |
|
220 |
+
| energy-alpha-gap | HOMO-LUMO energy gap for alpha spin orbitals |
|
221 |
+
| energy-alpha-homo | Energy of the highest-occupied molecular orbital (HOMO) of alpha spin symmetry |
|
222 |
+
| energy-alpha-lumo | Energy of the lowest-unoccupied molecular orbital (LUMO) of alpha spin symmetry |
|
223 |
+
| total-energy | Total electronic energy of the molecule calculated at the B3LYP/6-31G* level of theory |
|
224 |
+
| homos | 1D index array of the highest occupied molecular orbital (HOMOs) with one (two) element(s) for the (un)restricted wavefunctions |
|
225 |
+
| orbital-energies | 1D array of orbital energies in hartree with one (two) member(s) for the (un)restricted wavefunction |
|
226 |
+
| mo-count | Number of molecular orbitals |
|
227 |
+
| basis-count | Number of basis functions |
|
228 |
+
| multiplicity | Spin multiplicity |
|
229 |
+
| molecular-mass | Molecular mass |
|
230 |
+
| number-of-atoms | Number of atoms in the molecule |
|
231 |
+
| lowdin-partial-charges | Lowdin partial atomic charges |
|
232 |
+
| mulliken-partial-charges | Mulliken partial atomic charges |
|
233 |
+
| dipole-moment | Dipole moment |
|
234 |
+
| pubchem-multiplicity | Spin multiplicity of the molecule extracted from PubChem Compound |
|
235 |
+
| pubchem-obabel-canonical-smiles | Canonical SMILES of the molecule extracted from PubChem Compound generated by Open Babel |
|
236 |
+
| pubchem-isomeric-smiles | Isomeric SMILES of the molecule extracted from PubChem Compound calculated by the OpenEye's OEChem Toolkit |
|
237 |
+
| pubchem-molecular-weight | Molecular weight extracted from the PubChem Compound entry |
|
238 |
+
| pubchem-molecular-formula | Molecular formula extracted from the PubChem Compound entry |
|
239 |
+
|
240 |
+
### Data Splits and Configurations
|
241 |
+
|
242 |
+
The dataset has only one ``train`` split. The PubChemQC B3LYP/6-31G*//PM6 dataset
|
243 |
+
has six configurations/subsets:
|
244 |
+
- ``b3lyp_pm6`` (default)
|
245 |
+
- ``b3lyp_pm6_chon300nosalt``
|
246 |
+
- ``b3lyp_pm6_chon500nosalt``
|
247 |
+
- ``b3lyp_pm6_chnopsfcl300nosalt``
|
248 |
+
- ``b3lyp_pm6_chnopsfcl500nosalt``
|
249 |
+
- ``b3lyp_pm6_chnopsfclnakmgca500``
|
250 |
+
|
251 |
+
## Dataset Creation
|
252 |
+
|
253 |
+
### Curation Rationale
|
254 |
+
|
255 |
+
The present version of PubChemQC B3LYP/6-31G*//PM6 dataset has been extracted
|
256 |
+
from its original Postgresql database, transformed into a dictionary and
|
257 |
+
stored in the ``.json`` format.
|
258 |
+
|
259 |
+
### Source Data
|
260 |
+
|
261 |
+
The link to the original PubChemQC B3LYP/6-31G*//PM6 dataset repository can be
|
262 |
+
found [here](https://nakatamaho.riken.jp/pubchemqc.riken.jp/b3lyp_pm6_datasets.html)
|
263 |
+
|
264 |
+
#### Initial Data Collection and Normalization
|
265 |
+
|
266 |
+
Other than the changes detailed in Sec. [Curation Rationale](#curation-rationale),
|
267 |
+
no data modification has been performed on the PubChemQC B3LYP/6-31G*//PM6 dataset.
|
268 |
+
|
269 |
+
### Personal and Sensitive Information
|
270 |
+
|
271 |
+
The PubChemQC B3LYP/6-31G*//PM6 dataset does not involve any personal or sensitive information.
|
272 |
+
|
273 |
+
## Considerations for Using the Data
|
274 |
+
|
275 |
+
### Social Impact of Dataset
|
276 |
+
|
277 |
+
The PubChemQC B3LYP/6-31G*//PM6 dataset paves the way for applications in drug discovery and materials science, among others.
|
278 |
+
|
279 |
+
## Additional Information
|
280 |
+
|
281 |
+
### Dataset Curators
|
282 |
+
|
283 |
+
- **Maho Nakata**, RIKEN Cluster for Pioneering Research, 2-1 Hirosawa, Wako, Saitama 351-0198, Japan
|
284 |
+
- **Toshiyuki Maeda**, Software Technology and Artificial Intelligence Research Laboratory, Chiba Institute of Technology, 2-17-1 Tsudanuma, Narashino, Chiba 275-0016, Japan
|
285 |
+
|
286 |
+
### Licensing Information
|
287 |
+
|
288 |
+
[Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0)
|
289 |
+
|
290 |
+
### Citation Information
|
291 |
+
|
292 |
+
```tex
|
293 |
+
@article{Nakata:2023:5734,
|
294 |
+
author = {Maho Nakata and Toshiyuki Maeda},
|
295 |
+
doi = {10.1021/ACS.JCIM.3C00899},
|
296 |
+
issn = {1549960X},
|
297 |
+
issue = {18},
|
298 |
+
journal = {Journal of Chemical Information and Modeling},
|
299 |
+
pages = {5734-5754},
|
300 |
+
publisher = {American Chemical Society},
|
301 |
+
title = {{PubChemQC B3LYP/6-31G*//PM6 Data Set: The Electronic Structures of 86 Million Molecules
|
302 |
+
Using B3LYP/6-31G* Calculations}},
|
303 |
+
volume = {63},
|
304 |
+
url = {https://pubs.acs.org/doi/abs/10.1021/acs.jcim.3c00899},
|
305 |
+
year = {2023},
|
306 |
+
}
|
307 |
+
```
|
308 |
+
|
309 |
+
### Contributions
|
310 |
+
|
311 |
+
- **Mohammad Mostafanejad**, The Molecular Sciences Software Institute (MolSSI)
|