netket.experimental.operator.fermion.destroy#

netket.experimental.operator.fermion.destroy(hilbert, site, sz=None, dtype=None)[source]#

Builds the fermion destruction operator \(\hat{a}\) acting on the site-th of the Hilbert space hilbert.

Parameters:
  • hilbert (AbstractHilbert) – The hilbert space

  • site (int) – the site on which this operator acts

  • sz (int) – spin projection quantum number (e.g. sz=-0.5 for a spin-1/2 down)

  • dtype (Any) –

Returns:

The resulting FermionOperator2nd