-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Address the issue where the use of Sympy's builtin symbols (e.g., "S") within reaction definitions leads to errors, as seen in reactions like "S -> P; k1*S". Currently, using certain builtin symbols as part of the reaction or rate law notation triggers exceptions due to symbol conflicts. This problem necessitates a solution that either restricts the use of these specific builtin symbols in reaction definitions or implements a mechanism to distinguish between user-defined symbols and Sympy's builtin symbols. This enhancement will ensure greater flexibility and reliability in defining reactions without encountering unexpected errors.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request