Die optischen Bloch-Gleichungen

Aus testwiki
Zur Navigation springen Zur Suche springen

beschreiben in der Quantenoptik die Wechselwirkung von Licht mit den Energie-Niveaus von Atomen oder Molekülen. Es gibt sie in einigen Variationen:

  • zwei-Niveau-Näherung
  • Resonanznäherung (auch rotating wave approximation genannt)
  • Ratengleichungen
  • Bloch-Lorenz-Modell
  • Jaynes-Cummings-Paul-Modell

Grundbegriffe des Modells

Dichte-Operator ρ

Allgemeine Struktur

ddtρ=i[H,ρ]+[ρ]

solche Abbildungen ("Diagramm") kann wikiversity selbst erstellen. Das Beschriften der Achsen mit dem Feld "title" unter "axes". Keine Ahnung, wie umständlich es ist, die Daten zu importieren, obwohl python das JSON-Format unterstützt.

<graph>{ "version": 2, "width": 400, "height": 200, "data": [ { "name": "table", "values": [ { "x": 0, "y": 1 }, { "x": 1, "y": 3 }, { "x": 2, "y": 2 }, { "x": 3, "y": 4 } ] } ], "scales": [ { "name": "x", "type": "linear", "range": "width", "nice": false, "domain": { "data": "table", "field": "x" } }, { "name": "y", "type": "linear", "range": "height", "nice": true, "domain": { "data": "table", "field": "y" } } ], "axes": [ { "type": "x", "scale": "x",

                       "title": "x-Achse",

}, { "type": "y", "scale": "y",

                       "title": "y-Achse"

} ], "marks": [ { "type": "line", "from": { "data": "table" }, "properties": { "enter": { "x": { "scale": "x", "field": "x" }, "y": { "scale": "y", "field": "y" }, "y2": { "scale": "y", "value": 0 }, "interpolate": { "value": "monotone" }, "stroke": { "value": "steelblue" }, "strokeWidth": { "value": 2 } } } } ] }</graph>


Siehe auch