v0.95.0
SparseIR v0.95.0
- Removed composite bases and replaced them with augmented bases. See
src/augment.jl
for details. - Removed the aliases
fermion
&boson
, replace withFermionic()
andBosonic()
.
Merged pull requests:
- Replace composite bases with augmented basis (#37) (@samuel3008)