Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a module for working with RMG reaction families #754

Open
wants to merge 36 commits into
base: main
Choose a base branch
from

Commits on Jul 29, 2024

  1. Minor: CI style modifications

    alongd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f79d7fe View commit details
    Browse the repository at this point in the history
  2. Removed RMG-Py and RMG-database repo paths from common

    were used to report the git branch and commit of the repos
    alongd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    86456a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cd8712 View commit details
    Browse the repository at this point in the history
  4. Added RMG_DB_PATH to settings

    alongd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e2e1f05 View commit details
    Browse the repository at this point in the history
  5. Added clean_text() to common

    alongd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2203c75 View commit details
    Browse the repository at this point in the history
  6. Tests: common.clean_text()

    alongd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    81703dc View commit details
    Browse the repository at this point in the history
  7. Added hydrolysis as an ARC reaction family

    ARC reaction families are families for which only a template/recipe is given without kinetic data. They can be used by ARC to atom-map a reaction and search for a transition state just like RMG families. They have the same format as the `group.py` file in RMG reaction families, only here the files are named by the family label. ARC families should be located under ARC/data/families/ to be discovered by ARC.
    
    Also added ARC_FAMILIES_PATH to settings
    alongd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2df0a90 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07f068b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0181c57 View commit details
    Browse the repository at this point in the history
  10. Removed rmgdb from reaction

    alongd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c19e0bf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bafa5fb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    99db4b2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    756d5a0 View commit details
    Browse the repository at this point in the history
  14. Removed the determine_family() function from the rmgdb module

    It is obsolete now
    alongd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    1df3a5b View commit details
    Browse the repository at this point in the history
  15. Don't use RMGDatabase to determine reaction family

    Currently the rmgdb module is only used by processor which will be dealt with in a different PR
    alongd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    02fdea5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ec01997 View commit details
    Browse the repository at this point in the history
  17. Modifications to how reaction family is used in ARC

    It is no longer an object, no need to call family.label
    No need to call determine_family() since family is now a property of reaction
    alongd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d4ee5ba View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a13f1a6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    88f607a View commit details
    Browse the repository at this point in the history
  20. f! fam

    alongd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f36f76c View commit details
    Browse the repository at this point in the history
  21. f! fam test

    alongd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    87ef2b5 View commit details
    Browse the repository at this point in the history
  22. fam

    alongd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    55abaa4 View commit details
    Browse the repository at this point in the history
  23. f! tst

    alongd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2df5d92 View commit details
    Browse the repository at this point in the history
  24. f tst

    alongd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e7e3466 View commit details
    Browse the repository at this point in the history
  25. f fam

    alongd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2974141 View commit details
    Browse the repository at this point in the history
  26. TMP

    alongd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a01bd4a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e6bd6af View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9974059 View commit details
    Browse the repository at this point in the history
  29. f! fam resonance

    alongd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6f7392e View commit details
    Browse the repository at this point in the history
  30. f! fam tests

    alongd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    12d0085 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. TMP

    alongd committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ca05315 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. TMP

    alongd committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    c9f3a7a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. TMP

    alongd committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9a69670 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. f!

    alongd committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    829d584 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Added add_atom_to_zmat()

    alongd committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e5d7a48 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. f! engine

    alongd committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    7d65d10 View commit details
    Browse the repository at this point in the history