akore commited on
Commit
fb63cad
·
verified ·
1 Parent(s): a0e2c49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md CHANGED
@@ -30,3 +30,78 @@ configs:
30
  - split: test
31
  path: data/test-*
32
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  - split: test
31
  path: data/test-*
32
  ---
33
+
34
+ # Small Molecule Properties (SMP) dataset: QM9
35
+
36
+ ## Overview
37
+
38
+ The QM9 dataset contains structures and energetic, electronic, and thermodynamic
39
+ properties for 134k stable small organic molecules, obtained from quantum-chemical
40
+ calculations (Ruddigkeit et al., 2004; Ramakrishnan et al., 2014).
41
+ The task is to predict the molecular properties from the ground-state structure.
42
+
43
+ We provide one random split in training, validation, and test set.
44
+ Some molecules have been excluded because they failed consistency tests or were not
45
+ properly processed.
46
+
47
+
48
+ ## Datasets
49
+ - random: a random split (generated with atom3d, seed: 42)
50
+
51
+
52
+ ## Additional Information
53
+
54
+ The field "labels" contains the following quantities (in this order) for each item:
55
+ 0 A GHz Rotational constant
56
+ 1 B GHz Rotational constant
57
+ 2 C GHz Rotational constant
58
+ 3 μ D Dipole moment
59
+ 4 α a0^3 Isotropic polarizability
60
+ 5 ϵHOMO Ha Energy of HOMO
61
+ 6 ϵLUMO Ha Energy of LUMO
62
+ 7 ϵgap Ha Gap (ϵLUMO−ϵHOMO)
63
+ 8 R^2 a0^2 Electronic spatial extent
64
+ 9 zpve Ha Zero point vibrational energy
65
+ 10 U0 Ha Internal energy at 0 K
66
+ 11 U Ha Internal energy at 298.15 K
67
+ 12 H Ha Enthalpy at 298.15 K
68
+ 13 G Ha Free energy at 298.15 K
69
+ 14 Cv calmolK Heat capacity at 298.15 K
70
+ 15 U0at Ha Internal energy at 0 K - thermochem. energy
71
+ 16 Uat Ha Internal energy at 298.15 K - thermochem. energy
72
+ 17 Hat Ha Enthalpy at 298.15 K - thermochem. energy
73
+ 18 Gat Ha Free energy at 298.15 K - thermochem. energy
74
+ 19 Cvat calmolK Heat capacity at 298.15 K - thermochem. energy
75
+
76
+
77
+
78
+ ## Citation Information
79
+
80
+ @article{townshend2020atom3d,
81
+ title={Atom3d: Tasks on molecules in three dimensions},
82
+ author={Townshend, Raphael JL and V{\"o}gele, Martin and Suriana, Patricia and Derry, Alexander and Powers, Alexander and Laloudakis, Yianni and Balachandar, Sidhika and Jing, Bowen and Anderson, Brandon and Eismann, Stephan and others},
83
+ journal={arXiv preprint arXiv:2012.04035},
84
+ year={2020}
85
+ }
86
+
87
+ @article{nandi2023multixc,
88
+ title={MultiXC-QM9: Large dataset of molecular and reaction energies from multi-level quantum chemical methods},
89
+ author={Nandi, Surajit and Vegge, Tejs and Bhowmik, Arghya},
90
+ journal={Scientific data},
91
+ volume={10},
92
+ number={1},
93
+ pages={783},
94
+ year={2023},
95
+ publisher={Nature Publishing Group UK London}
96
+ }
97
+
98
+ @article{ruddigkeit2012enumeration,
99
+ title={Enumeration of 166 billion organic small molecules in the chemical universe database GDB-17},
100
+ author={Ruddigkeit, Lars and Van Deursen, Ruud and Blum, Lorenz C and Reymond, Jean-Louis},
101
+ journal={Journal of chemical information and modeling},
102
+ volume={52},
103
+ number={11},
104
+ pages={2864--2875},
105
+ year={2012},
106
+ publisher={ACS Publications}
107
+ }