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
A few new functions to compute full and reduced density matrices and evolution operators.
Hilbert: New functions matching_indices(), translate(), product_basis_map() and factorized_basis_map().
Hilbert: New operators ⊗ and Base.(/) defined for pairs of FullHilbertSpace's.
Hilbert: A new overload of merge_subspaces!(). It merges some of the invariant subspaces in a SpacePartition object to ensure that the resulting subspaces are also invariant w.r.t. a given operator.
EDCore: New keyword argument symmetry_breakers of EDCore's constructor. It allows for passing an optional list of operators that must share invariant subspaces with the Hamiltonian.
EDCore: New functions tofockbasis(), toeigenbasis() and full_hs_matrix().