mirror of
https://github.com/vale981/bandfit
synced 2025-03-04 17:11:38 -05:00
remove dead code
This commit is contained in:
parent
a58641c3a9
commit
ddbd494d6d
1 changed files with 0 additions and 5 deletions
|
@ -151,13 +151,8 @@ def detect_bands_fixed_k(
|
||||||
)
|
)
|
||||||
|
|
||||||
σ_1, σ_2, *_ = np.sqrt(np.diag(cov))
|
σ_1, σ_2, *_ = np.sqrt(np.diag(cov))
|
||||||
|
|
||||||
(e_1, σ_1), (e_2, σ_2) = np.sort(((e_1, σ_1), (e_2, σ_2)), axis=0)
|
(e_1, σ_1), (e_2, σ_2) = np.sort(((e_1, σ_1), (e_2, σ_2)), axis=0)
|
||||||
|
|
||||||
# es = np.linspace(0, col.size, 1000)
|
|
||||||
# plt.plot(col)
|
|
||||||
# plt.plot(es, double_lorentzian(es, e_1, e_2, γ, _))
|
|
||||||
|
|
||||||
return e_1, e_2, σ_1, σ_2
|
return e_1, e_2, σ_1, σ_2
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue