modified: ELoss/Eloss.py missed a line while editing the file

This commit is contained in:
Vignesh Sitaraman 2026-04-22 14:48:14 -04:00
parent 50a8e03eef
commit 8e2cdaae58

View File

@ -1,5 +1,6 @@
#VSitaraman 2024-06-20
# This script calculates the stopping power and range for protons and alpha particles in a gas mixture of 96% Helium and 4% CO2 at 250 Torr using the Catima library.
# This script calculates the stopping power and range for protons and alpha particles in a 96% He + 4% CO2 gas mixture at 250 Torr using the PyCatima library
import pycatima as catima
import numpy as np
# --- 1. Experimental & Physical Constants ---