nuclei icon indicating copy to clipboard operation
nuclei copied to clipboard

An Evaluated Nuclear Structure Data (ENSDF) parser, viewer and editor

Results 8 nuclei issues
Sort by recently updated
recently updated
newest added

This fixes the nullptr access reported in https://github.com/martukas/nuclei/issues/22 (not yet the memleaks)

I can usually click on some elements and view the decay scheme. But sometimes, when I enter on some line, a blank screen appears, and all the subsequent attempts on...

bug

It could be quite useful to parallelize this part with openMP with proper mutexes: ``` for (auto &a : aList) { NuclideId na; na.set_A(a); ENSDFTreeItem *aa = new ENSDFTreeItem(ENSDFTreeItem::DaughterType, na,...

enhancement

QtCreator (clang-tidy) reports 2 memleaks and 1 null access: ``` /home/user/nuclei/source/ENSDFDataSource.cpp:240:25: warning: Potential leak of memory pointed to by 'd' [clang-analyzer-cplusplus.NewDeleteLeaks] 1: Assuming the condition is false in /home/user/nuclei/source/ENSDFDataSource.cpp:23 2:...

bug

Improvement suggestion: It would be nice to rescue the auto-download ENSDF function of the original nuclei SW, if requested by the user.

enhancement

Instead of just Igamma, we could incorporate IT and alpha ratios As in: https://www.nndc.bnl.gov/nudat3/NuDatBandPlotServlet?nucleus=12C&unc=nds ![image](https://user-images.githubusercontent.com/10653970/169606286-adef31d3-7dd1-4da3-9d12-f09848bf4472.png) Migrated from https://github.com/ferdymercury/nuclei/issues/1

enhancement

I see some parse mismatches: ``` [2023-06-07 19:51:02.440192] [debug] [processID: 312642]: HL parse mismatch '(4.4 S)' != '' t=undefined v=nan u1=nan u2=nan units=S tent=true [2023-06-07 19:51:02.485165] [debug] [processID: 312642]: HL...

bug

Is there any interest to set up configuration for either, or both, of [clang-format](https://clang.llvm.org/docs/ClangFormat.html) and [clang-tidy](https://clang.llvm.org/extra/clang-tidy/)? I'm happy to start work on this, but don't think it's a quick task,...

enhancement