From a75bd18e869fbd7ab946ac33568b8892b933e26a Mon Sep 17 00:00:00 2001 From: zmorrell <66835471+zmorrell@users.noreply.github.com> Date: Fri, 22 Nov 2024 18:51:51 -0600 Subject: [PATCH] Add note about hbar (#52) Closes #51 --- 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