Get rid of netket::Qubits class
Created by: twesterhout
netket::Qubits
is really just a CustomHilbert
with localstates = {0.0, 1.0}
. No need for code duplication.
Created by: twesterhout
netket::Qubits
is really just a CustomHilbert
with localstates = {0.0, 1.0}
. No need for code duplication.