netket.experimental.operator.fermion.createΒΆ
-
class
netket.experimental.operator.fermion.
create
(hilbert, site, sz=None, dtype=None)[source]ΒΆ Builds the fermion creation operator \(\hat{a}^\dagger\) acting on the site-th of the Hilbert space hilbert.
- Parameters
hilbert (
AbstractHilbert
) β The hilbert spacesite (
int
) β the site on which this operator actssz (
int
) β spin projection quantum number (e.g. sz=-0.5 for a spin-1/2 down)
- Returns
The resulting FermionOperator2nd