You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
split spectrum into two functions: spectrum and spectrum_single_k for multiple/single **k**-points
- `spectrum_single_k` now handles case where a *single* **k**-point is provided and `spectrum` is strictly for *multiple* of **k**-points
- by splitting up like this, we also enable the introduction of convenience method for 1D models, using `spectrum(..., ks)` with a plain (abstract) vector of real numbers; this is just much nicer in day-to-day use.
0 commit comments