Rimu.jl
Rimu.jl copied to clipboard
Fast basis
New features
-
build_basis
andbuild_sparse_matrix_from_LO
are now parallel. -
build_basis
andbuild_sparse_matrix_from_LO
now support an argumentmax_depth
which limits the number of steps of the breadth first search to perform. - New method
build_basis(::AbstractFockAddress)
which is much faster.
Bugfixes
-
OccupationNumberFS
now has the same ordering asBoseFS
. - Fix a bug where
MatrixHamiltonian
would not work with sparse matrices that have implicit zeros on the diagonal.