Skip to content

Commit

Permalink
delete widget crud
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWAyers committed Jan 22, 2025
1 parent f3c6b01 commit e0d29e9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions book/ParticleIn1DBox.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -745,9 +745,6 @@
}
],
"source": [
"#The next few lines just set up the sliders for setting parameters.\n",
"#Principle quantum number slider:\n",
"\n",
"def compute_wavefunction_derivative(x, n, a, order=1):\n",
" \"\"\"Compute 1-dimensional particle-in-a-box kinetic energy density.\n",
" \"\"\"\n",
Expand Down Expand Up @@ -904,14 +901,6 @@
" #Show Plot\n",
" plt.show()\n",
"\n",
"\n",
"#Principle quantum number slider:\n",
"n = 1\n",
"\n",
"#Box length slider:\n",
"a = 1\n",
"\n",
"\n",
"make_plots(a, n)"
]
},
Expand Down

0 comments on commit e0d29e9

Please sign in to comment.