Skip to content

Commit

Permalink
Add note about hbar (#52)
Browse files Browse the repository at this point in the history
Closes #51
  • Loading branch information
zmorrell authored Nov 23, 2024
1 parent eeeb134 commit a75bd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Specifically it solves the Schrödinger equation with a time dependent Hamiltoni
```math
i \frac{d}{dt}\left|\Psi(t)\right\rangle = H(t)\left|\Psi(t)\right\rangle
```
For $t \in [0, T]$ and for the initial condition $\left|\Psi_{0}\right\rangle$.
For $t \in [0, T]$ and for the initial condition $\left|\Psi_{0}\right\rangle$. Note that we are taking $\hbar = 1$.

Currently the implementation focuses on solving Hamiltonians of the so-called Transverse-Field Ising model, which has the following form,
```math
Expand Down

0 comments on commit a75bd18

Please sign in to comment.