Skip to content

maintenance: fix cpuinfo on M1 and fix docstring

Vicentini Filippo requested to merge pv/maint into master

Created by: PhilipVinc

Fixes 3 bugs:

  • cpuinfo callide by netket.tools.info crashed on M1 Macs because sysctl -a changed output format
  • operator.Ising() with integer dtypes could not be converted to local operators
  • fix docstring

Merge request reports