Releases: markusschmitt/vmc_jax
Releases · markusschmitt/vmc_jax
v1.5.0
v1.4.0
What's Changed
- Compatibility with newest Jax and Flax versions by @markusschmitt in #75
Full Changelog: v1.3.1...v1.4.0
v1.3.1
v1.3.0
What's Changed
- Add adaptive SVD cutoff. by @markusschmitt in #70
- Add general gradient estimator to SampledObs class. by @markusschmitt in #65
- Added fermionic creation-/annihilation operators (and more!) by @JonasRigo in #73
New Contributors
- @JonasRigo made their first contribution in #73
Full Changelog: v1.2.5...v1.3.0
v1.2.5
What's Changed
- Fix complex RNN by @tszoldra in #66
- Fix stats.py for MPI by @tszoldra in #68
- Fixed subset function in SampledObs for multiple local devices. by @markusschmitt in #69
New Contributors
Full Changelog: v1.2.4...v1.2.5
v1.2.4
v1.2.3
v1.2.2
What's Changed
- Dev 1.2.2 by @markusschmitt in #57
- This release fixes performance issues that were present since v1.2.0 due to unnecessary recompilation.
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Output mean and var as scalar in TDVP and MinSR classes. by @markusschmitt in #55
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Imaginary time evolution for POVM by @laurinbrunner in #37
- handled ValueError possibly raised by jax.numpy.linalg.eigh by @laurinbrunner in #43
- Refactoring of the vqs class. by @RehMoritz in #40
- Sampling with an Exponent different from two. by @RehMoritz in #41
- Defining specific symmetry sectors by @RehMoritz in #44
- get_O_loc_batched now takes the needed data type by @laurinbrunner in #47
- Jax 0.4 compatibility by @markusschmitt in #48
- POVM compatible Markov Chain Monte Carlo by @laurinbrunner in #49
- Test actions by @markusschmitt in #50
- Add automatic testing for pull requests. by @markusschmitt in #51
- Implement minSR from arXiv:2302.01941. by @RehMoritz in #39
- Correct treatment of non-holomorphic nets with complex parameters by @markusschmitt in #52
- Added test for complex non-holomorphic net. by @markusschmitt in #53
Full Changelog: v1.1.7...v1.2.0