Loading src/modules/GenericPropagation/tests/03-lifetime.conf +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ depletion_voltage = 150V log_level = INFO temperature = 293K charge_per_step = 1 max_charge_groups = 0 propagate_electrons = false propagate_holes = true recombination_model = "srh_auger" Loading src/modules/GenericPropagation/tests/11-trapping_custom.conf +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ depletion_voltage = 150V log_level = INFO temperature = 293K charge_per_step = 1 max_charge_groups = 0 propagate_electrons = false propagate_holes = true trapping_model = "custom" Loading src/modules/GenericPropagation/tests/12-max_charge_groups.conf 0 → 100644 +35 −0 Original line number Diff line number Diff line # SPDX-FileCopyrightText: 2017-2022 CERN and the Allpix Squared authors # SPDX-License-Identifier: MIT #DESC test the automatic scaling of charge per step when transport of a deposit would exceed the set max charge groups [Allpix] detectors_file = "detector.conf" number_of_events = 1 random_seed = 0 [DepositionPointCharge] model = "fixed" source_type = "point" position = 445um 220um 0um number_of_charges = 2000 [DopingProfileReader] log_level = DEBUG model = "constant" doping_concentration = 300000000000000 [ElectricFieldReader] model = "linear" bias_voltage = 100V depletion_voltage = 150V [GenericPropagation] log_level = INFO temperature = 293K charge_per_step = 1 max_charge_groups = 1000 propagate_electrons = false propagate_holes = true recombination_model = "srh_auger" #PASS Deposited charge: 2000, which exceeds the maximum number of charge groups allowed. Increasing charge_per_step to 2 for this deposit. Loading
src/modules/GenericPropagation/tests/03-lifetime.conf +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ depletion_voltage = 150V log_level = INFO temperature = 293K charge_per_step = 1 max_charge_groups = 0 propagate_electrons = false propagate_holes = true recombination_model = "srh_auger" Loading
src/modules/GenericPropagation/tests/11-trapping_custom.conf +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ depletion_voltage = 150V log_level = INFO temperature = 293K charge_per_step = 1 max_charge_groups = 0 propagate_electrons = false propagate_holes = true trapping_model = "custom" Loading
src/modules/GenericPropagation/tests/12-max_charge_groups.conf 0 → 100644 +35 −0 Original line number Diff line number Diff line # SPDX-FileCopyrightText: 2017-2022 CERN and the Allpix Squared authors # SPDX-License-Identifier: MIT #DESC test the automatic scaling of charge per step when transport of a deposit would exceed the set max charge groups [Allpix] detectors_file = "detector.conf" number_of_events = 1 random_seed = 0 [DepositionPointCharge] model = "fixed" source_type = "point" position = 445um 220um 0um number_of_charges = 2000 [DopingProfileReader] log_level = DEBUG model = "constant" doping_concentration = 300000000000000 [ElectricFieldReader] model = "linear" bias_voltage = 100V depletion_voltage = 150V [GenericPropagation] log_level = INFO temperature = 293K charge_per_step = 1 max_charge_groups = 1000 propagate_electrons = false propagate_holes = true recombination_model = "srh_auger" #PASS Deposited charge: 2000, which exceeds the maximum number of charge groups allowed. Increasing charge_per_step to 2 for this deposit.