Docs for sigma operators
Created by: mmezic
The documentation of the ladder operator netket.operator.spin.sigmap
says σ^+ = σ^x + i σ^y
, but in fact it is defined as σ^+ = 1/2(σ^x + i σ^y)
in the code.
The same error is in the documentation of netket.operator.spin.sigmam
operator.