From 84cdf816f5ea95ac72791d50f803cf11c8eb96e4 Mon Sep 17 00:00:00 2001 From: "Michael C. Heiber" Date: Thu, 8 Feb 2018 22:00:55 -0500 Subject: [PATCH] Updated Readme -added a few hyperlinks -corrected a few typos --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcb356b..da9f3f7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This software package uses object-oriented design and extends the [KMC_Lattice]( The current version (Excimontec v1.0-beta.2) is built with KMC_Lattice v2.0-beta.2 and allows the user to perform several simulation tests relevant for OPV and OLED devices. All major planned features that are to be included in v1.0 are now implemented and have undergone preliminary testing. However, this software tool is still under development, and as such, there may still be bugs that need to be squashed. -Please report any bugs or submit feature requests in the Issues section. +Please report any bugs or submit feature requests in the [Issues](https://github.com/MikeHeiber/Excimontec/issues) section. ## Work Together @@ -55,6 +55,7 @@ An example parameter file is provided with this package (parameters_default.txt) For example, within the batch script, to create a simulation that runs on 10 processors, an the execution command is: > mpiexec -n 10 Excimontec.exe parameters_default.txt + In this example, the parameters_default.txt file that is located in the current working directory is loaded into the Excimontec program to determine what simulation to run. #### Output @@ -68,7 +69,7 @@ Excimontec will create a number of different output files depending which test i - Charge_extraction_map#.txt -- When performing a time-of-flight or IQE test, the x-y locations where charges are extracted from the lattice are saving into this map file. #### Data Analysis -For Igor Pro users, I am developing an open-source procedures package for loading, analyzing, and plotting data from Excitmontec simulations called [Excimontec_Analysis](https://github.com/MikeHeiber/Excimontec_Analysis). +For [Igor Pro](https://www.wavemetrics.com/) users, I am developing an open-source procedures package for loading, analyzing, and plotting data from Excimontec simulations called [Excimontec_Analysis](https://github.com/MikeHeiber/Excimontec_Analysis). This is a good starting point for managing the data generated by Excimontec, and the Igor Pro scripting environment provides a nice playground where users can perform more advanced data analysis as needed. ## For Software Developers