Skip to content

Releases: RimuQMC/Rimu.jl

Clean up v0.3.2

13 May 03:51
7a58a8d
Compare
Choose a tag to compare

Minor changes compared to v0.3.1. Mostly cleaned up some unused types and methods.

Minor release v0.3.1

07 May 07:27
5c52287
Compare
Choose a tag to compare
  • 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

26 Feb 10:03
b42fae2
Compare
Choose a tag to compare

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

03 Nov 09:22
fd3073d
Compare
Choose a tag to compare

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

10 Aug 21:58
ed95952
Compare
Choose a tag to compare
  • 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.