qmsolve
qmsolve copied to clipboard
⚛️ A module for solving and visualizing the Schrödinger equation.
Use CuPy for 'eigsh' mode in solve fxn in hamiltonian.py for GPU-accelerated computation. Added .DS_Store to .gitignore.
I am running the example `1D_potential_barrier.py`. In the function potential barrier, if set V0 to a negative value then the visualization of the potential isn't correct. For negative values of...
I am having some issues learning how to work with this package. Some of the examples don't seem to work the same way on my computer. Most work, but there...
Hi there, I'm wondering if there might be a way to export the 3D Two Gaussian Wells to 3D files like STEP, STL, FBX, or GLTF. I realize it's a...
I'm curious if QMSolve can be combined with ChartJS in a Client-Server model? In this case QMSolve will calculate and return data for the client side to display.