From 8d46bb0a85c72f3586db03b101381126e657f9b7 Mon Sep 17 00:00:00 2001 From: Donjan Rodic <donjan@dyx.ch> Date: Tue, 22 Mar 2016 08:44:44 +0100 Subject: [PATCH] improved wording --- exercises/ex04_solution/heised.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/ex04_solution/heised.ipynb b/exercises/ex04_solution/heised.ipynb index 2e20136..4f94aa7 100644 --- a/exercises/ex04_solution/heised.ipynb +++ b/exercises/ex04_solution/heised.ipynb @@ -6,7 +6,7 @@ "source": [ "### Exact Diagonalization\n", "\n", - "A C++ code for exact diagonalization is attached to this solution sheet, and can be compiled by following the instructions provided with the skeleton code. Numeric results are available in the openchain.dat and periodicchain.dat for an open and periodic boundary conditions, respectively. The figures below can be reproduced with the `plot.py` script." + "A C++ code for exact diagonalizationcan be found in the `heised_cpp` directory, and can be compiled by following the instructions provided with the skeleton code. Numeric results are available in the `openchain.dat` and `periodicchain.dat` for an open and periodic boundary conditions, respectively. The figures below can be reproduced with the `plot.py` script." ] }, { -- GitLab