-
Notifications
You must be signed in to change notification settings - Fork 36
Add support for writing rigid bodies when converting to HOOMD formats. #850
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 8 commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
3a27d99
add rigid_body field to atom, populate in from_mbuild
chrisjonesBSU bbb65c3
move rigid_id property to abstract_site from atom, write out rigid_id…
chrisjonesBSU 92534db
add rigid types and typeids
chrisjonesBSU 62edfeb
Merge branch 'fix/molecule' into rigid-bodies
chrisjonesBSU ab00493
add test for rigid_id assignment
chrisjonesBSU 3d28187
Merge branch 'main' of github.com:mosdef-hub/gmso into rigid-bodies
chrisjonesBSU f6480bc
write out rigid xyz, com, tags
chrisjonesBSU ad603fa
add if statement before writing rigid tags
chrisjonesBSU fdba315
add basic rigid body snapshot test
chrisjonesBSU 3a06f24
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 60e3538
Merge branch 'main' of github.com:mosdef-hub/gmso into rigid-bodies
chrisjonesBSU 8842973
remove rigid id from convert mbuild, remove rigid id prop from abstra…
chrisjonesBSU 6a383c6
parse rigid sites from site.molecule, update test
chrisjonesBSU 7c65624
remove un-needed var
chrisjonesBSU a732661
Merge branch 'main' into rigid-bodies
chrisjonesBSU 8da6fe5
update tests
chrisjonesBSU e9de935
Merge branch 'main' of github.com:mosdef-hub/gmso into rigid-bodies
chrisjonesBSU 75289bb
fix charge array in np.concatenate call
chrisjonesBSU 0d6e7d2
adjust snapshot groups by num rigid bodies
chrisjonesBSU a72d898
update tests
chrisjonesBSU 5e8635f
fix _parse_pairs
chrisjonesBSU b96a83c
use unyt_arrays for charges and mass instead of lists
chrisjonesBSU 937f913
Merge branch 'main' into rigid-bodies
chrisjonesBSU ffe639c
handle mix of rigid and non rigid
chrisjonesBSU 4eaf697
remove if statement to filter -1 ids
chrisjonesBSU fb161b1
merge and fix conflicts. Pin hoomd<5
chrisjonesBSU c712555
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 91642f0
Merge branch 'main' of github.com:mosdef-hub/gmso into rigid-bodies
chrisjonesBSU da69c18
Merge branch 'main' of github.com:mosdef-hub/gmso into rigid-bodies
chrisjonesBSU 24537d1
Merge branch 'main' into rigid-bodies
chrisjonesBSU 8546680
add moit util, fill in more snapshot info
chrisjonesBSU 1e388b0
Merge branch 'main' into rigid-bodies
chrisjonesBSU c2738e7
bump molecule numbres, return rigid body info dict
chrisjonesBSU e23bb51
refactor to work with multiple kinds of rigid mols
chrisjonesBSU e81ddb6
add more code comments
chrisjonesBSU 14c4deb
remove unused variable
chrisjonesBSU fc73e46
fix existing tests
chrisjonesBSU 104b2de
Merge branch 'rigid-bodies' of github.com:chrisjonesBSU/gmso into rig…
chrisjonesBSU 91a3ffb
clean things up a bit
chrisjonesBSU f4d0dd6
add test with 2 kinds of rigid mols
chrisjonesBSU ff6512f
remove snapshot.validate() for hoomd snapshot
chrisjonesBSU c8b66d2
simplify tests
chrisjonesBSU d24b36b
Merge branch 'main' of github.com:mosdef-hub/gmso into rigid-bodies
chrisjonesBSU 86c1684
add conditional return, update doc strings
chrisjonesBSU 3ea4599
minor doc string fixes
chrisjonesBSU e69e1df
add test for moit function
chrisjonesBSU 078cc18
quick doc string change
chrisjonesBSU 67ebc62
merge and fix conflicts
chrisjonesBSU 3dc1ce2
Merge branch 'main' into rigid-bodies
chrisjonesBSU 1e39411
Merge branch 'main' into rigid-bodies
chrisjonesBSU 15088f8
Merge branch 'main' into rigid-bodies
chrisjonesBSU 76a4b64
Fix doc strings and spelling typos
chrisjonesBSU 1476288
add link to hoomd base units doc
chrisjonesBSU 6a95912
fix import in test_utils
chrisjonesBSU 104c80c
Merge branch 'main' of github.com:mosdef-hub/gmso into rigid-bodies
chrisjonesBSU 0501c95
add check and test for wrong rigid hierarchy
chrisjonesBSU 081229f
Merge branch 'main' into rigid-bodies
chrisjonesBSU 4be2fa6
remove unused variables
chrisjonesBSU 449f8d4
Merge branch 'rigid-bodies' of github.com:chrisjonesBSU/gmso into rig…
chrisjonesBSU 81ed4f0
remove unused rigid_bodies param from methods
chrisjonesBSU 1d497e2
remove unused rigid bodies param from gsd writer
chrisjonesBSU 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
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
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
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.
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.