-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 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.
- Loading branch information
Showing
10 changed files
with
703 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.