Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ilamanov/29a11ae3031ada1f1b5b2010551bbafe to your computer and use it in GitHub Desktop.
Save ilamanov/29a11ae3031ada1f1b5b2010551bbafe to your computer and use it in GitHub Desktop.
infinite_well = {
"x_low": -1.0,
"x_high": 1.0,
"delta": 0.002,
"V": lambda x: 0.0
}
psi = integrate(E=1.0, **infinite_well)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment