Skip to content

Commit 6882f15

Browse files
committed
Heisenberg picture
1 parent c96bb2d commit 6882f15

File tree

4 files changed

+35
-1
lines changed

4 files changed

+35
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
resources/
33
public/
44
.DS_Store
5+
.idea
6+
.python-version
57
**/__pycache__
68
**/.DS_Store
79

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Welcome to [https://stemformulas.com/](https://stemformulas.com/), the site with the goal of being the best place in the world to look for STEM-related formulas.
66

77
## Features:
8-
- 97 formulas and counting (we gotta pump those numbers up)
8+
- 98 formulas and counting (we gotta pump those numbers up)
99
- The search bar is in focus on site load for quick searching
1010
- The / key can be used to open the search on any page
1111
- LaTeX can be copied by clicking on it on any formula's page
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: "Heisenberg Picture"
3+
description: "Heisenberg's equation that describes a particle in a potential"
4+
summary: "Heisenberg's equation that describes a particle in a potential"
5+
tags: ["math", "physics", "quantum mechanics"]
6+
date: 2025-01-20
7+
latex: "\\small {d \\over d t}A_H = \\frac{1}{i\\hbar}[A_H, H] + \\left(\\frac{\\partial A_H}{\\partial t}\\right)"
8+
---
9+
10+
{{< katex >}}
11+
12+
The Heisenberg picture (also known as the Heisenberg representation) is a fundamental time-dependent differential equation in quantum mechanics. In the Heisenberg picture, the state vectors remain fixed, and the operators evolve over time. The general form of the equation is:
13+
14+
$$ {d \over d t}A_H = \frac{1}{i\hbar}[A_H, H] + \left(\frac{\partial A_H}{\partial t}\right) $$
15+
16+
Where:
17+
18+
- \\( \small A_H \\) is an operator/observable (e.g. position, momentum, etc.) in the Heisenberg picture,
19+
- \\( \small H \\) is the Hamiltonian of the system,
20+
- \\( \small \hbar \\) is the reduced Planck constant,
21+
- \\( \small [·,·] \\) denotes the [commutator](https://en.wikipedia.org/wiki/Commutator)
22+
23+
24+
## No Time Dependence
25+
26+
If the operator \\( \small A_H \\) does not have an explicit time dependence, the equation simplifies to:
27+
28+
$$ {i\hbar}{d \over d t}A_H = [A_H, H]. $$
29+
30+
## Sources
31+
32+
- [Wikipedia: Heisenberg Picture](https://en.wikipedia.org/wiki/Heisenberg_picture)
115 KB
Loading

0 commit comments

Comments
 (0)