chemaxon.calculations.ph_range
@dataclass
class
PhRange:
Class representing pH range. The range goes from lower_bound to upper_bound
(inclusive) with the step size of step.
Helper function to create a PhRange object for a single pH value.