Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 612 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 612 Bytes

scarce2

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.

Installation

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.