-
Notifications
You must be signed in to change notification settings - Fork 132
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
Add vector-valued variants #1685
Merged
Merged
Commits on Dec 15, 2023
-
Adds a VectorVariant class. Adds VectorVariantBox as a subclass of VectorVariant. Implements VectorVariantBoxConstant and VectorVariantBoxLinear. Moves variant from a module to a package. The code compiles and I am able to get the expected boxes as a function of time for both VectorVariantBoxConstant and VectorVariantBoxLinear objects. More to come before I open a PR.
Configuration menu - View commit details
-
Copy full SHA for 8cde22d - Browse repository at this point
Copy the full SHA 8cde22dView commit details
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a615776 - Browse repository at this point
Copy the full SHA a615776View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91acbe9 - Browse repository at this point
Copy the full SHA 91acbe9View commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4dceea3 - Browse repository at this point
Copy the full SHA 4dceea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5bd904 - Browse repository at this point
Copy the full SHA f5bd904View commit details -
Configuration menu - View commit details
-
Copy full SHA for 152459a - Browse repository at this point
Copy the full SHA 152459aView commit details
Commits on Jan 4, 2024
-
Apply suggestions from code review
Co-authored-by: Joshua A. Anderson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19d17a8 - Browse repository at this point
Copy the full SHA 19d17a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 366a98a - Browse repository at this point
Copy the full SHA 366a98aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca60602 - Browse repository at this point
Copy the full SHA ca60602View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7701e30 - Browse repository at this point
Copy the full SHA 7701e30View commit details -
Configuration menu - View commit details
-
Copy full SHA for e114e20 - Browse repository at this point
Copy the full SHA e114e20View commit details
Commits on Jan 10, 2024
-
Move scalar variants to new module
Moves the scalar variant classes to a separate module, but imports them in hoomd/variant/__init__.py so that they still live in the hoomd.variant namespace. I did this as a workaround for python's import behavior since I kept getting circular import errors when keeping the scalar variant classes in the package's __init__.py file.
Configuration menu - View commit details
-
Copy full SHA for 31d55e3 - Browse repository at this point
Copy the full SHA 31d55e3View commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5991e76 - Browse repository at this point
Copy the full SHA 5991e76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60eb93a - Browse repository at this point
Copy the full SHA 60eb93aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14719e3 - Browse repository at this point
Copy the full SHA 14719e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1baa52d - Browse repository at this point
Copy the full SHA 1baa52dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42a5de5 - Browse repository at this point
Copy the full SHA 42a5de5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27ae047 - Browse repository at this point
Copy the full SHA 27ae047View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ba47f3 - Browse repository at this point
Copy the full SHA 0ba47f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72238ea - Browse repository at this point
Copy the full SHA 72238eaView commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 31fd15e - Browse repository at this point
Copy the full SHA 31fd15eView commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53ee85d - Browse repository at this point
Copy the full SHA 53ee85dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 944fb61 - Browse repository at this point
Copy the full SHA 944fb61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6569e65 - Browse repository at this point
Copy the full SHA 6569e65View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0386557 - Browse repository at this point
Copy the full SHA 0386557View commit details -
Configuration menu - View commit details
-
Copy full SHA for 776ed3a - Browse repository at this point
Copy the full SHA 776ed3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c7a5ee - Browse repository at this point
Copy the full SHA 4c7a5eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b933b4 - Browse repository at this point
Copy the full SHA 2b933b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for db878a9 - Browse repository at this point
Copy the full SHA db878a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98eefb0 - Browse repository at this point
Copy the full SHA 98eefb0View commit details
Commits on Feb 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9708374 - Browse repository at this point
Copy the full SHA 9708374View commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f0617dd - Browse repository at this point
Copy the full SHA f0617ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b5facd - Browse repository at this point
Copy the full SHA 8b5facdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c926c8 - Browse repository at this point
Copy the full SHA 4c926c8View commit details
Commits on Feb 28, 2024
-
Apply suggestions from code review
Co-authored-by: Brandon Butler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75659e7 - Browse repository at this point
Copy the full SHA 75659e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78d3402 - Browse repository at this point
Copy the full SHA 78d3402View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00d0090 - Browse repository at this point
Copy the full SHA 00d0090View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75c7de3 - Browse repository at this point
Copy the full SHA 75c7de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4679d2c - Browse repository at this point
Copy the full SHA 4679d2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f123a5 - Browse repository at this point
Copy the full SHA 7f123a5View commit details
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.