v0.4.0
Pre-release
Pre-release
The main new features/fixes of v0.4.0 are:
- Extended
SiteSelector
s to allow specifyingindices
and exclusions (not
): #84, #97 - The
range
inHopSelector
can now be an interval, and defaults to nearest neightbor distance: #87, #88, #89 - Introduced
KetModel
s, based onSiteSelector
s for use in KPM: #80, #99 - Reworked unitcell/supercell functionality to integrate with
SiteSelector
s: #79, #98 - Fixed
wrap
: #81 - Ability to change lattices with
lattice(lat; kw...)
(e.g. change Bravais vectors): #94, #95 similarmatrix(h, flatten)
now allocates a flattened version ofh
's matrix forbloch!
: #106- Removed need to
optimize!
Hamiltonians: #106 - Maintenance and improvements of plot backends: #90, #91, #96, #102, #108, #109
- Overhauled bandstructure functionality (DualNumbers, parametric mappings, linecuts, isometric transforms...): #100, #101, #107