Skip to content

Releases: joachimbrand/Rimu.jl

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.