-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathparameters_default.txt
34 lines (34 loc) · 1.34 KB
/
parameters_default.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
## Parameters for KMC_Lattice_example v2.0.0-rc.1
-----------------------------------------------------------------------
## Kinetic Monte Carlo Algorithm Parameters (Must choose one event calculation method)
false //Enable_FRM (first reaction method)
true //Enable_selective_recalc (selective recalculation method)
3 //Recalc_cutoff (nm) (must not be less than any of the event cutoffs)
false //Enable_full_recalc (full recalculation method)
-----------------------------------------------------------------------
## Simulation Parameters
true //Enable_periodic_x
true //Enable_periodic_y
true //Enable_periodic_z
50 //Length
50 //Width
50 //Height
1.0 //Unit_size (nm)
300 //Temperature (K)
3 //Recalc_cutoff (nm) (must not be less than the FRET_cutoff)
-----------------------------------------------------------------------
## Test Parameters
true //Enable_diffusion_test
1000 //N_tests
-----------------------------------------------------------------------
## Exciton Parameters
1e22 //Exciton_generation_rate (cm^-3 s^-1)
500e-12 //Exciton_lifetime (s)
1e12 //R_exciton_hopping (s^-1)
3 //FRET_cutoff (nm)
-----------------------------------------------------------------------
## Lattice Site Parameters (Can choose one density of states model)
true //Enable_gaussian_dos
0.05 //Site_energy_stdev (eV)
false //Enable_exponential_dos
0.03 //Site_energy_urbach (eV)