v0.10.0
github-actions
released this
11 Nov 09:42
·
54 commits
to develop
since this release
Rimu v0.10.0
Breaking changes:
- The
HOCartesianEnergyConserved
Hamiltonian renamed toHOCartesianContactInteractions
. Energy blocking in this Hamiltonian can now be disabled with theblock_by_level
keyword argument.
New features:
PDVec
: an alternative toDVec
that does most operations in a threaded and MPI-distributed fashion.DataFrame
s saved withsave_df
orReportToFile
can now be compressed and will be compressed by default.- Addresses can now be written to and read from Arrow files.
- The
HOCartesianCentralImpurity
Hamiltonian for particles in a harmonic trap with a delta potential in the middle. HOCartesianEnergyConservedPerDim
now uses a more numerically stable method of computing integrals.eigsolve
fromKrylovKit
now automatically determines whether a Hamiltonian is Hermitian or not.
Merged pull requests:
- PDVec (#183) (@mtsch)
- interaction strength for HO hamiltonians (#207) (@christofbradly)
- remove Papenbrock/1d integral (#208) (@christofbradly)
- HO 2boson relative (#209) (@christofbradly)
- HO without blocking (#210) (@christofbradly)
- Better benchmarks (#211) (@mtsch)
- Compress DataFrames (#212) (@joachimbrand)
- CompatHelper: bump compat for VectorInterface to 0.3, (keep existing compat) (#214) (@github-actions[bot])
- CompatHelper: bump compat for VectorInterface to 0.4, (keep existing compat) (#215) (@github-actions[bot])
- Add reading/writing addresses from arrow files (#216) (@mtsch)
- Bugfix/doc errors (#217) (@christofbradly)
- update coveralls action (#218) (@joachimbrand)
- CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#219) (@github-actions[bot])
- CompatHelper: add new compat entry for TOML at version 1, (keep existing compat) (#220) (@github-actions[bot])