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

Pulse height tally for photons #2452

Merged
merged 82 commits into from
Jul 10, 2023

Commits on Apr 3, 2023

  1. pulse-height tally implementation v2.0

    Christopher Fichtlscherer committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    974a720 View commit details
    Browse the repository at this point in the history
  2. bugfixes

    Christopher Fichtlscherer committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    dd18f12 View commit details
    Browse the repository at this point in the history
  3. description of the score pulse-height

    Christopher Fichtlscherer committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    199e23b View commit details
    Browse the repository at this point in the history
  4. type in score dic

    Christopher Fichtlscherer committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    38b7f70 View commit details
    Browse the repository at this point in the history
  5. remove blank line

    Christopher Fichtlscherer committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    89820f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Clang Format

    Christopher Fichtlscherer committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c676ad7 View commit details
    Browse the repository at this point in the history
  2. Clang format

    Christopher Fichtlscherer committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    eeb8a49 View commit details
    Browse the repository at this point in the history
  3. clang

    Christopher Fichtlscherer committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    82f7b90 View commit details
    Browse the repository at this point in the history
  4. clang format - final

    Christopher Fichtlscherer committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    11a7ed2 View commit details
    Browse the repository at this point in the history
  5. clang

    Christopher Fichtlscherer committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    7c2142e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. adding global variable pulse_height_cells

    Christopher Fichtlscherer committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    3ce4b9c View commit details
    Browse the repository at this point in the history
  2. changing the value in the pht_storage at index

    Christopher Fichtlscherer committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    7cdbada View commit details
    Browse the repository at this point in the history
  3. calling the right index of the pht_storage

    Christopher Fichtlscherer committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    7c9c991 View commit details
    Browse the repository at this point in the history
  4. small changes

    Christopher Fichtlscherer committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    01e3506 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Merge branch 'develop' into pulse-height-2

    Christopher Fichtlscherer committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    a746d37 View commit details
    Browse the repository at this point in the history
  2. update

    Christopher Fichtlscherer committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    158c3af View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. addressing issue openmc-dev#2508

    Christopher Fichtlscherer committed May 1, 2023
    Configuration menu
    Copy the full SHA
    d32174e View commit details
    Browse the repository at this point in the history
  2. missing break statement in tally.cpp

    Christopher Fichtlscherer committed May 1, 2023
    Configuration menu
    Copy the full SHA
    09de63d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. revert last changes

    Christopher Fichtlscherer committed May 2, 2023
    Configuration menu
    Copy the full SHA
    e401990 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into pulse-height-2

    Christopher Fichtlscherer committed May 2, 2023
    Configuration menu
    Copy the full SHA
    78bd621 View commit details
    Browse the repository at this point in the history
  3. small change comment

    Christopher Fichtlscherer committed May 2, 2023
    Configuration menu
    Copy the full SHA
    deb4196 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. p.alive in process_advance_particle_events

    Christopher Fichtlscherer committed May 3, 2023
    Configuration menu
    Copy the full SHA
    1712d5c View commit details
    Browse the repository at this point in the history
  2. redo last change

    Christopher Fichtlscherer committed May 3, 2023
    Configuration menu
    Copy the full SHA
    7090c5c View commit details
    Browse the repository at this point in the history
  3. undo last change

    Christopher Fichtlscherer committed May 3, 2023
    Configuration menu
    Copy the full SHA
    7c7c0a4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'pulse-height-2' of https://github.com/cfichtlscherer/op…

    …enmc into pulse-height-2
    Christopher Fichtlscherer committed May 3, 2023
    Configuration menu
    Copy the full SHA
    2626347 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. run again with sort surf bank

    Christopher Fichtlscherer committed May 4, 2023
    Configuration menu
    Copy the full SHA
    fcebe5c View commit details
    Browse the repository at this point in the history
  2. added regression test

    Christopher Fichtlscherer committed May 4, 2023
    Configuration menu
    Copy the full SHA
    74a1640 View commit details
    Browse the repository at this point in the history
  3. reset pht storage for event based simulations

    Christopher Fichtlscherer committed May 4, 2023
    Configuration menu
    Copy the full SHA
    795145a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. remove sorting surface source

    Christopher Fichtlscherer committed May 5, 2023
    Configuration menu
    Copy the full SHA
    7516002 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Update docs/source/usersguide/tallies.rst

    Co-authored-by: Paul Romano <[email protected]>
    cfichtlscherer and paulromano authored May 25, 2023
    Configuration menu
    Copy the full SHA
    efc476f View commit details
    Browse the repository at this point in the history
  2. Update include/openmc/particle_data.h

    Co-authored-by: Paul Romano <[email protected]>
    cfichtlscherer and paulromano authored May 25, 2023
    Configuration menu
    Copy the full SHA
    6873cc4 View commit details
    Browse the repository at this point in the history
  3. Update include/openmc/particle_data.h

    Co-authored-by: Paul Romano <[email protected]>
    cfichtlscherer and paulromano authored May 25, 2023
    Configuration menu
    Copy the full SHA
    91f561a View commit details
    Browse the repository at this point in the history
  4. Update src/particle.cpp

    Co-authored-by: Paul Romano <[email protected]>
    cfichtlscherer and paulromano authored May 25, 2023
    Configuration menu
    Copy the full SHA
    c34aa0c View commit details
    Browse the repository at this point in the history
  5. Update src/particle_data.cpp

    Co-authored-by: Paul Romano <[email protected]>
    cfichtlscherer and paulromano authored May 25, 2023
    Configuration menu
    Copy the full SHA
    32714aa View commit details
    Browse the repository at this point in the history
  6. Update src/tallies/tally.cpp

    Co-authored-by: Paul Romano <[email protected]>
    cfichtlscherer and paulromano authored May 25, 2023
    Configuration menu
    Copy the full SHA
    31e47b1 View commit details
    Browse the repository at this point in the history
  7. description tallies.cpp

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    1e0365f View commit details
    Browse the repository at this point in the history
  8. clang

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    1d69270 View commit details
    Browse the repository at this point in the history
  9. description particle.cpp

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    9274af0 View commit details
    Browse the repository at this point in the history
  10. easyier check if cell index in pulse_height_cells

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    f42d316 View commit details
    Browse the repository at this point in the history
  11. clang

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    1dcb51e View commit details
    Browse the repository at this point in the history
  12. Update src/tallies/tally.cpp

    Co-authored-by: Paul Romano <[email protected]>
    cfichtlscherer and paulromano authored May 25, 2023
    Configuration menu
    Copy the full SHA
    6d4cfee View commit details
    Browse the repository at this point in the history
  13. missing semicolon

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    27692b5 View commit details
    Browse the repository at this point in the history
  14. include container_util

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    538a06e View commit details
    Browse the repository at this point in the history
  15. missing if

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d7423fb View commit details
    Browse the repository at this point in the history
  16. clang

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d1a61fa View commit details
    Browse the repository at this point in the history
  17. description tallies

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    62f8c58 View commit details
    Browse the repository at this point in the history
  18. update pulse-height test

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    8ff651e View commit details
    Browse the repository at this point in the history
  19. checking only cell / energy filter

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    a727c4c View commit details
    Browse the repository at this point in the history
  20. clang

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    36172d3 View commit details
    Browse the repository at this point in the history
  21. adding pytest pht test

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    464e504 View commit details
    Browse the repository at this point in the history
  22. include cellborn filter

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    8e260d9 View commit details
    Browse the repository at this point in the history
  23. update pulse-height score function

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    ac2e6e2 View commit details
    Browse the repository at this point in the history
  24. clang

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    4b9f2e1 View commit details
    Browse the repository at this point in the history
  25. update scoring function

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    11ec770 View commit details
    Browse the repository at this point in the history
  26. clang

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    dbf6aa4 View commit details
    Browse the repository at this point in the history
  27. type

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    7967e8f View commit details
    Browse the repository at this point in the history
  28. box -> sphere pht test

    Christopher Fichtlscherer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    57f1425 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. update

    Christopher Fichtlscherer committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    6b7bcf0 View commit details
    Browse the repository at this point in the history
  2. clang

    Christopher Fichtlscherer committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    d689d91 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. remove estimator

    cfichtlscherer committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    8fab57a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb547a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16cbc2a View commit details
    Browse the repository at this point in the history
  4. clang

    cfichtlscherer committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    7c0804a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    48d2277 View commit details
    Browse the repository at this point in the history
  2. update test

    cfichtlscherer committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    cfd219a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    7aa7c4f View commit details
    Browse the repository at this point in the history
  2. clang update

    cfichtlscherer committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    969ef10 View commit details
    Browse the repository at this point in the history
  3. update test

    cfichtlscherer committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    63db229 View commit details
    Browse the repository at this point in the history
  4. cell filter check

    cfichtlscherer committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    a630e89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bf609d View commit details
    Browse the repository at this point in the history
  6. clang

    cfichtlscherer committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e8a412d View commit details
    Browse the repository at this point in the history
  7. clang

    cfichtlscherer committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    71b0e17 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. clang

    cfichtlscherer committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    3eb998f View commit details
    Browse the repository at this point in the history
  2. clang

    cfichtlscherer committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    ff0f6db View commit details
    Browse the repository at this point in the history
  3. clang old version

    cfichtlscherer committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    e4b574d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. clange

    cfichtlscherer committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    6f7d8ad View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. test clang

    cfichtlscherer committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    01a03a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    c796fa1 View commit details
    Browse the repository at this point in the history
  2. clang

    cfichtlscherer committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    b10a32e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    b43ebae View commit details
    Browse the repository at this point in the history
  2. type

    cfichtlscherer committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    24d8cb5 View commit details
    Browse the repository at this point in the history
  3. type 2

    cfichtlscherer committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    ebee016 View commit details
    Browse the repository at this point in the history