Skip to content

Commit

Permalink
Added warning for last commit's fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lcrippa committed Oct 11, 2024
1 parent 1ce942c commit fd65c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ED_INPUT_VARS.f90
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ subroutine ed_read_input(INPUTunit)


call parse_input_variable(ed_mode,"ED_MODE",INPUTunit,default='normal',comment="Flag to set ED type: normal=normal, superc=superconductive, nonsu2=broken SU(2)")
if(ed_mode.eq."super")ed_mode="superc"
if(ed_mode.eq."super")ed_mode="superc" !#FIXME: this is a dirty trick to 'fix' an obscure bug, see commit 1ce942ce1c66aacdc3b017889890cad942aee0c7
call parse_input_variable(ed_diag_type,"ED_DIAG_TYPE",INPUTunit,default="lanc",comment="flag to select the diagonalization type: 'lanc' for Lanczos/Davidson, 'full' for Full diagonalization method")
call parse_input_variable(ed_finite_temp,"ED_FINITE_TEMP",INPUTunit,default=.false.,comment="flag to select finite temperature method. note that if T then lanc_nstates_total must be > 1")
call parse_input_variable(ed_sectors,"ED_SECTORS",INPUTunit,default=.false.,comment="flag to reduce sector scan for the spectrum to specific sectors +/- ed_sectors_shift.")
Expand Down

0 comments on commit fd65c06

Please sign in to comment.