Monte Carlo Wavefunction Methods

Click For Summary
SUMMARY

The discussion focuses on the Monte Carlo Wavefunction Methods, specifically the Euler scheme for solving open quantum systems. The Euler scheme is a first-order method where the order of convergence indicates that higher-order schemes reduce the number of iterations needed for accurate approximations. It is established that for nonstiff differential equations, the total error after integration is proportional to the time step size raised to the power of the order of the method. Additionally, the discussion highlights the complexities of global error in multistep methods, particularly for stochastic differential equations.

PREREQUISITES
  • Understanding of stochastic differential equations
  • Familiarity with numerical methods for solving differential equations
  • Knowledge of error analysis in numerical methods
  • Basic concepts of quantum mechanics and open quantum systems
NEXT STEPS
  • Research higher-order numerical methods for solving differential equations
  • Learn about stability conditions in multistep methods
  • Explore the application of Monte Carlo methods in quantum mechanics
  • Study error analysis techniques for stochastic differential equations
USEFUL FOR

Researchers and practitioners in quantum mechanics, numerical analysts, and anyone involved in the development or application of Monte Carlo methods in the context of open quantum systems.

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   Reactions: Raptor112

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K