Skip to content

lgarrigue/many_body_dyn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Function

This code builds the exact N-body Schrödinger Hamiltonian, with interaction, and propagates waves in time. It can handle any number of particles but only the dimension one.

Run

Run the script opening julia and calling

include("many_body_dyn.jl")

The example given in the script will create a potential and propagate Schrödinger's equation. At the end it will plot the potential and the one-body reduced density, and the pair density at six times.

Example

Here is an example of the evolution of a wave, we represent the potential and the one-body density

Plot

and the pair density at six different times

Plot

About

Propagate in time the N-body Schrödinger equation, in dimension one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages