Skip to content

Simulation and analysis of the effect of quantum decoherence on Anderson localisation

Notifications You must be signed in to change notification settings

jacklowe/anderson_decoherence

Repository files navigation

Anderson localisation and quantum decoherence

Since Anderson localisation (https://en.wikipedia.org/wiki/Anderson_localization) is a quantum effect it relies on quantum coherence, this project analyses what happens to such localised states when coherence is lost i.e. under decoherence/dephasing. The aim is therefore to evolve the system in a non-unitary manner.

Specifically the module (anderson_decoherence.py) contains a class of an Anderson localised system with methods that construct the Hamiltonian, diagonalise the Hamiltonian to obtain and plot ground state.

May add methods that perform statistics over an ensemble of ground states to analyse effects of changing parameters in Hamiltonian e.g. disorder strength W and those that evolve system in a non-unitary way thus introducing decoherence.

Background

The Hamiltonian may be written

which can be represented as an i dimensional square matrix with energies on the diagonal and hopping elements on the off-diagonal representing transport from site i to i+1 etc.

We distribute the energy levels according to

i.e. a flat distribution. We can also use a Gaussian distribution

note that W and the standard deviation here represent the disorder strength in the system. This can be viewed heuristically as the amount of randomness in the system. The higher the disorder strength the more sharply localised the states are in space. If the disorder strength is too large, when evolved the eigenstate may not spread at all and remain localised.

This is interesting because the eigenstates are localised, i.e. under unitary transformations such as evolution in time the eigenstate does not move. For dimensions less than 3 P.W. Anderson showed all eigenstates of the system are localised. Here we work in d=1 so all our eigenstates are localised.

Non-unitary evolution

Typically in quantum mechanics we are interested in unitary evolution in time. I.e. that given by the Schroedinger equation. However in this case since our state is temporally and spatially localised the Schroedinger equation evolution has no effect on the eigenstate (they commute).

Evolution given by the Schroedinger equation preserves quantum-coherence. We are interested in the situation where such coherence is lost. Typically this is viewed as a coupling between the system and environment and may be viewed as a quantum-to-classical transition.

How do we represent this non-unitary time evolution here?

About

Simulation and analysis of the effect of quantum decoherence on Anderson localisation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages