quantumworldX¶
Welcome to the quantumworldX python module documentation page.
quantumworldX is a colleciton of functions related to the edX QuantumWorldX course.
You will find functions for:
- Creating and manipulating 1-D numpy arrays that represent wavefunctions.
- Plotting 1-D,2-D and 3-D wavfunctions.
- Access to wavefunction for basic models such as Particle in a Box, Molecular Hydrogen and Helium.
- Solving Schrödinger equation in 1-D.
- More...
Most of the used functions are located under quantumworldX.core
for which you can find basic documentation on functions.