smostafanejad commited on
Commit
66af513
1 Parent(s): c880433

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -3,7 +3,7 @@ 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
@@ -200,13 +200,13 @@ An example of a data instance is as follows:
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 |
@@ -221,7 +221,7 @@ An example of a data instance is as follows:
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 |
 
3
  - cc-by-4.0
4
  license_link: https://creativecommons.org/licenses/by/4.0
5
  tags:
6
+ - homo-lumo-gaps
7
  - energy
8
  - dipole-moments
9
  - quantum-chemistry
 
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 | 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 |
 
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 (HOMO) 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 |