-
Notifications
You must be signed in to change notification settings - Fork 110
Add collision test for PeTar #958
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
base: main
Are you sure you want to change the base?
Conversation
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 28 days if no further activity occurs. Thank you for your contributions. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 28 days if no further activity occurs. Thank you for your contributions. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 28 days if no further activity occurs. Thank you for your contributions. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 365 days if no further activity occurs. Thank you for your contributions. |
Adds a collision test from ph4 to PeTar.
Currently the test fails - particles that collide /exactly/ (just "very close" is not enough to trigger the issue) bounce off of each other elastically rather than ignoring the collision or raising a stopping condition.
Merge PR when this issue is resolved in PeTar (cc @lwang-astro).