Hybridisierung beim Propadien: Unterschied zwischen den Versionen

Aus Chemie digital
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „<jmol> <jmolApplet> <size>500</size> <script>spacefill on; spacefill 20%; wireframe 0.1</script> <uploadedFileContents>Propadien.cml</uploadedFileCo…“)
 
 
(15 dazwischenliegende Versionen von einem Benutzer werden nicht angezeigt)
Zeile 1: Zeile 1:
<jmol>
+
 
 +
{|
 +
|-
 +
|<jmol>
 
   <jmolApplet>
 
   <jmolApplet>
 
   <size>500</size>
 
   <size>500</size>
Zeile 6: Zeile 9:
 
   </jmolApplet>
 
   </jmolApplet>
 
  </jmol>
 
  </jmol>
 +
 +
||
 +
'''Darstellung und Sonstiges:'''
 +
 +
<jmol>
 +
  <jmolCheckbox>
 +
    <scriptWhenChecked>select all; wireframe on;spacefill off</scriptWhenChecked>
 +
    <scriptWhenUnchecked>select all; spacefill on; spacefill 20%; wireframe 0.1</scriptWhenUnchecked>
 +
    <text>Umschalten Stock/Ball und Wireframe-Darstellung</text>
 +
  </jmolCheckbox>
 +
</jmol>
 +
<jmol>
 +
  <jmolCheckbox>
 +
    <scriptWhenChecked>select all; spacefill on; spacefill 950%; wireframe 0.1</scriptWhenChecked>
 +
    <scriptWhenUnchecked>select all; spacefill on; spacefill 20%; wireframe 0.1</scriptWhenUnchecked>
 +
    <text>Umschalten Stock/Ball und Kalottenmodell</text>
 +
  </jmolCheckbox>
 +
</jmol>
 +
<jmol>
 +
  <jmolCheckbox>
 +
    <scriptWhenChecked>spin on</scriptWhenChecked>
 +
    <scriptWhenUnchecked>spin off</scriptWhenUnchecked>
 +
    <text>Spin an/aus</text>
 +
  </jmolCheckbox>
 +
</jmol>
 +
 +
 +
''Die folgenden Knöpfe sollten je Abschnitt in der vorgegebenen Reihenfolge gedrückt werden.''
 +
 +
'''Darstellung der Hybrid-Orbitale am ... '''
 +
 +
<jmol>
 +
<jmolButton>
 +
    <script>select all; LcaoCartoon select all; LcaoCartoon delete;select (atomno=1); lcaocartoon color orange translucent 0.2;lcaocartoon scale 1;lcaocartoon create sp2b;lcaocartoon create sp2a;lcaocartoon create sp2c;lcaocartoon color blue translucent 0.1;</script>
 +
    <text>am 1. C-Atom</text>
 +
  </jmolButton>
 +
 +
<jmolButton>
 +
    <script>select all;LcaoCartoon select all; LcaoCartoon delete; select (atomno=2); lcaocartoon scale 1.1; lcaocartoon color [xffcc2d] translucent 0.2;lcaocartoon create spb;lcaocartoon create spa;</script>
 +
    <text>am 2. C-Atom</text>
 +
  </jmolButton>
 +
 +
<jmolButton>
 +
    <script>select all;LcaoCartoon select all; LcaoCartoon delete; select (atomno=3); lcaocartoon scale 1; lcaocartoon color orange translucent 0.2;lcaocartoon create sp2b;lcaocartoon create sp2a;lcaocartoon create sp2c;</script>
 +
    <text>am 3. C-Atom</text>
 +
  </jmolButton>
 +
</jmol>
 +
 +
 +
'''Darstellung aller Orbitale am ... '''
 +
 +
<jmol>
 +
<jmolButton>
 +
    <script>select all;LcaoCartoon select all; LcaoCartoon delete;select (atomno=1); lcaocartoon color orange translucent 0.2;lcaocartoon scale 1;lcaocartoon create sp2b;lcaocartoon create sp2a;lcaocartoon create sp2c;lcaocartoon color blue translucent 0.1; lcaocartoon scale 1.6; lcaocartoon create pz</script>
 +
    <text>am 1. C-Atom</text>
 +
  </jmolButton>
 +
 +
<jmolButton>
 +
    <script>select all;LcaoCartoon select all; LcaoCartoon delete; select (atomno=2); lcaocartoon scale 1.1; lcaocartoon color [xffcc2d] translucent 0.2;lcaocartoon create spb;lcaocartoon create spa;lcaocartoon color blue translucent 0.1; lcaocartoon scale 1.6; lcaocartoon create px;lcaocartoon create py;</script>
 +
    <text>am 2. C-Atom</text>
 +
  </jmolButton>
 +
 +
<jmolButton>
 +
    <script>select all;LcaoCartoon select all; LcaoCartoon delete; select (atomno=3); lcaocartoon scale 1; lcaocartoon color orange translucent 0.2;lcaocartoon create sp2b;lcaocartoon create sp2a;lcaocartoon create sp2c;lcaocartoon color blue translucent 0.1; lcaocartoon scale 1.6; lcaocartoon create pz</script>
 +
    <text>am 3. C-Atom</text>
 +
  </jmolButton>
 +
</jmol>
 +
 +
 +
'''Darstellung der σ-Bindungen'''
 +
 +
<jmol>
 +
<jmolButton>
 +
    <script>select all;LcaoCartoon select all; LcaoCartoon delete; select (atomno=1); lcaocartoon color orange translucent 0.2;lcaocartoon scale 1;lcaocartoon create sp2b;lcaocartoon create sp2a;lcaocartoon create sp2c; select (atomno=3); lcaocartoon color orange translucent 0.2;lcaocartoon create sp2b;lcaocartoon create sp2a;lcaocartoon create sp2c;select (atomno=2); lcaocartoon color [xffcc2d] translucent 0.2;lcaocartoon scale 1.1;lcaocartoon create spb;lcaocartoon create spa;</script>
 +
    <text>Die Hybridorbitale an den C-Atomen</text>
 +
  </jmolButton>
 +
 +
<jmolButton>
 +
    <script>select (hydrogen); lcaocartoon color yellow translucent 0.2; lcaocartoon scale 1; lcaocartoon create s</script>
 +
    <text>Die s-Orbitale der H-Atome</text>
 +
  </jmolButton>
 +
</jmol>
 +
 +
 +
'''Darstellung der π-Bindungen'''
 +
 +
<jmol>
 +
<jmolButton>
 +
    <script>select all;LcaoCartoon select all; LcaoCartoon delete; select (atomno=1); lcaocartoon color blue translucent 0.1; lcaocartoon scale 1.7; lcaocartoon create pz; select (atomno=2); lcaocartoon create px;</script>
 +
    <text>Pi-Bindung zwischen 1. und 2. C-Atom</text>
 +
  </jmolButton>
 +
 +
<jmolButton>
 +
    <script>select all;lcaoCartoon select all; lcaoCartoon delete; select (atomno=2); lcaocartoon color blue translucent 0.1; lcaocartoon scale 1.7; lcaocartoon create py; select (atomno=3); lcaocartoon create pz;</script>
 +
    <text>Pi-Bindung zwischen 2. und 3. C-Atom</text>
 +
  </jmolButton>
 +
 +
<jmolButton>
 +
    <script>select all;lcaoCartoon select all; lcaoCartoon delete; select (atomno=1); lcaocartoon color blue translucent 0.1; lcaocartoon scale 1.7; lcaocartoon create pz; select (atomno=2);lcaocartoon create px;lcaocartoon create py;select (atomno=3); lcaocartoon create pz;</script>
 +
    <text>Beide Pi-Bindungen</text>
 +
  </jmolButton>
 +
</jmol>
 +
 +
|}
 +
 +
[[Kategorie:Orbitalmodell]]
 +
[[Kategorie:Jmol]]

Aktuelle Version vom 30. Mai 2021, 10:46 Uhr


Darstellung und Sonstiges:


Die folgenden Knöpfe sollten je Abschnitt in der vorgegebenen Reihenfolge gedrückt werden.

Darstellung der Hybrid-Orbitale am ...


Darstellung aller Orbitale am ...


Darstellung der σ-Bindungen


Darstellung der π-Bindungen