Skip to content

Fix CDR calculation with trace elements with Z>100 - #4084

Merged
paulromano merged 2 commits into
openmc-dev:developfrom
GuySten:cdr-fix
Aug 30, 2026
Merged

Fix CDR calculation with trace elements with Z>100#4084
paulromano merged 2 commits into
openmc-dev:developfrom
GuySten:cdr-fix

Conversation

@GuySten

Copy link
Copy Markdown
Contributor

Description

This PR fix CDR calculation with trace elements with Z>100

Fixes#4079

Checklist

  • I have performed a self-review of my own code
  • I have run clang-format (version 18) on any C++ source files (if applicable)
  • I have followed the style guidelines for Python source files (if applicable)
  • I have made corresponding changes to the documentation (if applicable)
  • I have added tests that prove my fix is effective or that my feature works (if applicable)

@paulromanopaulromano left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing that!

@paulromano
paulromano enabled auto-merge (squash) August 30, 2026 18:15
@paulromano
paulromano merged commit ecd04bd into openmc-dev:developAug 30, 2026
16 checks passed
@GuySten
GuySten deleted the cdr-fix branch August 30, 2026 19:13
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

get_photon_contact_dose_rate() crashes after depletion because of nuclides above Z=100

2 participants

@GuySten@paulromano