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

Atomtype parameterization methods for parameterizing a topology in GMSO. #644

Merged
merged 46 commits into from
Jun 15, 2022

Commits on Apr 14, 2022

  1. Atomtype parameterization methods for parameterizing a topology in GMSO.

    This PR will add the atomtyping module to GMSO for passing a GMSO.Forcefield
    and a GMSO.Topology and match atomtype using foyer as the backend. Then,
    the corresponding connection types will be found in the Forcefield and
    applied to the connections in the topology.
    
    * Create parameterize.py, which has the apply function which can take a
    topology, and a gmso forcefield to apply to it. This can use subgraph
    isomorphism to identify molecular structures in the topology through
    the bondgraph and bin those into unique molecules that match a specified
    forcefield. This apply function can also do the standard atomtyping of
    the entire topology in one step.
    * Create isomorph.py which uses networkx graphs to identify disconnected
    components and isomorphism to identify repeated structures.
    CalCraven committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    8e69d6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9074909 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    80c1850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6376da7 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Merge branch 'master' of https://github.com/mosdef-hub/gmso into deve…

    …lop-gmsoff-parameterize
    daico007 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    7d0a790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99c0793 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    790aacc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d7a770 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    e6da3f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40f6639 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Changes to doc strings for clarity. Add a subtop_label variable to ge…

    …neralize where the molecule definition is pulled from
    CalCraven committed May 2, 2022
    Configuration menu
    Copy the full SHA
    e1f3d4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1503578 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    b13bf94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7be5f57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7366452 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    cc46491 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    c58aa41 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    0f374b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Misc Changes

    1. Update Topology after parametrization
    2. Add dependency for forcefield_utilities in env files
    3. Add tests for trappe forcefield
    4. Patch parmed (should be moved to a cal's PR mosdef-hub#658
    umesh-timalsina committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    f5633e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7a90b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72137ee View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    263ef78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7ea346 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d267d2f View commit details
    Browse the repository at this point in the history
  4. Fix argument order

    umesh-timalsina committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    9aab528 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51b1081 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    06df2ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7b08d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    031e703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a523e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    403a36c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    593c15a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    341ecc5 View commit details
    Browse the repository at this point in the history
  6. Proper OPLS tests

    umesh-timalsina committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    fe352fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3e045f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4834b5f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    0a4c780 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5633c52 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    3711172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    956977c View commit details
    Browse the repository at this point in the history
  3. Docstring minor fix

    umesh-timalsina committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    f0fd1e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e866d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da3a23e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b018a6c View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop-gmsoff-parameterize' of https://github.com/CalC…

    …raven/gmso into develop-gmsoff-parameterize
    daico007 committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    4c62c5c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    318c5ad View commit details
    Browse the repository at this point in the history