Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1052 commits
Select commit Hold shift + click to select a range
145046a
Varibles can't be cpdef in newer cython.
rwest May 16, 2023
58d6ad1
add tol_rxn_to_core_deadend_radical as species selection option
hwpang Apr 13, 2023
4b8100f
debug toleranceRadMoveToCore default value
hwpang Apr 15, 2023
4cf719f
debug filter reaction documentation
hwpang Apr 15, 2023
99384c7
update doc
hwpang May 16, 2023
758065c
Merge pull request #2388 from ReactionMechanismGenerator/deadend_radical
mjohnson541 May 16, 2023
ac65f3c
Test that we can make a sample molecule for every atom type.
rwest Jul 18, 2019
ed2eca3
Add undeclared charged atom type in group.make_sample_molecule()
rwest May 13, 2023
316f840
Replace hard-coded list of charged atomtypes with check for charge.
rwest May 13, 2023
14795ec
Include N5bd as a benzene "carbon" when generating sample molecules.
rwest May 13, 2023
1046d13
Group.is_benzene_explicit() checks more benzenic atom types.
rwest May 13, 2023
2a63daf
Added more aromatic atom types to classify_benzene_carbons()
rwest May 13, 2023
049e92f
Make failing atomtype tests into "work in progress"
rwest May 14, 2023
bb09fcc
Fix typo
rwest May 14, 2023
15ca27e
Added a work in progress atomtype test: make sample molecule.
rwest May 14, 2023
9bd4580
Merge pull request #1661 from ReactionMechanismGenerator/atomtypetest
rwest May 17, 2023
2978f1a
Warning (instead of crash) for undefined species in load_transport_file
Nora-Khalil May 5, 2023
cc73ae0
run CI on macos-11, change timeout to step level instead of command
JacksonBurns Apr 16, 2023
7efc2de
treat ubuntu results as baseline
JacksonBurns Apr 16, 2023
ad7bddd
switch bash syntax to hopefully be compatible with mac
JacksonBurns Apr 17, 2023
e5cee33
try updating xcode on macos latest to deal with binary signing bug
JacksonBurns Apr 17, 2023
4a4d8ee
remove xcode update
JacksonBurns Apr 19, 2023
90ce8b6
install a global version of Julia on MacOS
JacksonBurns Apr 19, 2023
5a56fd0
manually add PyCall to the MacOS global Julia install
JacksonBurns May 3, 2023
39fea32
can we use official Julia? is Killed 9 due to code signing?
JacksonBurns May 8, 2023
3fe9300
Set Julia path variables manually in GitHub runner
JacksonBurns May 11, 2023
27da1c4
add missing sparse matrix libs needed by conda julia
JacksonBurns May 11, 2023
f89c0d1
add a 'summary' job to CI so that we can still apply branch protection
JacksonBurns May 11, 2023
3ef7225
update developer install docs for conda Julia and special M1 instruction
JacksonBurns May 11, 2023
adf003f
add EXTENSIVE inline docs, make the dependence on pyjulia explicit
JacksonBurns May 16, 2023
814419c
remove redundant line from developer instructions
JacksonBurns May 16, 2023
dc03b09
changes result aggregation job to use `ubuntu-latest`
JacksonBurns May 16, 2023
a6f23cd
set julia to `>=1.8.5` and use `conda-forge` distribution of `pyjulia`
JacksonBurns May 16, 2023
8749d17
developer installation instructions update, see extended description
JacksonBurns May 16, 2023
aedc44e
Remove redundant explanation about linking python to python-jl
rwest May 16, 2023
e0e2601
Rewording install instructions a bit.
rwest May 16, 2023
f5e7971
Remove the note about activating old anaconda environments.
rwest May 16, 2023
39cb545
turn out we can't use conda-forge pyjulia, see extended desc for why
JacksonBurns May 16, 2023
45a6de6
add further clarifying comments for pyjulia, ncurses, and gfortran
JacksonBurns May 17, 2023
1cafe96
Emphasize adding RMG-Py to the PYTHONPATH.
rwest May 17, 2023
25cbbc7
Dev install instructions: Switch the rmg_env to libmamba solver.
rwest May 17, 2023
99201fe
Merge PR #2415: update installation instructions and enable CI on MacOS
rwest May 18, 2023
852f79f
add threaded forward sensitivity + update comments
hwpang May 16, 2023
f6e7c13
update comments
hwpang May 16, 2023
342f6da
update gitignore to commit new notebook
hwpang May 16, 2023
7a4e3ac
Add example notebook to simulate ch4o2cat using pyRMS
hwpang May 16, 2023
ea66f81
Update .gitignore to be concise and comprehensive
hwpang May 22, 2023
8e2f6ef
update comments in notebook for simulating ch4o2cat using pyRMS
hwpang May 22, 2023
e669265
update comments in notebook for performing sensitivity analysis using…
hwpang May 22, 2023
e684e1f
update comments in notebook for simulating, plotting flux diagram and…
hwpang May 22, 2023
955c8f1
Merge pull request #2439 from hwpang/update_notebooks
xiaoruiDong May 22, 2023
8c85905
CI: Don't create symbolic link from python-jl to python
rwest May 19, 2023
a6c6011
Switch to conda-forge::pyjulia instead of the rmg channel.
rwest May 17, 2023
010983c
Added developer instructions for debugging.
rwest May 18, 2023
eaa3bca
Add developer instructions for building documentation.
rwest May 18, 2023
eace65f
Change running instructions to use python-jl
rwest May 19, 2023
d86c603
Docker: Don't create python to python-jl symlink
rwest May 19, 2023
9aa3998
change shebang in update_headers to use python-jl
sevyharris Jun 6, 2022
54b478d
Merge #2444 to switch to conda-forge version of pyjulia. MUST RUN pyt…
rwest May 24, 2023
65274cd
Minor: Style modification in RMGObject.recursive_make_object()
alongd May 25, 2023
c61621c
Ignore 'aux' and 'mol' keies if provided in an RMGObject representation
alongd May 25, 2023
39bc59d
Tests: Ignoring 'aux' and 'mol' keys in RMGObject
alongd May 25, 2023
5997d72
Merge pull request #2447 from ReactionMechanismGenerator/rmg_obj_mol
alongd May 25, 2023
442bec8
CI: Test the documentation properly.
rwest May 25, 2023
a039a4e
CI: fixup the documentation link checker
rwest May 25, 2023
ab1cf6c
CI: Remove the "report status" step which isn't used.
rwest May 25, 2023
7609fb4
CI: report documentation errors in separate step
rwest May 25, 2023
8968ea8
Docs: Fix broken reference links and format as warnings
rwest May 25, 2023
be9c9b2
Docs: Fix duplicate labels
rwest May 25, 2023
250e24e
Docs: fix table layout
rwest May 25, 2023
6a40cc9
Docs: fix formatting for sphinx
rwest May 25, 2023
baa1618
Doc: attempts to squash a sphinx formatting error in ThermoData
rwest May 25, 2023
0bba44e
Doc: fix citations and references.
rwest May 25, 2023
e73f3d6
Doc: fix an explicit section label to avoid duplication.
rwest May 25, 2023
3fb1178
'make documentation' now works on MacOS with new python-jl
rwest May 25, 2023
4e0fd86
CI docs: separate job step for compiling pyrms
rwest May 25, 2023
05ed5ed
Revert "CI docs: separate job step for compiling pyrms"
rwest May 25, 2023
770a8c8
Merge PR #2448 to fix documentation and enable continuous testing.
rwest May 26, 2023
587f194
Improve conda installation instructions: use repositories over Ananco…
mefuller Nov 27, 2021
a15b747
Fix sphinx formatting.
rwest May 24, 2023
353d769
Improve formatting of developer install instructions.
rwest May 24, 2023
40b5558
Merge pull request #2246 to update installation instructions.
rwest May 26, 2023
cc23b71
added halogen abstraction families to species cases in family.py
davidfarinajr Feb 4, 2021
af89bfc
swap labels for 1,2_xy_interchange reaction family
davidfarinajr Apr 28, 2021
367c17f
added rmg halogens example of 2btp/CF3Br in CH4 flames
davidfarinajr Aug 4, 2021
e39b093
changed path reactions test from 7 to [6,7]
davidfarinajr Aug 10, 2021
ace72d4
skip `kinetics_check_groups_nonidentical` for auto generated families
davidfarinajr Nov 1, 2021
d57bb10
Merge #2135 for halogens kinetics
rwest Jun 3, 2023
a9b7a3d
Fix typo in environment.yml
rwest Jun 5, 2023
b5ca104
Try patching the environment file to use libstdcxx-ng<13 for linux only.
rwest Jun 6, 2023
b21b251
Add a matrix build that tests libstdcxx-ng versions 12 and 13
rwest Jun 6, 2023
bb0af43
Updated CI.yml changelog
rwest Jun 6, 2023
211f034
Merge PR #2456 to fix Continous Integration testing
rwest Jun 7, 2023
cd2b77a
Increase tolerance in test_get_enthalpy_quantum_fourier
rwest Jun 6, 2023
e6a0040
Merge PR #2457 to get test_get_enthalpy_quantum_fourier test to pass.
rwest Jun 7, 2023
d67d97f
add linux patch step for `libstdcxx-ng<13`
JacksonBurns Jun 7, 2023
942cfec
run minimal instead of just --help, don't package files with image
JacksonBurns Jun 7, 2023
34fe9a3
Merge PR #2458 to fix Docker image
rwest Jun 7, 2023
0dc6769
Add new regression tests to CI
hwpang May 24, 2023
f1ec68d
Add regression test for RMS's constantVIdealGasReactor using supermin…
hwpang May 24, 2023
df004c2
Add Add regression test for RMS's CSTR using pentane oxidation
hwpang May 25, 2023
df75ab0
Add regression test for RMS's liquidSurfaceReactor using ch4+O2 on ca…
hwpang May 26, 2023
a14149b
should use tuple, not list. should use position argument, not kwarg
hwpang May 24, 2023
420b3a2
Fix bug to use termination conversion in RMS's constant_T_V_liquid_re…
hwpang May 24, 2023
34d5d87
Merge pull request #2446 from hwpang/rms_reactor_regression
hwpang Jun 8, 2023
c2c1954
CI: Streamline logging in regression test results
rwest Jun 7, 2023
638c947
CI: small changes to CI file and call it "Continuous Integration"
rwest Jun 7, 2023
9643c6f
CI: only upload failed test artifacts if tests failed
rwest Jun 7, 2023
bd9e529
CI: report regression tests to the job summary
rwest Jun 7, 2023
9a1c717
CI: 120 minute timeout on building Julia step.
rwest Jun 7, 2023
982ee11
CI: use an env variable to track if running the reference case job
rwest Jun 7, 2023
edc9912
CI: store artifacts with specific names to avoid over-writing.
rwest Jun 7, 2023
0b9d45c
CI: regression test returns exit code 1 if it doesn't pass all tests.
rwest Jun 7, 2023
1a424ef
CI: checkModels now has exit code 1 if it detects a discrepancy.
rwest Jun 7, 2023
1169f9d
CI: report failure if detect difference in core or edge during regres…
rwest Jun 7, 2023
9e8f5c4
CI: run codecov even if regression tests fail.
rwest Jun 7, 2023
a854f81
CI: update changelog
rwest Jun 8, 2023
ae2b67f
CI: change logging for regression tests.
rwest Jun 8, 2023
25cc365
CI: allow macos-latest run to fail
rwest Jun 8, 2023
e44a4ee
CI: compare regression with latest successful artifact
rwest Jun 8, 2023
7234fb6
Merge pull request #2459 from rwest/regression
rwest Jun 8, 2023
8e09538
allow skipping of consistency checks when generating Molecule and Gro…
mjohnson541 Jun 1, 2023
3e2c2cc
add reaction 'R' bonds
mjohnson541 Jun 1, 2023
05709b3
add metal and facet attributes to Molecule and Group
mjohnson541 Jun 1, 2023
75ad284
add site and morphology attributes to Group and Molecule
mjohnson541 Jun 2, 2023
c5d2138
allow read and write of adjlists with site and morphology
mjohnson541 Jun 2, 2023
db32c59
add site and morphology to fragment to make compatible with adjlist
mjohnson541 Jun 3, 2023
9825706
enable sites to be bonded to each other to represent neighbors
mjohnson541 Jun 3, 2023
b9e1eb7
set metal and facet for fragment
mjohnson541 Jun 3, 2023
c252dc3
add test for metal, facet, site and morphology specifications
mjohnson541 Jun 8, 2023
c66f580
add metal, facet, site and morphology to adjacency list documentation
mjohnson541 Jun 8, 2023
e7261a8
Merge PR #2452 to enable Metal, Facet, site and terrace specification…
rwest Jun 9, 2023
e0a3ffe
partial revert of #2456 (and others, libstdcxx-ng patches)
JacksonBurns Jun 15, 2023
3eefc38
re-allow mac runner to fail
JacksonBurns Jun 15, 2023
1a4141c
Merge PR #2469 to revert libstdcxx-ng patches in CI, Docs, and Docke…
rwest Jun 15, 2023
34c8d66
point user to 3.1.1 instead of latest
hwpang Jun 15, 2023
a7d6806
Merge pull request #2471 from hwpang/fix_doc
hwpang Jun 16, 2023
7df77c1
Refactored Dockerfile
calvinp0 Jun 18, 2023
5bf1659
Merge pull request #2437 from ReactionMechanismGenerator/docker_size_…
rwest Jun 18, 2023
0a4f83c
allow the CI to be called from other repos in the organization
JacksonBurns Jun 19, 2023
b084386
Tidy up logging in checkModels regression script.
rwest Jun 9, 2023
527bb32
CI: save test logs as different files.
rwest Jun 9, 2023
33cf6cc
CI: copy regression diff results into a subdirectory
rwest Jun 19, 2023
3bf565b
CI: upload failed regression comparison results
rwest Jun 20, 2023
77cf7f4
CI: don't run regression comparison for RMS_liquidSurface_ch4o2cat
rwest Jun 20, 2023
f2ae9d6
Merge pull request #2473 to get regression tests functioning.
rwest Jun 20, 2023
cbee876
add a new action that will automatically close stale issues and prs
JacksonBurns Jun 21, 2023
729770d
add required permission for action
JacksonBurns Jun 21, 2023
c17d4dd
exempt closing 'bug' PRs+issues, close with 'abandoned'
JacksonBurns Jun 21, 2023
c1c6034
Merge PR #2474 to create a bot that closes stale issues
rwest Jun 21, 2023
a2274b6
debugging diff models for surfaces. covdep params having issue being …
ChrisBNEU May 22, 2022
2be47b7
added function to return sticking coefficient from LibraryReaction ob…
ChrisBNEU Sep 15, 2022
35e4b60
updated load_chemkin_file to accomodate a combined surface/gas mech
ChrisBNEU Sep 15, 2022
1d190ce
updated save_compare_html method to accomodate combined gas+surface m…
ChrisBNEU Sep 15, 2022
88f6ad5
fixup! updated save_compare_html method to accomodate combined gas+su…
rwest May 26, 2023
f6db7e8
added site_density for Pt111 for reverse rate calc
ChrisBNEU Sep 15, 2022
f56c306
updated methods for checking similarity to accomodate sticking coeffi…
ChrisBNEU Sep 15, 2022
6faea39
changed Ea for covdep to use RMG quantity obj consistently
ChrisBNEU Sep 15, 2022
81a58ae
updated chemkin to correctly interpret surface arrhenius reactions, w…
ChrisBNEU Sep 16, 2022
2ef6719
updating __repr__ for covdep reactions for consistency
ChrisBNEU Sep 18, 2022
6341ede
updating chemkin unit test, checking both types of covdep rxn read/write
ChrisBNEU Sep 18, 2022
ef9d313
updated diffModels script's execute function, to accomodate surface m…
ChrisBNEU Sep 19, 2022
6cfe5e0
adding files for testing surface mechanism diff
ChrisBNEU Sep 19, 2022
76985bb
updated test for diff models to include a surface mechanism test
ChrisBNEU Sep 19, 2022
dc8c268
Tweak docstrings in StickingCoefficient is_similar_to methods
rwest Jun 21, 2023
1d67d94
Merge PR #2335 to enable diffmodels for heterogenous catalysis gas/su…
rwest Jun 22, 2023
795cfdc
skip adding energy_correction in explorer if it isn't defined yet
mjohnson541 Feb 24, 2023
ee57a06
handle E0 not being define in fix_barrier_height
mjohnson541 Feb 24, 2023
7d17ffc
Refactor recent change in arkane explorer.py
rwest Jun 22, 2023
63b068a
Merge PR #2374 to fix arkane explorer tool
rwest Jun 22, 2023
563c581
Allow more punctiation in chemkin species names
rwest Apr 16, 2020
7b92019
More robust parsing of chemkin reaction strings
goldmanm Feb 27, 2019
a912f29
Use more robust reaction arrow for chemkin output files
goldmanm Apr 23, 2019
bcae94c
Allow chemkin species up to 16 char long
goldmanm Jun 10, 2019
e3cd192
Downgrade "reaction string is too long for Chemkin 2" warning.
rwest Jun 22, 2023
ad51418
Merge pull request #2454 from ReactionMechanismGenerator/output_species
rwest Jun 23, 2023
c893058
minor changes to CI to fix resuable workflow
JacksonBurns Jun 27, 2023
ef83a1c
fix logic for running either on RMG-Py or with reusable
JacksonBurns Jun 27, 2023
34ed5a3
add functionality for constant species in Reactor classes
mjohnson541 Sep 4, 2021
a6742e9
For surface species calculate solvent correction from the saturated d…
mjohnson541 Sep 4, 2021
49bb3c1
added `max_surface_bond_order` constraint
davidfarinajr Sep 2, 2021
7cee142
fix bug with max_surface_sites specification
mjohnson541 Oct 4, 2021
5badbd1
handle case when symbol is in all caps
mjohnson541 Oct 4, 2021
92fad47
make it possible to explicitly forbid molecules and groups in the inp…
mjohnson541 Oct 4, 2021
54d9e72
fig adjacencyListGroup in input
mjohnson541 May 7, 2023
bd1d25d
Revert "make it possible to explicitly forbid molecules and groups in…
rwest Jul 14, 2023
20adbd1
add comment attribute to species and reactions in rms yaml file
mjohnson541 Jan 11, 2022
4425ac5
when rule making is done on one processor don't use pool
mjohnson541 Jan 11, 2022
7d527a3
add function for averaging kinetics
mjohnson541 Jan 11, 2022
23d88f2
check reaction exists before checking coverage_dependence
mjohnson541 Jun 18, 2022
0a6c456
Replace Asserts with ValueErrors
rwest Jul 2, 2023
2180175
Remove charge transfer types from average_kinetics (to be reverted)
rwest Jul 2, 2023
9609275
Unit test for average_kinetics method
rwest Jul 4, 2023
88adf99
Add documentation (examples) for recently added species constraints.
rwest Jul 14, 2023
f8fdf43
Check species constraints in consistent order.
rwest Jul 14, 2023
f9991fe
Unit test for maximumSurfaceBondOrder species constraint.
rwest Jul 14, 2023
25ff548
Changing 'or or' to 'in set' checks.
rwest Jul 14, 2023
409b39d
Remove obsolete comments.
rwest Jul 14, 2023
6071531
Update attribute name in a comment.
rwest Jul 14, 2023
09a39e9
Make check explicitly 'not None'.
rwest Jul 14, 2023
4013707
Comment an elegant alternative averaging scheme.
rwest Jul 14, 2023
cfe970f
Simplify the atomic symbol to number conversion.
rwest Jul 14, 2023
215eb1b
Merge pull request #2491 from rwest/matt
rwest Jul 15, 2023
e4e9eb4
continuous integration should pass by default
JacksonBurns Jul 18, 2023
6948a30
When diffing models only print surface mechanism warning when needed.
rwest Jul 18, 2023
013b9ae
Formatting of regression test summaries.
rwest Jul 18, 2023
9ccfbf8
mac runner gets own job to allow early exit after build check
JacksonBurns Jul 18, 2023
cd575f9
Tweak markdown formatting of regression comparisons.
rwest Jul 19, 2023
040914c
Merge PR #2500 to make regression tests always pass on GitHub
rwest Jul 19, 2023
d2e16e5
Do not consider rings with more than 2 shared atoms aromatic
mliu49 Apr 8, 2017
d9e9f5f
Add unit test for fused aromatic with more than 2 shared atoms
mliu49 Apr 8, 2017
45864ed
Update resonance tests affected by fused aromatic change
mliu49 Jul 16, 2023
940a042
Merge PR #1732 to Limit aromaticity perception for strained polycyclics
rwest Jul 19, 2023
3a21292
A script to annotate PRs with the regression results.
rwest Jul 21, 2023
2be81c4
fixup! A script to annotate PRs with the regression results.
rwest Jul 21, 2023
86e1653
Fix minor logging bug in regression test comparison.
rwest Jul 19, 2023
6819136
More detailed regression test results in PR annotation.
rwest Jul 20, 2023
f62e248
Duplicate the regression summary into the actions log.
rwest Jul 21, 2023
c6fbbb1
CI: don't put failed regression tests into step summarry
rwest Jul 21, 2023
6026ab7
Tweak regression test summary markdown.
rwest Jul 21, 2023
a040115
Upload the regression test summary as an artifact
rwest Jul 21, 2023
98fb172
Get the PR number from the start of the summary file.
rwest Jul 22, 2023
7c5f716
Give up on node.js and use bash!
rwest Jul 22, 2023
3afa9b0
Clean up the annotate script
rwest Jul 22, 2023
b54db3a
Use annotate workflow to upload the regression summary.
rwest Jul 22, 2023
bc9be93
Remove "Testing" workflow from annotate triggers.
rwest Jul 22, 2023
4ee1e71
Merge PR #2501. Expand and fix regression test comments.
rwest Jul 22, 2023
f527c6e
Fix a bug in the CI workflow
rwest Jul 23, 2023
80b651f
Annotate script shouldn't fail on pushes.
rwest Jul 23, 2023
d643642
Update .github/workflows/annotate.yml
rwest Jul 23, 2023
234c0f9
Futzing with annotation workflow.
rwest Jul 24, 2023
df61289
Only run annotation workflow on pull requests.
rwest Jul 24, 2023
2e1c05d
Give the annotation runs a better name.
rwest Jul 24, 2023
6147eeb
Just skip annotation runs on failed pull requests.
rwest Jul 24, 2023
c3e4ce0
Put regression results into workflow summary even for not PRs
rwest Jul 24, 2023
eb178e1
Merge PR #2505 and #2506 for github actions workflows.
rwest Jul 24, 2023
65dfeca
Don't replace PDep kinetics of a library reaction
alongd Jun 11, 2023
10a1c33
remove reusable workflow logic, make RMG_DATABSE_BRANCH file-scoped
JacksonBurns Jul 31, 2023
5be8b0e
Merge PR #2512 to remove reusable workflow logic from CI workflow
rwest Aug 1, 2023
5a12c97
Fix CI workflow to function on forked pushes.
rwest Aug 2, 2023
5008b88
Update header comments in CI workflow file.
rwest Aug 2, 2023
6790a61
Merge PR #2515 to make workflow function on forked pushes
rwest Aug 2, 2023
723eec8
When loading all reaction libraries, only process "reactions.py" files.
rwest Aug 1, 2023
5f49a08
Tweak annotation workflow name.
rwest Aug 3, 2023
56cd81f
update RMG-Py version to 3.2.0
sevyharris Jun 6, 2022
3115395
update license year to 2023 in headers
sevyharris May 22, 2023
c2cb98f
update version in conda package description
sevyharris Jul 12, 2022
b55393c
add v3.2.0 release notes for RMG-Py and RMG-database
sevyharris May 22, 2023
ae1a163
`make -C documentation latexpdf` now copies results into right place.
rwest May 30, 2023
824cd99
Recompiled LaTeX documentation PDFs.
sevyharris Aug 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# For conda build
package:
name: rmg
version: 3.1.0
version: 3.2.0

source:
path: ../
Expand Down Expand Up @@ -64,7 +64,7 @@ requirements:
- pyzmq
- quantities
- rdkit >=2018
- rmgdatabase >=3.1.0
- rmgdatabase >=3.2.0
- scikit-learn
- scipy
- symmetry
Expand All @@ -84,6 +84,6 @@ test:
- python %SCRIPTS\Arkane.py examples\arkane\networks\n-butanol\input.py # [win]

about:
home: http://github.com/ReactionMechanismGenerator/RMG-Py
home: https://github.com/ReactionMechanismGenerator/RMG-Py
license: MIT
summary: "A program for automatically generating kinetic models of chemical reaction mechanisms."
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Checklist before submission:
- Is your code commented and understandable?
- Have you updated related documentation?
- Are the commits logically organized and informative?
- Is your branch up to date with master?
- Is your branch up to date with main?
-->
Loading