Skip to content

Unexpected behavior in Arkane kinetic fitting #1671

@goldmanm

Description

@goldmanm

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions