Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: netket/netket

v3.22.0dev4 : Fix sharding issues in operators

27 Apr 11:24

Choose a tag to compare

Fix #2227 : fix DiscreteJaxOperator.n_conn general implementation

and add a test

v3.22.0dev3 : Development Candidate

11 Mar 08:27
6541699

Choose a tag to compare

v3.22.0dev2 : Development candidate

10 Mar 09:42

Choose a tag to compare

v3.22.0dev1 : Development version (candidate)

09 Mar 23:27
34e93aa

Choose a tag to compare

NetKet 3.21

15 Dec 08:41

Choose a tag to compare

What's Changed

  • Add JaxOperatorGetConnInJitError for better error handling by @PhilipVinc in #2170
  • Simplify lattice group representation contructor. by @PhilipVinc in #2155
  • Extend infidelity_sr to FullSumState by @Z-Denis in #2171
  • Fix bug in transformed vstate by @louishrm in #2175
  • support complex molecular orbitals by @inailuig in #2177
  • Distribute mo_coeff from process 0 by @inailuig in #2178
  • Track 'order' to fermion operator 2nd by @PhilipVinc in #2180
  • Move PNC operators into nk._src to avoid import loops by @PhilipVinc in #2179
  • Fix a bug in ParticleNumberAndSpinConservingFermioperator2nd where the ordering of spin sectors was reversed by @inailuig in #2184
  • Fix a bug where we would sneak arguments with auto sharding into the shard_map by @inailuig in #2182
  • Introduce flax/nnx wrappers to do operator@vstate and allow for nesting them by @PhilipVinc in #2186
  • Update sphinx requirement from ~=8.2.3 to >=8.2.3,<9.1.0 by @dependabot[bot] in #2188
  • Implement a DeterminantVariationalState that computes expectations/gradients exactly by @PhilipVinc in #2181

Full Changelog: v3.20.3...v3.21.0

NetKet 3.20.5

23 Nov 18:01

Choose a tag to compare

  • Fix a bug in the product between Ising @ other_operator being wrongly computed as other @ Ising. This also affected Heisenberg.
  • Fix a bug where the ProductOperator was wrongly computing the product of two operators.
    Full Changelog: v3.20.4...v3.20.5

NetKet 3.20.4

13 Nov 16:12

Choose a tag to compare

What's Changed

  • Add JaxOperatorGetConnInJitError for better error handling by @PhilipVinc in #2170
  • Fix Bug in nk.vqs.apply_operator

Full Changelog: v3.20.3...v3.20.4

NetKet v3.20.3

22 Oct 08:07

Choose a tag to compare

Fix a minor issue with VMC_SR(on_the_fly=False) not sharding correctly.

Full Changelog: v3.20.2...v3.20.3

NetKet 3.20.2

20 Oct 21:50

Choose a tag to compare

Fix a minor NNXWrapper bug

Full Changelog: v3.20.1...v3.20.2

NetKet 3.20.1

20 Oct 21:37
c02affa

Choose a tag to compare

Support jax 0.8

What's Changed

  • Deprecate nk.jax.tree_ravel in favor of JAX's ravel_pytree (JAX 0.8 compatibility) by @PhilipVinc in #2164

Full Changelog: v3.20.0...v3.20.1