qmsolve
qmsolve copied to clipboard
⚛️ A module for solving and visualizing the Schrödinger equation.
How are you? I have seen your videos on YouTube. Physics simulation videos are very beautiful and I am a final semester student of bachelor degree in physics and my...
It is not clear from the examples how to solve the Schrodinger equation in SI units from the examples. Could you please clarify on this?
I've been studying the 2D time-dependent two-slit diffraction example. I'm trying to understand the units of the time degree of freedom. If I modify the potential to be all zero,...
The simulation seems to run ok. However a plot at t=0 is plotted but no animation. The following warning is displayed: UserWarning: Animation was deleted without rendering anything. This is...
Helo, I try make Ising Hamiltonian simulation, how represent H for simulation with two qubits? Thanks you
In the time independent harmonic oscillator from example, the eigen states doesn't have any imaginary part contrary to what could be expected by the analytical resolution of the harmonic oscillator....
CuPy also has eigsh and it makes computation much faster, the code should be almost identical to what is alraedy there ```Python if method == 'eigsh': from scipy.sparse.linalg import eigsh...
Hello, Your library is amazing and so are your examples. I was working on something similar for my research then stumbled upon your project. I am trying to specify a...
Some code contains non-printable characters that causes problems when trying to run simulations. Manually solving this manually is tedious. Any chance of using only printable characters?