Skip to content

Commit

Permalink
quick update raritan
Browse files Browse the repository at this point in the history
  • Loading branch information
kfgarrity committed Nov 12, 2024
1 parent 9e3de21 commit 633697b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TB.jl
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ function read_tb_crys_kspace(filename; directory=missing)

tb = make_tb_k(Hk, kind_arr, kweights, Sk, h1=h1, h1spin=h1spin, grid=grid, nonorth=nonorth)

tbck = make_tb_crys_kspace(tb, crys, nelec, dftenergy, scf=scf, eden=eden, gamma=gamma, background_charge_correction = background_charge_correction)
tbck = make_tb_crys_kspace(tb, crys, nelec, dftenergy, scf=scf, eden=eden, background_charge_correction = background_charge_correction)

return tbck

Expand Down

0 comments on commit 633697b

Please sign in to comment.