-
Notifications
You must be signed in to change notification settings - Fork 1
Implement bond interactions #272
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
Merged
Merged
Changes from 42 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
526d84c
Add bond potential module. Add Harmonic and FENE.
clpetix 946ea3a
Merge branch 'main' of https://github.com/mphowardlab/relentless into…
clpetix 0056c42
Add bond potentials to HOOMD.
clpetix 44b41bc
Merge branch 'main' into feature/bonded-interactions
clpetix 6547fc8
Merge branch 'main' of https://github.com/mphowardlab/relentless into…
clpetix 5422657
Update BondParameters and BondPotential to be for typechecking only.
clpetix 00b8852
Merge branch 'main' of https://github.com/mphowardlab/relentless into…
clpetix 4418122
Add in bond exclusions to HOOMD.
clpetix 1108d28
Simplifiy BondPotential init.
clpetix 10458e5
Ensure bonds are only called when they exist.
clpetix 8344a48
Remove _potentials_rmax as it is vestigial
clpetix e81f873
Change hoomd exclusions to be optional in g(r) calculation.
clpetix c443276
Add spline potential to bond.py
clpetix e4ccee0
Fix exclusions on neighborlist in HOOMD.
clpetix b9e662d
Rough implementation of LAMMPS when coming from HOOMD GSD.
clpetix 334809b
Fix LAMMPS support from data file.
clpetix 8e33f36
Only write potential if has_bonds().
clpetix aae3b66
Process exclusions to neighborlist in LAMMPS.
clpetix e3a47fe
add option to specify atom_style.
clpetix 4abd1f5
Add cantor pairing as private method to reduce duplication.
clpetix 830e06d
Clean up implementation of bond potentials.
clpetix 579bdbd
Clean up hoomd.py file.
clpetix ace9ae3
Merge remote-tracking branch 'origin' into feature/bonded-interactions
clpetix 119cac1
Fix exclusion implementation in HOOMD.
clpetix 114f42b
Fix MPI issue in LAMMPS.
clpetix f02ad2a
Add default exclusions in HOOMD.
clpetix f075591
Add bond unit tests.
clpetix d0e8b53
Add BondedPotential class, fix derivative method, update tests.
clpetix 3eda5d5
Add bonds to documentation.
clpetix 55dbac2
Check that exclusions are of allowed type.
clpetix a1c54d9
Clean up exlcusion and remove r_bond from HOOMD.
clpetix 3e5ebdc
Merge branch 'main' of https://github.com/mphowardlab/relentless into…
clpetix d589580
Update documentation.
clpetix 1305c36
Implement reviewer suggestions in bond.py.
clpetix 97cd2ad
Update documentation.
clpetix 0613020
Update the allowed exclusions.
clpetix fd37ded
Update BondedPotential documentation.
clpetix a431bb0
Fix docs failing on bonded potential.
clpetix 89e448e
Update HOOMD handing bonds.
clpetix 5bc1900
Remove broadcasting entire snapshot in lammps.py.
clpetix 9e04d45
Update exclusions documentation.
clpetix 08edbb7
Add bond potential tabulator to documentation.
clpetix 5b0e461
Clean up bond potentials and documentation.
clpetix e08dc02
Add bond property to Potentials.
clpetix ae6f433
Update bonds testing for HOOMD and LAMMPS.
clpetix cc2ec6b
Use broadcasted bond type for MPI compatability.
clpetix 176f105
Bump lammpsio version.
clpetix 2bb48e4
Merge branch 'main' into feature/bonded-interactions
clpetix 2d78e78
Bump lammpsio in setup.cfg
clpetix bf4e820
Remove 3.8 testing.
clpetix 5642ed6
Remove Python 3.8.
clpetix 039c8f2
Cleanup implementation as requested in review.
clpetix e1f6f5c
Fix or when checking atom style.
clpetix da2ed46
Bump readthedocs python version.
clpetix 4909cb9
Merge branch 'main' into feature/bonded-interactions
mphoward File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.