yuyuexi / MBL_ED.jl

Exact diagonalization about many-body localization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MBL_ED

Build Status Coverage

It's a Julia program for repetition of the FIG. 2. in Phys. Rev. Lett. 119, 075702 (2017) - Two Universality Classes for the Many-Body Localization Transition

For start, just

]add https://github.com/WeiMXi/MBL_ED.jl
using MBL_ED
# maybe you need install some pkg
# ]add JLD, Gadfly, DataFrames, Cairo, Statistics
# copy the example folder of the repository in the current directory
# then we can use the run.jl and data_process.jl
include("example/run.jl")   # run in parallel computing
include("example/data_process.jl")  # process data and get pdf of the result

Then, we can obtain result :

result

For adjust more parameters, change example/run.jl

About

Exact diagonalization about many-body localization

License:MIT License


Languages

Language:Julia 100.0%