Commit 3e97174e authored by Håkan Wennlöf's avatar Håkan Wennlöf
Browse files

Merge branch 'b-mobility-typo' into 'v3.1-stable'

[v3.1-stable] Changed mobility value from integer 1417 to 1417.0

See merge request allpix-squared/allpix-squared!1160
parents 08717eb4 c7de78c2
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");