-
Notifications
You must be signed in to change notification settings - Fork 33
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
Atomtype parameterization methods for parameterizing a topology in GMSO. #644
Commits on Apr 14, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 8e69d6e - Browse repository at this point
Copy the full SHA 8e69d6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9074909 - Browse repository at this point
Copy the full SHA 9074909View commit details
Commits on Apr 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 80c1850 - Browse repository at this point
Copy the full SHA 80c1850View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 6376da7 - Browse repository at this point
Copy the full SHA 6376da7View commit details
Commits on Apr 26, 2022
-
Merge branch 'master' of https://github.com/mosdef-hub/gmso into deve…
…lop-gmsoff-parameterize
Configuration menu - View commit details
-
Copy full SHA for 7d0a790 - Browse repository at this point
Copy the full SHA 7d0a790View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99c0793 - Browse repository at this point
Copy the full SHA 99c0793View commit details
Commits on Apr 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 790aacc - Browse repository at this point
Copy the full SHA 790aaccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d7a770 - Browse repository at this point
Copy the full SHA 2d7a770View commit details
Commits on Apr 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e6da3f7 - Browse repository at this point
Copy the full SHA e6da3f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40f6639 - Browse repository at this point
Copy the full SHA 40f6639View commit details
Commits on May 2, 2022
-
Changes to doc strings for clarity. Add a subtop_label variable to ge…
…neralize where the molecule definition is pulled from
Configuration menu - View commit details
-
Copy full SHA for e1f3d4e - Browse repository at this point
Copy the full SHA e1f3d4eView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 1503578 - Browse repository at this point
Copy the full SHA 1503578View commit details
Commits on May 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b13bf94 - Browse repository at this point
Copy the full SHA b13bf94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7be5f57 - Browse repository at this point
Copy the full SHA 7be5f57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7366452 - Browse repository at this point
Copy the full SHA 7366452View commit details
Commits on May 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cc46491 - Browse repository at this point
Copy the full SHA cc46491View commit details
Commits on May 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c58aa41 - Browse repository at this point
Copy the full SHA c58aa41View commit details
Commits on May 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0f374b2 - Browse repository at this point
Copy the full SHA 0f374b2View commit details
Commits on Jun 1, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for f5633e7 - Browse repository at this point
Copy the full SHA f5633e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7a90b0 - Browse repository at this point
Copy the full SHA d7a90b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72137ee - Browse repository at this point
Copy the full SHA 72137eeView commit details
Commits on Jun 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 263ef78 - Browse repository at this point
Copy the full SHA 263ef78View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7ea346 - Browse repository at this point
Copy the full SHA c7ea346View commit details -
Configuration menu - View commit details
-
Copy full SHA for d267d2f - Browse repository at this point
Copy the full SHA d267d2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aab528 - Browse repository at this point
Copy the full SHA 9aab528View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b1081 - Browse repository at this point
Copy the full SHA 51b1081View commit details
Commits on Jun 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 06df2ba - Browse repository at this point
Copy the full SHA 06df2baView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7b08d6 - Browse repository at this point
Copy the full SHA d7b08d6View commit details
Commits on Jun 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 031e703 - Browse repository at this point
Copy the full SHA 031e703View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a523e6 - Browse repository at this point
Copy the full SHA 4a523e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 403a36c - Browse repository at this point
Copy the full SHA 403a36cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 593c15a - Browse repository at this point
Copy the full SHA 593c15aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 341ecc5 - Browse repository at this point
Copy the full SHA 341ecc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe352fd - Browse repository at this point
Copy the full SHA fe352fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e045f - Browse repository at this point
Copy the full SHA b3e045fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4834b5f - Browse repository at this point
Copy the full SHA 4834b5fView commit details
Commits on Jun 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0a4c780 - Browse repository at this point
Copy the full SHA 0a4c780View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5633c52 - Browse repository at this point
Copy the full SHA 5633c52View commit details
Commits on Jun 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3711172 - Browse repository at this point
Copy the full SHA 3711172View commit details -
Configuration menu - View commit details
-
Copy full SHA for 956977c - Browse repository at this point
Copy the full SHA 956977cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0fd1e5 - Browse repository at this point
Copy the full SHA f0fd1e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e866d7 - Browse repository at this point
Copy the full SHA 1e866d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for da3a23e - Browse repository at this point
Copy the full SHA da3a23eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b018a6c - Browse repository at this point
Copy the full SHA b018a6cView commit details -
Merge branch 'develop-gmsoff-parameterize' of https://github.com/CalC…
…raven/gmso into develop-gmsoff-parameterize
Configuration menu - View commit details
-
Copy full SHA for 4c62c5c - Browse repository at this point
Copy the full SHA 4c62c5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 318c5ad - Browse repository at this point
Copy the full SHA 318c5adView commit details