WF2: Silicon Detector Signal Simulation
- WeightField2 is a 1D transient drift–diffusion simulation tool that models signal formation in advanced silicon detectors, including LGADs.
- It numerically solves Poisson’s, drift–diffusion, and Ramo’s equations along with radiation damage models to achieve high physics fidelity.
- The simulation framework supports modular workflows and extensive parameter sweeps, validated against experimental data for optimized sensor performance.
WeightField2 (WF2) is a one-dimensional, transient drift–diffusion simulation package widely employed for modeling signal formation in advanced silicon detectors, particularly Low-Gain Avalanche Detectors (LGADs) and related ultra-fast sensors. It numerically solves the time-resolved transport, avalanche multiplication, and signal induction of charge carriers in silicon, including radiation damage effects, with an emphasis on high timing precision and physics fidelity. WF2 has been validated against experimental data and is a common reference for device optimization, sensor characterization, and frontend-electronics design in 4D-tracking and radiation-hard detector R&D.
1. Core Physical Models in WF2
WF2 numerically implements the microscopic physics of signal generation in silicon detectors. The primary equations solved include:
- Poisson’s equation for electrostatic potential:
with the potential, and the carrier densities, and the (fluency-dependent) donor and acceptor profiles.
- Carrier drift–diffusion and continuity equations:
with analogous form for holes.
- Impact ionization (internal gain) in the gain layer using Chynoweth’s law:
and similar for holes, with empirical coefficients , .
- Radiation damage parameterizations:
- Acceptor removal: , cm.
- Acceptor creation (traps): .
- Trapping lifetimes: , .
- Signal formation (Ramo’s theorem): For a parallel plate geometry, the induced current is
where is the detector thickness.
Carrier dynamics are evolved in time using explicit Runge–Kutta schemes with self-consistent updates to space charge and electric fields. The mesh and time-step are chosen for numerical stability (e.g., m, ps) (Galloway et al., 2017).
2. Simulation Workflow and Implementation
WF2 executes a modular, stepwise workflow for the simulation of signal generation:
- Device Geometry and Meshing: Define a 1D slab of thickness (e.g., m), discretize spatially.
- Doping Profiles: Specify gain layer (e.g., – cm) and bulk for a given irradiation fluence.
- Electric Field Solution: Numerically integrate Poisson’s equation for .
- Weighting Field Calculation: Typically for slab devices.
- Primary Ionization Sampling: Model a minimum-ionizing-particle (MIP) via Landau-distributed e–h clusters along .
- Carrier Transport and Gain: Time-step carrier densities with drift–diffusion, field-dependent mobility, multiplication, and trapping.
- Signal Readout: Calculate time-dependent induced current .
- Electronics Response: Convolve with front-end impulse response and noise models (e.g., 4.7 k transimpedance, GHz bandwidth).
- Analysis: Extract pulse amplitude, timing, rise time, and other observables, repeating over – simulated events for statistical robustness (Galloway et al., 2017).
WF2 is typically coded in C++ with modular routines for each physical process. No modification to the physical models is reported in its applications to DC-coupled resistive silicon detectors (Menzio et al., 2022).
3. Application to Detector Design and Performance
WF2 underpins the optimization and analysis of advanced silicon detector concepts, particularly in the context of timing and spatial resolution for high-radiation environments:
- In DC-Coupled Resistive Silicon Detectors (RSD), the signal formation is simulated in WF2 with the output current serving as the input to a macroscopic LTspice network model representing the resistive sheet, capacitance, and readout electronics. This split allows rapid scanning of sensor parameters in WF2 and decoupled study of electrode topology in circuit simulation (Menzio et al., 2022).
- Key simulated metrics:
- Timing performance: WF2 predicts pulse shapes with rise times 300–400 ps and amplitudes 1–2 mA, corresponding to per-hit timing of 30–40 ps when combined with typical frontend noise.
- Spatial resolution: Using the WF2-generated pulse in a resistive network yields reconstructed position error $20$–m, well below typical strip pitch.
- Modeling radiation damage: WF2 quantitatively reproduces gain loss, pulse rise time reduction, and amplitude suppression in heavily irradiated LGADs. Experimental pulse shapes, gain–voltage curves, and timing resolution are found to match WF2 predictions within 10% across neutron fluences up to n/cm (Galloway et al., 2017).
- Workflow best practices: Sensor physics (gain layer, bias, etc.) are isolated in WF2, with network and charge-sharing analyses offloaded to circuit simulators. This modular approach accelerates optimization and supports rapid parameter sweeps.
4. Numerical and Algorithmic Details
WF2 emphasizes computational efficiency and adaptability:
- Spatial mesh: Uniform m for standard LGADs.
- Time integration: Explicit second-order (RK2) or higher Runge–Kutta method, with time steps small enough for carrier motion per step (CFL condition).
- Self-consistency: Updates to carrier-induced fields and densities are synchronized at each step, enforcing convergence (field tolerance V).
- Electronics simulation: Electronics convolution includes transimpedance amplifiers (e.g., 4700 Ω), GHz bandwidth shaping, and white-noise sources for SNR determination.
Randomized sampling of energy loss and trapping events is essential to build realistic statistical output distributions for key observables such as time resolution.
5. Validation and Accuracy
WF2 is benchmarked in multiple studies:
- Pre- and post-irradiation pulse shapes: Agreement with measured rise times (20–50 ps), pulse height changes, and normalized trailing edge is within 10%.
- dV/dt and gain curves: Simulated slopes and gain–voltage dependence accurately reproduce experimental trends before and after fluence.
- Radiation-damage effects: WF2's inclusion of acceptor removal, acceptor creation, and field-dependent trap capture is found to sufficiently model the performance loss of UFSDs under neutron damage (Galloway et al., 2017).
No major systematic discrepancies are observed, with minor residuals attributed to uncertainties in input dopant profiles or trapping coefficients.
6. Impact and Best Practices in Detector R&D
WF2 enables a rapid, physics-driven workflow for the design and optimization of ultra-fast silicon sensors:
- Decoupled simulation pipeline: Separates microscopic (WF2) from macroscopic (LTspice, network) physics, maximizing computational efficiency (Menzio et al., 2022).
- Parameter sweeps: Supports large-scale scans of gain-layer doping, bias voltage, and thickness, suitable for multi-geometry optimization.
- Empirical validation: WF2 results are typically cross-checked against full TCAD simulation once, after which wide sweeps can proceed using WF2 for efficiency.
- Automation: Simple scripts are recommended for WF2–LTspice interface, automating the import of WF2-generated current–time data as current sources in larger network simulations.
This approach allows systematic exploration of sensor physics and readout designs, forming the basis for iterative improvements in timing and spatial resolution in radiation environments (Menzio et al., 2022, Galloway et al., 2017).
7. Summary Table: WF2 Simulation Inputs and Outputs
| Parameter | Typical Value / Use | Origin in Workflow |
|---|---|---|
| Sensor thickness | 50 μm (e.g., LGAD) | Geometry, drift distance |
| Gain-layer doping | W13 UFSD3.2 or HPK profiles | Sets gain, pulse rise time |
| Bias voltage | 200–600 V | Controls , gain |
| Carrier mobility | Field- and temperature-dependent | Drift velocity calc. |
| Radiation fluence | $0$ to n/cm | Doping/trapping profile |
| Electronics response | 4.7 k TIA, 2.5 GHz BW | S/N, pulse shaping |
| Output metric | waveform, rise time, timing resolution | Pulse analysis, R&D |
WF2 is established as a validated, high-fidelity tool for LGAD and UFSD simulation, widely adopted in detector R&D for both fundamental performance understanding and device-to-readout co-design (Galloway et al., 2017, Menzio et al., 2022).