-
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
Mpcd Cosine and CosineExpansionContraction Channels #1836
Mpcd Cosine and CosineExpansionContraction Channels #1836
Conversation
Move Tzortzis's files to the branch Add new geometries to Cmakelists Add new geometries to StreamingGeometry.h and cc Change geometry filenames Add geometries to module.cc some fixes more changes in geometry files More fixes Fix compile errors Fix import errors Fix cuda compile errors Fix more compile errors Fix import errors Fix more import errors for GPU Fix typo Fix geometry names Fix gpu array error Add pytests Fix pytest out of box Fix tests fix comments Remove fillers Run pre-commit on geometry files
…c_sinusoidal_channel
…c_sinusoidal_channel
…c_sinusoidal_channel
…c_sinusoidal_channel
…omd_sinusoidal_channel_fork into asymmetric_sinusoidal_channel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I have a couple small comments on the code, but then I think this is ready for review by others.
Co-authored-by: Michael Howard <[email protected]>
Co-authored-by: Michael Howard <[email protected]>
Co-authored-by: Michael Howard <[email protected]>
Co-authored-by: Michael Howard <[email protected]>
Co-authored-by: Michael Howard <[email protected]>
Co-authored-by: Michael Howard <[email protected]>
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! We have been using CosineExpansionContractionGeometry
extensively in DPD simulations without any issues. This is ready for other reviewers to take a look and approve before merging.
Please merge the latest |
Oops, sorry about that! Should be taken care of. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Description
This PR adds two new mpcd streaming geometries: Serpentine channel (CosineChannel) and sinusoidal expansion and contraction channel (CosineExpansionContraction).
This PR should be merged after the rejection filler PR (#1822).This PR has been merged.Motivation and context
Resolves #1775, #1776
How has this been tested?
Python tests are added for the geometries and streaming.
Change log
Checklist:
sphinx-doc/credits.rst
) in the pull request source branch.