A Monte Carlo Wavefunction Methods

Raptor112
Messages
46
Reaction score
0
From the Theory of Open Quantum Systems; the Euler scheme is given by:

##\psi_{k+1} = \psi_{k} + D_1(\psi_k)\Delta t + D_2(\psi_k) \Delta W_k##

and is a scheme of order 1. What does the order of convergence mean? From my understanding higher order schemes require fewer interations to give a decent approximation. Is there anything more than that?
 
Last edited:
Order ##p## means that the error per step is ##O(\Delta t^{p+1})##.

As a consequence, for a nonstiff differential equation, the total error after intergation with a single-step method over a time of order 1 is ##O(\Delta t^{p})##. If ##\Delta t## is sufficiently small this makes higher order methods far more useful, in the sense that to get the same global accuracy, far bigger (and hence far fewer) steps can be taken.

For multistep methods and in the stiff case, the total error may be much larger, and additional stability conditions beyond the order are needed to get the same conclusion.

The possible conclusions about the global error are again more complicated (and not easy to summarize) in case of using these methods for stochastic differential equations, as in your case. (But all this has nothing to do with physics.)
 
Last edited:
  • Like
Likes Raptor112
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!
Back
Top