thunderboltz.Process.sample_cs
- Process.sample_cs(e_points=None, grid_type='log dense', nsamples=None)[source]
Sample self.cs_func on a grid of energies.
- Parameters:
e_points (ArrayLike) – Explicit energy (eV) grid points on which to sample.
grid_type (str) –
"log dense"sample
nsamplesnear threshold up to 1MeV."simple"sample 0 eV - threshold - 1 MeV
NoneBehavior will automatically be determined by
auto_sample.nsamples (int) – Override self.nsamples for this sampling call.