Skip to content

Python Driver for NetKet

Vicentini Filippo requested to merge github/fork/jamesETsmith/master into master

Created by: jamesETsmith

Addresses Issue #8 (closed). This PR adds a Python module called pynetket and it's a first stab at using Python to drive NetKet calculations. A quick summary of what I've added:

  1. Python module netket/pynetket/
  2. Tutorials netket/Tutorials/Input_Driver/
  3. A few unit tests netket/Tests/Input_Driver/

The module is not complete yet, but @gcarleo suggested that I submit the PR to get the discussion started.

Merge request reports