mosaicmpi.integration.Integration.select_k_values#
- Integration.select_k_values(k_subset: Collection[int] | Dict[str, Collection[int]] = (2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60), exclude_unshared_k_values: bool = False) None#
Select k-values for integration.
- Parameters:
k_subset (Union[Collection[int], Dict[str, Collection[int]]]) – k-values to use for integration. Either a Collection of integers, or a dict specifying k-values separately for each dataset. Defaults to (2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60)
exclude_unshared_k_values (bool, optional) – in addition to the k_subset, also exclude k-values that are not shared with all datasets.