Skip to content

V1.0.2

Vicentini Filippo requested to merge v1.0.2 into master

Created by: gcarleo

NetKet v1.0.2

This release features a consistent refactoring of the C++ code, and the addition of a few new features.
Starting from this version, it will be easier for external collaborators to submit their pull requests and integrate contributions in NetKet. All contributors (and those getting involved in the Challenges), will need to fork from this version or higher. See also our brand new guidelines for contributions.

New Features

  • Custom graphs can be created from an Edgelist
  • Custom graphs can feature Isomorphisms (useful to automatically discover lattice symmetries )

Under the hood

  • CMake is used for building, installing and testing
  • Cleaner structure for include files
  • Suit of unit tests, based on Catch 2
  • Continuous integration support through Travis
  • Automatic control of memory leaks at CI stage
  • Automatic code review with Codacy
  • Contributing guidelines and code of conduct
  • Utils directory, containing Json, Parallel and Random utilities

Please visit our website for further information about NetKet.

Merge request reports