netket.jax.vjp#

netket.jax.vjp(fun, *primals, has_aux=False, conjugate=False)[source]#
Return type

Union[Tuple[Any, Callable], Tuple[Any, Callable, Any]]

Parameters