Releases: krivenko/KeldyshED.jl
Releases · krivenko/KeldyshED.jl
v0.7.0
KeldyshED v0.7.0
- This is the first release to be registered in the General package registry.
- Added proper docstrings and created a documentation website on GitHub Pages.
- A few new functions to compute full and reduced density matrices and evolution operators.
Hilbert
: New functionsmatching_indices()
,translate()
,product_basis_map()
andfactorized_basis_map()
.Hilbert
: New operators⊗
andBase.(/)
defined for pairs ofFullHilbertSpace
's.Hilbert
: A new overload ofmerge_subspaces!()
. It merges some of the invariant subspaces in aSpacePartition
object to ensure that the resulting subspaces are also invariant w.r.t. a given operator.EDCore
: New keyword argumentsymmetry_breakers
ofEDCore
's constructor. It allows for passing an optional list of operators that must share invariant subspaces with the Hamiltonian.EDCore
: New functionstofockbasis()
,toeigenbasis()
andfull_hs_matrix()
.- A few minor bug fixes.