Rimu.jl icon indicating copy to clipboard operation
Rimu.jl copied to clipboard

Fast basis

Open mtsch opened this issue 4 months ago • 2 comments

New features

  • build_basis and build_sparse_matrix_from_LO are now parallel.
  • build_basis and build_sparse_matrix_from_LO now support an argument max_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 as BoseFS.
  • Fix a bug where MatrixHamiltonian would not work with sparse matrices that have implicit zeros on the diagonal.

mtsch avatar Sep 30 '24 07:09 mtsch