scarce2 is a rewrite of Scarce, a software for studies of silicon charge collection efficiencies. It is written in modern python with an educational purpose in mind.
scarce2 is not meant to offer an alternative to precise TCAD simulations, but to explore charge deposition processes in (segmented) planar silicon sensors.
The required packages for installation are
fipy, gmsh, matplotlib, numpy, scipy
The package and its dependencies can be installed by running
pip install .
from the root directory.