Skip to content

Added the silicon quantum yield model of Ramanathan and Kurinsky (2020) for a more accurate estimate of the pair-production energy and Fano factor. #625

Added the silicon quantum yield model of Ramanathan and Kurinsky (2020) for a more accurate estimate of the pair-production energy and Fano factor.

Added the silicon quantum yield model of Ramanathan and Kurinsky (2020) for a more accurate estimate of the pair-production energy and Fano factor. #625

Workflow file for this run

name: Black
on:
push:
branches:
- main
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --diff"
src: "./optika"