quantum-visualizations / qmsolve

⚛️ A module for solving and visualizing the Schrödinger equation.
BSD 3-Clause "New" or "Revised" License
889 stars 116 forks source link

Add superpositions method for Visualization class #3

Closed marl0ny closed 3 years ago

marl0ny commented 3 years ago

Include the superpositions functions from the main branch in the prototype as well. This requires adding the new class ComplexSliderWidget. I've modified 1D_harmonic_oscillator.py and 2D_harmonic_oscillator.py to present examples of the new method.