Skip to content

Commit

Permalink
wizard is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cometscome committed Sep 17, 2023
1 parent 6be4059 commit 7a66f24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/system/wizard.jl
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,9 @@ function run_wizard()
end
physicalparams.Nsteps = Nsteps

if isexpert
if isexpert && physicalparams.update_method != "Heatbath"
md = MD_interactive(Dirac_operator = fermionparams.Dirac_operator)

else
md = MD()
end
Expand Down

0 comments on commit 7a66f24

Please sign in to comment.