Joachim Brand
Joachim Brand
Hi, I'm a big fan of the package. Being able to solve eigenvalue problems without vectors and matrices is awesome. Thanks you very much! I was wondering about the possibility...
# Implement the Solve interface defined by `CommonSolve.jl` Third attempt ## changes to the code - `ReplicaState` (formerly `QMCState`) stores `step` as `Ref`, access magic is removed - new struct...
All Fock-space operators should have hats. So far docstrings have not used hats on canonical creation and destruction operators and used hats inconsistently for number operators. All should have hats,...
Rimu is providing the functions `save_dvec` and `load_dvec` for saving `DVec`s to disk. Apparently the package [`BSON.jl`](https://github.com/JuliaIO/BSON.jl) on newer Julia versions ≥ 1.8. Consequently these function should no longer be...
Throw meaningful error message when attempting to build ProjectorMonteCarloProblem with complex Hamiltonian
Retire (in this PR deprecate) - `BoseHubbardMom1D2C` in favour of `HubbardMom1D`. Constructing the latter with a `BoseFS2C` address will eventually use the old type. We are just deprecating using the...
Thanks for this very nice package! I noticed that the documentation links in the `README.md` file are broken.
## The problem with the current `AbstractHamiltonian` interface The interface for `AbstractHamiltonian` and `AbstractObservable` require amongst other things - given an `address` be able to calculate the number of non-zero...
## New Features - `AdaptiveTimeStep`, a new `TimeStepStrategy` aimed at maximising the time step but avoiding zombies. - `boost` is accepted as a keyword argument for `ProjectorMonteCarloProblem` to control the...
At this point there is limited support for complex valued Hamiltonians. E.g. `ExtendedHubbardReal1D` can be instantiated with a complex hopping amplitude. This Hamiltonian can be converted into a matrix and...