From 8bc681e4bc3e548be58a9a92d596603e7d111bf5 Mon Sep 17 00:00:00 2001 From: Zachary Morrell Date: Sat, 16 Nov 2024 21:44:27 -0600 Subject: [PATCH] Add note about hbar --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 9dec69c..f6d7a3d 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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