hyperfine.implantation.srim.create_trim_dat

hyperfine.implantation.srim.create_trim_dat(atomic_number: int, energy_eV: float, angle_mean_deg: float = 0.0, angle_sigma_deg: float = np.float64(2.220446049250313e-16), description: str = '', total_ions: int = 99999) None[source]

Create a TRIM.DAT file for use in an advanced TRIM.exe calculation.

Parameters:
  • atomic_number – Atomic number of the projectile.

  • energy_eV – Energy of the projectile (eV).

  • angle_mean_deg – Mean angle of incidence with respect to the surface normal (degrees).

  • angle_sigma_deg – Standard deviation of the angle of incidence (degrees).

  • description – Description of simulation.

  • total_ions – Total number of ions to generate.