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