pythtb.TBModel.parameters#

property TBModel.parameters#

Parameter providers registered on on‑site and hopping terms.

Returns:
list[dict]

Each entry describes a provider with the following fields:

  • kind: "onsite" or "hopping"

  • orbitals: index (onsite) or (i, j) tuple (hopping)

  • R: lattice-vector tuple for hoppings

  • names: list[str] of parameter names required by the provider

  • source (optional): best-effort textual description of the callable

  • function (optional): the callable itself