Excimontec
Excimontec copied to clipboard
Excimontec is an open-source KMC simulation software package for modeling the optoelectronic processes in organic semiconductor materials and devices, such as OPVs, OLEDs, and more.
I have been trying to use Excimontec to study exciton diffusion in nonfullerene acceptor materials. First I used the dynamic test to reproduce the transients obtained from the pump-probe experiments....
Running the example simulation with `mpiexec -n 2 Excimontec.exe parameters_default.txt` results in `results0.txt` looking like this: ``` Excimontec v1.0.0-rc.4 Results: Calculation time elapsed is 0.0166667 minutes. 8.98174e-05 seconds have been...
One idea would be to include template scripts where users could enter a parameter sweep and a parameter file generator would automatically generate the different parameter files and a job...
Consider using a standard, flexible, file format, e.g. TOML, yaml, or even XML.
It might be more user friendly to have an HTML version of the user manual in addition to the PDF.
I have found a bug that causes some issues for very low electric fields (also for low N_events) In getSteadyCurrentDensity, the sum of the displacements of individual carriers is used...
Dear Mike, Here are the changes we implemented in Excimontec to allow state saving. There are some changes to be made before we can merge as for example, the tests...
It might be more useful to output the total calculation time to the analysis summary file instead of the average calculation time, so that one can make more accurate walltime...