57 lines
1.1 KiB
Nix
57 lines
1.1 KiB
Nix
{ ... }:
|
|
{
|
|
highestOccupiedMO = {
|
|
section = "Quantum";
|
|
text = {
|
|
deu = "Höchste besetzte Molekül\\-orbital";
|
|
};
|
|
description = {
|
|
};
|
|
data = {
|
|
kind = "Default";
|
|
short = "HOMO";
|
|
};
|
|
};
|
|
lowestUnoccupiedMO = {
|
|
section = "Quantum";
|
|
text = {
|
|
deu = "Niedrigste unbesetzte Molekül\\-orbital";
|
|
};
|
|
description = {
|
|
};
|
|
data = {
|
|
kind = "Default";
|
|
short = "LUMO";
|
|
};
|
|
};
|
|
psept = {
|
|
section = "Quantum";
|
|
text = {
|
|
deu = "Polyeder\\-skelett\\-elektronen\\-paar\\-theorie";
|
|
};
|
|
description = {
|
|
deu = ''
|
|
von \acrshort{english} \Q{Polyhedral Skeletal Electron Pair Theory}
|
|
'';
|
|
};
|
|
data = {
|
|
kind = "Default";
|
|
short = "PSEPT";
|
|
};
|
|
};
|
|
vsepr = {
|
|
section = "Quantum";
|
|
text = {
|
|
deu = "Modell der Valenz\\-elektronen\\-paar\\-abstoßung";
|
|
};
|
|
description = {
|
|
deu = ''
|
|
von \acrshort{english} \Q{Valence Shell Electron Pair Repulsion}
|
|
'';
|
|
};
|
|
data = {
|
|
kind = "Default";
|
|
short = "VSEPR";
|
|
};
|
|
};
|
|
} |