Skip to content
Snippets Groups Projects
Commit 56b00c04 authored by Bas Nijholt's avatar Bas Nijholt
Browse files

remove unused argument in superconductor tutorial

parent 8b583c80
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment