Commit c7de78c2 authored by Manuel Alejandro Del Rio Viera's avatar Manuel Alejandro Del Rio Viera Committed by Simon Spannagel
Browse files

Changed mobility value from integer 1417 to 1417.0

(cherry picked from commit 1ac31779)
parent 157a30e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -243,7 +243,7 @@ namespace allpix {
            if(dopant_n == Dopant::ARSENIC) {
                LOG(INFO) << "Selected arsenic as n-dopant.";
                electron_mu0_ = Units::get(52.2, "cm*cm/V/s");
                electron_mumax_ = Units::get(1417, "cm*cm/V/s") * std::pow(temperature / 300, -2.5);
                electron_mumax_ = Units::get(1417.0, "cm*cm/V/s") * std::pow(temperature / 300, -2.5);
                electron_cr_ = Units::get(9.68e16, "/cm/cm/cm");
                electron_alpha_ = 0.68;
                electron_mu1_ = Units::get(43.4, "cm*cm/V/s");