v0.9.0
Rimu v0.9.0
Closed issues:
- Random numbers and threading (#158)
- Incorrect info in
lomc!()
docstring (#172) lomc!
test randomly failing (#176)- Tests failing on Apple Silicon (#197)
Merged pull requests:
- Exact diagonalisation example (#161) (@mtsch)
- Make symmetries preserve
LOStructures
of Hamiltonians (#169) (@mtsch) - Sparse Addresses (#173) (@mtsch)
- Bugfix/g2example tests (#174) (@christofbradly)
- Make Hamiltonian constructor throw error when passed a type (#175) (@joachimbrand)
- CompatHelper: bump compat for MPI to 0.20, (keep existing compat) (#177) (@github-actions[bot])
- Spring cleaning part 1: Remove
ConsistentRNG
, silence StatsTools tests (#178) (@mtsch) - Spring cleaning part II: Clean up StochasticStyles (#180) (@mtsch)
- Add fix for
fold=false
withBoseFS
(#182) (@mtsch) - Clean up MPI testing (#184) (@joachimbrand)
- Disable fail-fast in GH actions (#185) (@mtsch)
- Remove threading (#186) (@mtsch)
- Add an extension for using Rimu with KrylovKit (#187) (@mtsch)
PDVec
with tuples (#188) (@mtsch)- Fix bug in
dot
onFermiOccupiedModes
(#189) (@mtsch) - VectorInterface and other vector improvements (#191) (@mtsch)
- get basis w/o sparse matrix (#192) (@christofbradly)
- Change tolerance in
ratio_of_means
test (#193) (@mtsch) - Fix long compilation times when creating Fock addresses (#194) (@mtsch)
- Fix equality for
DVec
(#195) (@mtsch) - Apple silicon workaround (#196) (@joachimbrand)
- Implement FCIQMC as transition operator (#198) (@mtsch)
- optional sizehint for building matrix (#199) (@christofbradly)
- Harmonic oscillator in Cartesian basis (#200) (@christofbradly)
- CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#201) (@github-actions[bot])
- HO example (#202) (@christofbradly)
- CompatHelper: add new compat entry for Combinatorics at version 1, (keep existing compat) (#203) (@github-actions[bot])
- CompatHelper: add new compat entry for TupleTools at version 1, (keep existing compat) (#204) (@github-actions[bot])
- CompatHelper: add new compat entry for HypergeometricFunctions at version 0.3, (keep existing compat) (#205) (@github-actions[bot])
- Feature/dimension (#206) (@joachimbrand)