https://github.com/entron/snake-dmrg
Raw File
Tip revision: 5581575de60596a13ea45e4ac96e981b761d95c0 authored by Cheng Guo on 18 March 2015, 18:47:37 UTC
Update README.md
Tip revision: 5581575
gen_model_multipara.m
Omega=0.05;
for Lambda=2
    for BathL=50
        for z=1
            for omegaratio=1:2
            gen_model(Omega,omegaratio,Lambda,BathL,z);
            end
        end
    end
end
back to top