Closed kfir4444 closed 1 year ago
RMG uses a different constructor when running the input file than it does in the raw code. I suspect this is the corresponding constructor: https://github.com/ReactionMechanismGenerator/RMG-Py/blob/1c1b9b052b53886e025264d8169103b2922ee623/arkane/statmech.py#L237.
Thanks @mjohnson541,
Should it not be hinderedRotor
instead of HinderedRotor
then?
It's related to how RMG defines functions when reading input files: https://github.com/ReactionMechanismGenerator/RMG-Py/blob/1c1b9b052b53886e025264d8169103b2922ee623/arkane/statmech.py#L354
Ok, thanks @mjohnson541!
Topic
General area which your question is related to.
Context
I am trying to create the
HinderedRotor
object.Question
Hey, In the documentations, towards the end of the paragraph, there is a bit of code the related to creating the
HinderedRotor
object:However, in the documentations for the
HinderedRotor
class, it seems like the input should be different:There is seemed to be an inconsistency between the two representations of the object. Is this intentional, or am I missing something? Thanks :)
Installation Information
Describe your installation method and system information if applicable.