Skip to content
Snippets Groups Projects
Commit b767dc96 authored by Benjamin Regler's avatar Benjamin Regler
Browse files

atomic_data: Remove duplicates, i.e,...

atomic_data: Remove duplicates, i.e, `atomic_highest_occupied_molecular_orbital_energy` and `atomic_lowest_unoccupied_molecular_orbital_energy`
parent 8bc3d145
No related branches found
No related tags found
No related merge requests found
...@@ -70,21 +70,11 @@ ...@@ -70,21 +70,11 @@
"units": "" "units": ""
}, },
{ {
"description": "Energy of the highest occupied molecular orbital.", "description": "In electronic structure theory, calculations may be performed for a spectrum with many excited energy levels. Molecular orbitals (MOs) are made of fractions of atomic orbitals. All atoms in the molecule provide their atomic orbitals for construction of MOs, but not all atomic orbitals must participate in all MOs. For example, the Hartree-Fock method for atoms or molecules assumes that the wave function is a single configuration state function with well-defined quantum numbers and that the energy level is not necessarily the ground state. The highest occupied molecular orbital state for a system is called as HOMO.",
"dtypeStr": "f",
"name": "atomic_highest_occupied_molecular_orbital_energy",
"shape": [],
"shortname": "E_HOMO",
"superNames": [
"section_atomic_property"
],
"units": "J"
},
{
"description": "In electronic structure theory, calculations may be performed for a spectrum with many excited energy levels. Molecular orbitals (MOs) are made of fractions of atomic orbitals. All atoms in the molecule provide their atomic orbitals for construction of MOs, but not all atomic orbitals must participate in all MOs. For example, the Hartree--Fock method for atoms or molecules assumes that the wave function is a single configuration state function with well-defined quantum numbers and that the energy level is not necessarily the ground state. The highest occupied molecular orbital state for a system is called as HOMO.",
"dtypeStr": "f", "dtypeStr": "f",
"name": "atomic_homo", "name": "atomic_homo",
"shape": [], "shape": [],
"shortname": "E_HOMO",
"superNames": [ "superNames": [
"section_atomic_property" "section_atomic_property"
], ],
...@@ -133,20 +123,10 @@ ...@@ -133,20 +123,10 @@
"units": "J.m**6" "units": "J.m**6"
}, },
{ {
"description": "Energy of the lowest unoccupied molecular orbital.", "description": "In electronic structure theory, calculations may be performed for a spectrum with many excited energy levels. Molecular orbitals (MOs) are made of fractions of atomic orbitals. All atoms in the molecule provide their atomic orbitals for construction of MOs, but not all atomic orbitals must participate in all MOs. For example, the Hartree-Fock method for atoms or molecules assumes that the wave function is a single configuration state function with well-defined quantum numbers and that the energy level is not necessarily the ground state. The lowest unoccupied molecular orbital state for a system is called as LUMO.",
"dtypeStr": "f",
"name": "atomic_lowest_unoccupied_molecular_orbital_energy",
"shape": [],
"shortname": "E_LUMO",
"superNames": [
"section_atomic_property"
],
"units": "J"
},
{
"description": "In electronic structure theory, calculations may be performed for a spectrum with many excited energy levels. Molecular orbitals (MOs) are made of fractions of atomic orbitals. All atoms in the molecule provide their atomic orbitals for construction of MOs, but not all atomic orbitals must participate in all MOs. For example, the Hartree--Fock method for atoms or molecules assumes that the wave function is a single configuration state function with well-defined quantum numbers and that the energy level is not necessarily the ground state. The lowest unoccupied molecular orbital state for a system is called as LUMO.",
"dtypeStr": "f", "dtypeStr": "f",
"name": "atomic_lumo", "name": "atomic_lumo",
"shortname": "E_LUMO",
"shape": [], "shape": [],
"superNames": [ "superNames": [
"section_atomic_property" "section_atomic_property"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment