-
Notifications
You must be signed in to change notification settings - Fork 252
Closed
Labels
Description
Bug Description
If a user of arkane does not input temperature ranges for high-pressure kinetics, Arkane will space the values between 298 and 2500 K using equal spacing in 1/T (located in generateKinetics of kinetics.py)
If the user specifies Tmin, Tmax, and Tcount, then Arkane will space the points out equally in T space (located in init in kinetics.py).
The difference in spacing also goes against what the original commit message says (beaafb5). I would think that to be consistent, we should either use T or 1/T spacing for both. My personal preference is 1/T spacing. Unless people have opposition, I cam implement this change.
Reactions are currently unavailable