netket.operator.boson.number#
- netket.operator.boson.number(hilbert, site, dtype=<class 'float'>, *, cls=<class 'netket.operator._local_operator.jax.LocalOperatorJax'>)[source]#
Builds the number operator \(\hat{a}^\dagger\hat{a}\) acting on the site-th of the Hilbert space hilbert.
If hilbert is a non-Bosonic space of local dimension M, it is considered as a bosonic space of local dimension M.
- Parameters:
- Return type:
TypeVar
(_LocalOperatorT
, bound=LocalOperatorBase
)- Returns:
An instance of {class}`nk.operator.LocalOperator`.