Resolve "Problem in Command DUMPEMFIELDS and DUMPFIELDS"
Closes #767 (closed)
Merge request reports
Activity
added Bug label
assigned to @gsell
- Resolved by snuverink_j
@ext-calvo_p @ext-rogers_c we still have the division by zero error in
Cyclotron::apply()
. Any idea to solve this?I fear that the code and tracking is written with the assumption that particles don't have zero radius. There might be serious errors in the tracking in this case. I think the proposed solution of throwing an exception is valid. Perhaps @adelmann can comment.
One way to possibly fix it on the user side could be to change the input from
Z_START=-0.02, Z_STEPS=41, DZ=0.001
to
Z_START=-0.0201, Z_STEPS=41, DZ=0.001
?
added 1 commit
- f18fba5f - getIndex() reviewed in FM3DH5BlockBase class
- Resolved by snuverink_j
requested review from @adelmann, @carl_j, @ext-calvo_p, @ext-piot_p, @ext-rogers_c, @frey_m, @muralikrishnan, @sadr_m, and @snuverink_j
mentioned in commit 697b4afc
mentioned in issue #771 (closed)
changed milestone to %2024.1