Recent Releases of `nrCascadeSim` - A simulation tool for nuclear recoil cascades resulting from neutron capture

`nrCascadeSim` - A simulation tool for nuclear recoil cascades resulting from neutron capture - Version 1.5.0

Added examples and a function/script for reformatting output data.

What's Changed

  • PR #108 introduced a function and script for reformatting data output by nrCascadeSim and input to the example-usecase notebooks.
  • Fixed some version conflicts in example-usecase/environment.yml.
  • Added a notebook example-usecase/ZZ_CompareFiles.ipynb for visual and numeric comparison of two ROOT files generated by nrCascadeSim.
  • Added a notebook example-usecase/Residuals.ipynb for visualizing the effects of using only the 95% most prominent cascades in Silicon.
  • Some changes were made on the backend to facilitate future development of user input for stopping power.

Full Changelog: https://github.com/villano-lab/nrCascadeSim/compare/v1.4.2...v.1.5.0

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by nuclearGoblin about 3 years ago

`nrCascadeSim` - A simulation tool for nuclear recoil cascades resulting from neutron capture - Version 1.4.2

Hotfix for Germanium levelfiles.

What's Changed

  • Updated the ordering of cascades in Germanium levelfiles to sort by descending order of probability.

Full Changelog: https://github.com/villano-lab/nrCascadeSim/compare/v1.4.1...v1.4.2

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by nuclearGoblin over 3 years ago

`nrCascadeSim` - A simulation tool for nuclear recoil cascades resulting from neutron capture - Version 1.4.1

Fixes for Germanium levelfiles as well as testing updates.

What's Changed

  • PR #105 migrated from Travis-CI to GitHub Actions and CircleCI (Issue #88)
  • Updated the naming scheme of Germanium levelfiles
  • Fixed a typo in one of the lifetimes for Germanium

Full Changelog: https://github.com/villano-lab/nrCascadeSim/compare/v1.4.0...v1.4.1

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by nuclearGoblin over 3 years ago

`nrCascadeSim` - A simulation tool for nuclear recoil cascades resulting from neutron capture - Version 1.4.0

Migrated build system to CMake and included Geant4 comparison among other small changes.

What's Changed

  • Test for consistent output across runs of example-usecase/Yields_and_Resolutions.ipynb by @gerudo7 in https://github.com/villano-lab/nrCascadeSim/pull/80
  • Bugfix/unsafe memory access by @gerudo7 in https://github.com/villano-lab/nrCascadeSim/pull/82
  • CMake first version by @villaa in https://github.com/villano-lab/nrCascadeSim/pull/91
  • check coverage with CMake by @villaa in https://github.com/villano-lab/nrCascadeSim/pull/95
  • add .gcda and .gcno files to be cleaned with CMake scrub target by @villaa in https://github.com/villano-lab/nrCascadeSim/pull/99
  • Create notebook for comparison with Geant4 by @gerudo7 in https://github.com/villano-lab/nrCascadeSim/pull/98

Full Changelog: https://github.com/villano-lab/nrCascadeSim/compare/v1.3.3...v1.4.0

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by villaa over 4 years ago

`nrCascadeSim` - A simulation tool for nuclear recoil cascades resulting from neutron capture - Version 1.3.3

Minor update to add first version of Geant4 comparison plots.

What's Changed

  • Release/1.3.2 by @gerudo7 in https://github.com/villano-lab/nrCascadeSim/pull/81

Full Changelog: https://github.com/villano-lab/nrCascadeSim/compare/v1.3.2...v1.3.3

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by villaa over 4 years ago

`nrCascadeSim` - A simulation tool for nuclear recoil cascades resulting from neutron capture - v1.3.2

Improve testing, reorganize levelfiles, and clarify some things in documentation.

What's Changed

  • Test all complete levelfiles and move incomplete levelfiles to levelfiles/under-development by @gerudo7 in https://github.com/villano-lab/nrCascadeSim/pull/77
  • Units for inputs and return values of library functions by @villaa in https://github.com/villano-lab/nrCascadeSim/pull/78
  • WSL installation instructions by @gerudo7 in https://github.com/villano-lab/nrCascadeSim/pull/79

Full Changelog: https://github.com/villano-lab/nrCascadeSim/compare/v1.3.1...v1.3.2

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by nuclearGoblin over 4 years ago

`nrCascadeSim` - A simulation tool for nuclear recoil cascades resulting from neutron capture - Version 1.3.1

Added doxygen documentation and code coverage information.

What's Changed

  • readthedocs fail on warning by @villaa in https://github.com/villano-lab/nrCascadeSim/pull/62
  • Doxygen documentation by @villaa in https://github.com/villano-lab/nrCascadeSim/pull/68
  • Increase and track coverage by @gerudo7 in https://github.com/villano-lab/nrCascadeSim/pull/69

Full Changelog: https://github.com/villano-lab/nrCascadeSim/compare/v1.3.0...v1.3.1

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by villaa over 4 years ago

`nrCascadeSim` - A simulation tool for nuclear recoil cascades resulting from neutron capture - Version 1.3.0

Added OSX compatibility and upgraded several key aspects, see the RELEASENOTES.md file.

What's Changed

  • Hotfix/1.2.4: Fixing the verbosity bug introduced--no output by @villaa in https://github.com/villano-lab/nrCascadeSim/pull/51
  • updated MT to use internal C++ library by @villaa in https://github.com/villano-lab/nrCascadeSim/pull/54
  • sphinx warnings update by @villaa in https://github.com/villano-lab/nrCascadeSim/pull/55
  • Test for empty files by @gerudo7 in https://github.com/villano-lab/nrCascadeSim/pull/56
  • check a wider range of standards c++11 -- c++17 by @villaa in https://github.com/villano-lab/nrCascadeSim/pull/57
  • Fix false negative in testing when file is not created by @gerudo7 in https://github.com/villano-lab/nrCascadeSim/pull/59
  • Fix documentation issues by @gerudo7 in https://github.com/villano-lab/nrCascadeSim/pull/58
  • Feature/os xcompile by @villaa in https://github.com/villano-lab/nrCascadeSim/pull/61

Full Changelog: https://github.com/villano-lab/nrCascadeSim/compare/v1.2.4...v1.3.0

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by villaa over 4 years ago

`nrCascadeSim` - A simulation tool for nuclear recoil cascades resulting from neutron capture - Version 1.2.4

Fixed the bug introduced in original addressing of the verbosity issue #12

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by villaa over 4 years ago

`nrCascadeSim` - A simulation tool for nuclear recoil cascades resulting from neutron capture - Version 1.2.3

Added a JOSS tag to indicate that the paper has been submitted.

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by villaa over 4 years ago

`nrCascadeSim` - A simulation tool for nuclear recoil cascades resulting from neutron capture - Version 1.2.2

Fixed just some typos before JOSS submission compared to v1.2.0.

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by villaa over 4 years ago

`nrCascadeSim` - A simulation tool for nuclear recoil cascades resulting from neutron capture - Version 1.2.0

Got readthedocs documentation and better tutorial/demo in place.

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by villaa over 4 years ago

`nrCascadeSim` - A simulation tool for nuclear recoil cascades resulting from neutron capture - Version 1.1.3

The version of the code just before documentation migration to readthedocs.

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by villaa over 4 years ago

`nrCascadeSim` - A simulation tool for nuclear recoil cascades resulting from neutron capture - Version 1.1.2

We have addressed many issues from our first JOSS submission and almost ready to resubmit.

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by villaa over 4 years ago