Skip to content

Commit

Permalink
Update spinful_mpo_M1.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
niusen committed Oct 5, 2023
1 parent 67459ea commit d37ab74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parton_ctmrg/spinful_mpo_M1.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 16,8 @@ M=1;#number of virtual modes per bond
#each site has 4M virtual fermion modes
Q=2*M filling;#total number of physical and virtual fermions on a site;
#size of W matrix: (P 4M, Q)
#init_state="Hofstadter_N2_M"*string(M)*".jld";#initialize: nothing
init_state="QWZ_M"*string(M)*".jld";#initialize: nothing
init_state="Hofstadter_N2_M"*string(M)*".jld";#initialize: nothing
#init_state="QWZ_M"*string(M)*".jld";#initialize: nothing
#init_state="C2_model1_correct_M"*string(M)*".jld";#initialize: nothing

W=load(init_state)["W"];
Expand Down

0 comments on commit d37ab74

Please sign in to comment.