rockverse.dect.DECTGroup.maxn#
- property DECTGroup.maxn#
Maximum value for inversion coefficient $n$ in the broad search algorithm used during Monte Carlo simulations.
Examples
To get the current value of maxA:
>>> current_maxn = dectgroup.maxn
To set a new value for maxA:
>>> dectgroup.maxn = 15 # Adjusting for specific data requirements