Abnormal behavior of the Liouville-von-Neuman equation

  • Thread starter Thread starter freude3
  • Start date Start date
  • Tags Tags
    Behavior
freude3
Messages
3
Reaction score
0
Hello everyone,
I am trying to solve time-dependent Liouville-von-Neumann equations for the dynamics of an electron traveling between several coherently coupled states with constant dephasing time. I was very surprised receiving negative values for diagonal elements of the density matrix in some time intervals. Did anybody face this problem? How could I interpret such a strange behaviour of the Liouville-Neumann equation?
Thank you
 
Physics news on Phys.org
That sounds bad to me i.e. negative probability. Perhaps you can post some additional details of your equation and problem and we can help further.
 
You're propagating the density matrix in time, right? Using Runge-Kutta or some such thing? These are clearly unphysical results so something is likely wrong with your numerical method. Try a smaller step size and recheck your code.
 
Thanks all for replies. Einstein Mcfly, you are right. Indeed, I am using Runge-Kutta solver. However, It seems, the numerical procedure is working correct. Could the problem be in the constant dephasing time which I have added artificiallyv (it is not following from the density matrix formalism)? Could such an approximation lead to some violation of the causality?
 
freude3 said:
Thanks all for replies. Einstein Mcfly, you are right. Indeed, I am using Runge-Kutta solver. However, It seems, the numerical procedure is working correct. Could the problem be in the constant dephasing time which I have added artificiallyv (it is not following from the density matrix formalism)? Could such an approximation lead to some violation of the causality?

Set the dephasing parameter to zero and check the simple cases. Start with a pure state and propagate in time and see to it that nothing happens (norms preserved, no population moves etc). Then create an incoherent mixture between two states and see that those populations don't change. Then, try a coherent superposition between two with a pi/2 phase difference and see that the populations oscillate sinusoidally. Then try for a three state coherent superposition and such. Try all of these simple cases before you rest assured that your basic algorithm is working properly. Then, turn on dephasing and make sure it's only acting on the coherences. Start with a small parameter and check the populations and such. Also, work out by hand the exact equations of motion for a two or three or four state system for all of the populations and coherences and check that that's exactly what's happening in your code. This is tedious, but I've found it to be the best (and sometimes only) way to debug complicated code. Working with cases that you know the answer to will also allow you to determine what step size you have to use to get physical results.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. Towards the end of the first lecture for the Qiskit Global Summer School 2025, Foundations of Quantum Mechanics, Olivia Lanes (Global Lead, Content and Education IBM) stated... Source: https://www.physicsforums.com/insights/quantum-entanglement-is-a-kinematic-fact-not-a-dynamical-effect/ by @RUTA
If we release an electron around a positively charged sphere, the initial state of electron is a linear combination of Hydrogen-like states. According to quantum mechanics, evolution of time would not change this initial state because the potential is time independent. However, classically we expect the electron to collide with the sphere. So, it seems that the quantum and classics predict different behaviours!
According to recent podcast between Jacob Barandes and Sean Carroll, Barandes claims that putting a sensitive qubit near one of the slits of a double slit interference experiment is sufficient to break the interference pattern. Here are his words from the official transcript: Is that true? Caveats I see: The qubit is a quantum object, so if the particle was in a superposition of up and down, the qubit can be in a superposition too. Measuring the qubit in an orthogonal direction might...
Back
Top