Skip to content

Capacitative transfer bugfix and update

A bug was discovered by @naomi; it turns out that the default for max_depth_distance was not set correctly, but was 0. This meant that we were almost always inefficient in her simulations, as charge carriers get stopped at the implant. The fix is to make sure it's a double when getting from Units.

Also took the opportunity to add collect_from_implant, as this was missing. Added a test to make sure this works as expected as well, same as in [SimpleTransfer].

Merge request reports