You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- RMG inputs: Python scripts defining `database()`, `species()`, `simpleReactor()`, etc.
69
-
- See `examples/rmg/minimal/input.py` for structure
89
+
- See `examples/rmg/minimal/input.py` for structure and `examples/rmg/commented/input.py` for a file with detailed comments
70
90
- Arkane inputs: Python scripts with `species()`, `transitionState()`, `reaction()` blocks
91
+
- See `examples/arkane/` for examples
71
92
72
93
## RMG-database Integration
73
94
The **RMG-database** is a separate repository containing all thermodynamic, kinetics, and transport data. It's typically cloned alongside RMG-Py in a sibling folder named `RMG-database`.
@@ -99,8 +120,8 @@ database.load(
99
120
-`Entry` (`rmgpy/data/base.py`) - Base class for database entries with metadata
0 commit comments