occ_site_functions#
- WriterV1Basic.occ_site_functions#
List of occupation site basis functions.
For each sublattice with discrete site basis functions, includes:
“sublattice_index”: int, index of the sublattice
“n_occupants”: int, number of allowed occupants
“value”: list[list[float]], list of the site basis function values, as
value[function_index][occupant_index]
“constant_function_index”: int, index of the constant site basis function
- Type:
list[dict]