villano-lab / nrCascadeSim

calculating the NR spectrum resulting from neutron-capture cascades.
MIT License
0 stars 1 forks source link

Levelfile `allge_ngam_WSlow.txt` causes "unrecognized multipole" error. #66

Open nuclearGoblin opened 2 years ago

nuclearGoblin commented 2 years ago

I am submitting a bug report.

This bug occurs in: realizeCascades - either due to the allge_ngam_WSlow.txt levelfile or due to weisskopf.c.

Expected behavior: Weisskopf calculations should work for all levelfiles.

Current behavior: The levelfile allge_ngam_WSlow.txt provides multipole values that the weisskopf calculation cannot handle normally.

Steps to reproduce:

  1. Run realizeCascades with the levelfiles allge_ngam_WSlow.txt
  2. Get error message.
  3. Program finishes running, but the results may not be accurate due to the error.

Other information: We probably just need to add some more multipole options to weisskopf.c (it looks like E4-E6, M4-M6). Tagging @villaa as he likely knows where to find any necessary information.

Relevant Output: The following error is printed several times:

ERROR! we:: unrecognized multipole, giving you my slowest multipole, M3

villaa commented 2 years ago

@gerudo7 good point, I'll have a look after I finish the doxygen PR