Metadata-Version: 2.1
Name: spadsim
Version: 0.1.0
Summary: This is a 2D Monte Carlo simulator written in Python to model the operation of single-photon avalanche detectors. It simulates the stochastic avalanche multiplication process of charge carriers following the absorption of an input photon; a successful detection event is defined as the avalanche current exceeding a pre-defined threshold. The simulator output can be used to analyse the photon detection efficiency and its timing characteristics. This program does not directly simulate dark noise.
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.7.1,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: bokeh (>=2.1.1)
Requires-Dist: dask (>=2022.01.1)
Requires-Dist: distributed (>=2022.01.1)
Requires-Dist: ipykernel (>=6)
Requires-Dist: ipywidgets (>=7.7.0,<8.0.0)
Requires-Dist: matplotlib (>=3)
Requires-Dist: numba (>=0.55)
Requires-Dist: numpy (>=1.18)
Requires-Dist: pandas (>=1.3)
Requires-Dist: tqdm (>=4.3)
