From 46b6e2b9e35ae7e92edbb04ae4b88ecca1a32a15 Mon Sep 17 00:00:00 2001
From: BowyLR <b.m.lariviere@student.tudelft.nl>
Date: Tue, 25 Feb 2020 08:52:51 +0000
Subject: [PATCH] Update 5_atoms_and_lcao_solutions.md

---
 src/5_atoms_and_lcao_solutions.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/5_atoms_and_lcao_solutions.md b/src/5_atoms_and_lcao_solutions.md
index 52dd0e07..d2dd4438 100644
--- a/src/5_atoms_and_lcao_solutions.md
+++ b/src/5_atoms_and_lcao_solutions.md
@@ -39,10 +39,10 @@ $$
 
 2. $$
     H = -\frac{mV_0^2}{ħ^2}\begin{pmatrix}
-        1/2+\exp(-\frac{2mV_0}{ħ^2}(x_2-x_1)) &
-        \exp(-\frac{mV_0}{ħ^2}(x_2-x_1))\\
-        \exp(-\frac{mV_0}{ħ^2}(x_2-x_1)) &
-        1/2+\exp(-\frac{2mV_0}{ħ^2}(x_2-x_1))
+        1/2+\exp(-\frac{2mV_0}{ħ^2}|x_2-x_1|) &
+        \exp(-\frac{mV_0}{ħ^2}|x_2-x_1|)\\
+        \exp(-\frac{mV_0}{ħ^2}|x_2-x_1|) &
+        1/2+\exp(-\frac{2mV_0}{ħ^2}|x_2-x_1|)
     \end{pmatrix}
   $$
 
-- 
GitLab