Datasets:
adds the units for the enegy and coordinates
Browse files
README.md
CHANGED
|
@@ -118,12 +118,12 @@ An example of a data instance is as follows:
|
|
| 118 |
| Field | Description |
|
| 119 |
| ----------------- | ------------------------------------------------------------- |
|
| 120 |
| id | Unique identifier for the data instance |
|
| 121 |
-
| positions | 3D Cartesian coordinates of the atoms
|
| 122 |
| atomicNumbers | Atomic numbers |
|
| 123 |
| elements | Chemical symbols |
|
| 124 |
| charge | Total charge of the system |
|
| 125 |
| multiplicity | Spin multiplicity of the system |
|
| 126 |
-
| totalEnergy | Total energy of the system
|
| 127 |
| gradient | Gradient of the total energy with respect to atomic positions |
|
| 128 |
| dipoleMoment | Dipole moment |
|
| 129 |
| atomizationEnergy | Atomization energy of the system |
|
|
|
|
| 118 |
| Field | Description |
|
| 119 |
| ----------------- | ------------------------------------------------------------- |
|
| 120 |
| id | Unique identifier for the data instance |
|
| 121 |
+
| positions | 3D Cartesian coordinates of the atoms in Angstroem |
|
| 122 |
| atomicNumbers | Atomic numbers |
|
| 123 |
| elements | Chemical symbols |
|
| 124 |
| charge | Total charge of the system |
|
| 125 |
| multiplicity | Spin multiplicity of the system |
|
| 126 |
+
| totalEnergy | Total energy of the system in Hartree |
|
| 127 |
| gradient | Gradient of the total energy with respect to atomic positions |
|
| 128 |
| dipoleMoment | Dipole moment |
|
| 129 |
| atomizationEnergy | Atomization energy of the system |
|