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

[WIP] Handlers for DampedExp6810, AmoebaMultipoleForce, AxilrodTeller potentials #56

Merged
merged 59 commits into from
Oct 23, 2023

Commits on Apr 16, 2023

  1. Initial handlers

    aehogan committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    26a9223 View commit details
    Browse the repository at this point in the history
  2. Initial collections

    aehogan committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    d45ee05 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    369a220 View commit details
    Browse the repository at this point in the history
  2. Stopping point

    aehogan committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    575f99b View commit details
    Browse the repository at this point in the history
  3. Continue building out tests

    aehogan committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    b04a61a View commit details
    Browse the repository at this point in the history
  4. Doc

    aehogan committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    686df92 View commit details
    Browse the repository at this point in the history
  5. Fix small pydantic bugs

    aehogan committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    9f6b120 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f95a5b9 View commit details
    Browse the repository at this point in the history
  7. Continue building tests

    aehogan committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    ce9eb34 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d2b13c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

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

Commits on Apr 20, 2023

  1. Use topology to generate exceptions (this is unique to AmoebaMultipol…

    …eForce and a giant headache)
    aehogan committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    e49f9f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a16f4b4 View commit details
    Browse the repository at this point in the history
  3. Test amoeba exceptions

    aehogan committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    98b9c34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c4e3f2 View commit details
    Browse the repository at this point in the history
  5. Start de6810 energy test

    aehogan committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    5bde066 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    a5e238b View commit details
    Browse the repository at this point in the history
  2. multipole energy test working

    aehogan committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    7aa78fb View commit details
    Browse the repository at this point in the history
  3. black / isort

    aehogan committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    6ebb7cd View commit details
    Browse the repository at this point in the history
  4. lint unused imports

    aehogan committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    2e4b121 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Configuration menu
    Copy the full SHA
    3b5f15c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ca3109 View commit details
    Browse the repository at this point in the history
  3. black

    aehogan committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    dcb9936 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67e34d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Add example of simulation running gas phase benzene, remove 1-5 inter…

    …actions from multipole force or it will complain about exceptions
    aehogan committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    363ad37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a6b986 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    d5d55eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78950f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    216fba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    965b02d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Add comments

    aehogan committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    91fc633 View commit details
    Browse the repository at this point in the history
  2. Deleting benzene example because it didn't include bonded parameters …

    …and the nonbonded parameters are unpublished at the moment.
    aehogan committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    2cebe83 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Seem to be able to set 1-5 neighbors and OpenMM isn't complaining so …

    …far, this is important for avoiding polarization catastrophe in small cyclic molecules
    aehogan committed May 13, 2023
    Configuration menu
    Copy the full SHA
    f3406dc View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    c9dd4cd View commit details
    Browse the repository at this point in the history
  2. Add exclusions to Axilrod Teller potential from either NonbondedForce…

    … or CustomNonbondedForce, whatever is available
    aehogan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    7d2ab45 View commit details
    Browse the repository at this point in the history
  3. Small typo

    aehogan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    0caebd9 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Configuration menu
    Copy the full SHA
    62a9b22 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    aehogan committed May 28, 2023
    Configuration menu
    Copy the full SHA
    11257bc View commit details
    Browse the repository at this point in the history
  3. Lint

    aehogan committed May 28, 2023
    Configuration menu
    Copy the full SHA
    2136598 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    6e09ef5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/6810_multipole_axilrod_handlers'…

    … into 6810_multipole_axilrod_handlers
    
    # Conflicts:
    #	smirnoff_plugins/tests/handlers/test_nonbonded.py
    aehogan committed May 30, 2023
    Configuration menu
    Copy the full SHA
    3811c8f View commit details
    Browse the repository at this point in the history
  3. Fixed test

    aehogan committed May 30, 2023
    Configuration menu
    Copy the full SHA
    1b74a8b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Add equilateral triangle to Axilrod-Teller energy tests, factor of 1/…

    …3 not needed when permutation mode is correctly set to SinglePermutation
    aehogan committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    7dea090 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Remove commented out code

    aehogan committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    f311c27 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Add check for custom bond force with Coulomb's law and zero the charg…

    …es out there as well, AmoebaMultipoleForce will handle the scaling of 1-4 interactions itself
    aehogan committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    0aa2bbe View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

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

Commits on Jun 27, 2023

  1. Update README.md

    aehogan committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2ea90d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

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

Commits on Aug 24, 2023

  1. Merge remote-tracking branch 'origin/main' into 6810_multipole_axilro…

    …d_handlers
    
    # Conflicts:
    #	smirnoff_plugins/collections/nonbonded.py
    aehogan committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f870e16 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

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

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    0bffc3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    044ad58 View commit details
    Browse the repository at this point in the history
  3. lint

    aehogan committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    9d16428 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Merge pull request #63 from openforcefield/main

    Bump actions/checkout from 3 to 4 (#62)
    aehogan authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    3cd5f46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36ca81c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94b1279 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Merge pull request #65 from openforcefield/main

    Update versioneer (#64)
    aehogan authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f889cdf View commit details
    Browse the repository at this point in the history
  2. Update .git-blame-ignore-revs

    aehogan committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    be86922 View commit details
    Browse the repository at this point in the history