From f584ea58703bea420d36b8202ecce919f92a549f Mon Sep 17 00:00:00 2001 From: Lukas Alber <36759141+luksen99@users.noreply.github.com> Date: Thu, 13 Jun 2019 14:56:04 +0200 Subject: [PATCH] Update BCN.ipynb --- Examples/BCN.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/Examples/BCN.ipynb b/Examples/BCN.ipynb index 1c9d2f3..a7bf602 100644 --- a/Examples/BCN.ipynb +++ b/Examples/BCN.ipynb @@ -84,7 +84,6 @@ "\n", "`.changeInit(system,function)` where\n", "* `system` is a string or a number: \"electron\" or \"Electron\" or 0, \"lattice\" or \"Lattice\" or 1 and \"spin\" or \"Spin\" or 2\n", - "* `side` is a string: \"left\" $x = 0$ or \"right\" $x = L$\n", "* function is a function $f_E(x)$, $f_L(x)$ or a number.\n", "\n", "`.changeBC_Type(system,side,type)` where\n",