Skip to content
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

Implement discrete optical physics #1604

Open
wants to merge 47 commits into
base: develop
Choose a base branch
from

Conversation

hhollenb
Copy link
Contributor

Implementation of PhysicsData and associated views necessary to do volumetric optical physics.

PhysicsParams closely matches the core physics version, but slimmed down just for discrete interactions. The DiscreteSelectAction, PhysicsTrackView, and PhysicsStepView were implemented similarly. I've updated the hooks into the core optical classes so executors should have access to physics data.

Currently only absorption and rayleigh models are implemented, and I've limited the importing of models in tests to just those two.

I've left the executor implementation empty for the moment to reduce the overall complexity of the merge. I can start working on them and adding them to this PR. I can also add some extra device tests and I/O tests for optical data.

Hollenbeck-Hayden and others added 30 commits November 8, 2024 00:55
@hhollenb hhollenb added enhancement New feature or request physics Particles, processes, and stepping algorithms labels Jan 30, 2025
Copy link

github-actions bot commented Jan 30, 2025

Test summary

 4 516 files   6 942 suites   15m 32s ⏱️
 1 704 tests  1 696 ✅  6 💤 2 ❌
24 402 runs  24 316 ✅ 84 💤 2 ❌

For more details on these failures, see this check.

Results for commit 6620556.

♻️ This comment has been updated with latest results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request physics Particles, processes, and stepping algorithms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants