From 56b00c041d46b41495eea6d9fafbf378ac121710 Mon Sep 17 00:00:00 2001
From: Bas Nijholt <basnijholt@gmail.com>
Date: Thu, 10 Aug 2017 13:43:33 +0000
Subject: [PATCH] remove unused argument in superconductor tutorial

---
 doc/source/code/figure/superconductor.py.diff | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/code/figure/superconductor.py.diff b/doc/source/code/figure/superconductor.py.diff
index 156bdac6..75d9b061 100644
--- a/doc/source/code/figure/superconductor.py.diff
+++ b/doc/source/code/figure/superconductor.py.diff
@@ -28,7 +28,7 @@
  
  #HIDDEN_BEGIN_nbvn
  def make_system(a=1, W=10, L=10, barrier=1.5, barrierpos=(3, 4),
-                 mu=0.4, Delta=0.1, Deltapos=4, t=1.0, phs=True):
+                 mu=0.4, Delta=0.1, Deltapos=4, t=1.0):
      # Start with an empty tight-binding system. On each site, there
      # are now electron and hole orbitals, so we must specify the
      # number of orbitals per site. The orbital structure is the same
-- 
GitLab