Datasets:
smostafanejad
commited on
Commit
•
0c3b966
1
Parent(s):
d9b2979
Adds PM7 dataset
Browse files- README.md +87 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
config_name: pm7
|
4 |
+
features:
|
5 |
+
- name: title
|
6 |
+
dtype: string
|
7 |
+
- name: name
|
8 |
+
dtype: string
|
9 |
+
- name: mopac-id
|
10 |
+
dtype: int64
|
11 |
+
- name: net-charge
|
12 |
+
dtype: int64
|
13 |
+
- name: spin-multiplicity
|
14 |
+
dtype: int64
|
15 |
+
- name: openbabel-canonical-smiles
|
16 |
+
dtype: string
|
17 |
+
- name: openbabel-version
|
18 |
+
dtype: string
|
19 |
+
- name: rdkit-canonical-smiles
|
20 |
+
dtype: string
|
21 |
+
- name: rdkit-version
|
22 |
+
dtype: string
|
23 |
+
- name: oechem-canonical-smiles
|
24 |
+
dtype: string
|
25 |
+
- name: oechem-version
|
26 |
+
dtype: string
|
27 |
+
- name: mopac-keywords
|
28 |
+
sequence: string
|
29 |
+
- name: description
|
30 |
+
dtype: string
|
31 |
+
- name: atomic-indices
|
32 |
+
sequence: int64
|
33 |
+
- name: atomic-numbers
|
34 |
+
sequence: int64
|
35 |
+
- name: atomic-symbols
|
36 |
+
sequence: string
|
37 |
+
- name: coordinates
|
38 |
+
sequence: float64
|
39 |
+
- name: bonds
|
40 |
+
sequence: int64
|
41 |
+
- name: enthalpy-of-formation
|
42 |
+
dtype: float64
|
43 |
+
- name: enthalpy-of-formation-error
|
44 |
+
dtype: string
|
45 |
+
- name: enthalpy-of-formation-reference
|
46 |
+
dtype: 'null'
|
47 |
+
- name: enthalpy-of-formation-units
|
48 |
+
dtype: string
|
49 |
+
- name: ionization-energy
|
50 |
+
dtype: float64
|
51 |
+
- name: ionization-energy-error
|
52 |
+
dtype: string
|
53 |
+
- name: ionization-energy-reference
|
54 |
+
dtype: 'null'
|
55 |
+
- name: ionization-energy-units
|
56 |
+
dtype: string
|
57 |
+
- name: entropy
|
58 |
+
dtype: float64
|
59 |
+
- name: entropy-units
|
60 |
+
dtype: string
|
61 |
+
- name: constant-pressure-heat-capacity
|
62 |
+
dtype: float64
|
63 |
+
- name: constant-pressure-heat-capacity-units
|
64 |
+
dtype: string
|
65 |
+
- name: diople-moment
|
66 |
+
dtype: float64
|
67 |
+
- name: dipole-moment-reference
|
68 |
+
dtype: string
|
69 |
+
- name: dipole-moment-units
|
70 |
+
dtype: string
|
71 |
+
- name: mopac-reference-energy
|
72 |
+
dtype: float64
|
73 |
+
- name: mopac-reference-energy-units
|
74 |
+
dtype: string
|
75 |
+
splits:
|
76 |
+
- name: train
|
77 |
+
num_bytes: 6783360
|
78 |
+
num_examples: 4617
|
79 |
+
download_size: 2172928
|
80 |
+
dataset_size: 6783360
|
81 |
+
configs:
|
82 |
+
- config_name: pm7
|
83 |
+
data_files:
|
84 |
+
- split: train
|
85 |
+
path: data/train-*
|
86 |
+
default: true
|
87 |
+
---
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b779e0d1ae51d54cb2d37e0eb8e0f24f7959503e9e894637976408b8424c623d
|
3 |
+
size 2172928
|