Releases: RimuQMC/Rimu.jl
Releases · RimuQMC/Rimu.jl
Clean up v0.3.2
Minor changes compared to v0.3.1. Mostly cleaned up some unused types and methods.
Minor release v0.3.1
- compatibility with Julia v1.6
- bit string type BitString
- module StatsTools
- MPI rework and bug fixes
- use latest version of Arrow
- importance sampling
Minor release
Last release before rework of BitStringAddresses
New Features
- faster Hamiltonian
HubbardMom1D
- simpler DictVector
DVec2
Other Changes
- automated benchmarking
- extended testing
Minor release v0.2.5
New features
- Momentum space Bose-Hubbard chain with BoseHubbardMom1D
- DelayedDoubleLogUpdate
Other changes
- Documentation improvements
- CI/automatic testing works on Julia v1.5.x
Linear Operator Monte Carlo with New Documentation
-
lomc!() (for linear operator Monte Carlo) was introduced as the future starting point for calling all FCIQMC routines replacing fciqmc!() with a more systematic call syntax. The old syntax is still available now but will be deprecated soon.
-
Documentation was updated to reflect the move of the project to GitHub and introduction of lomc!. Documentation is still work in progress.
The documentation now contains a commented example script using the new syntax. An example script for running with MPI is available in the scripts/ folder.