Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
-added a few hyperlinks
-corrected a few typos
  • Loading branch information
MikeHeiber authored Feb 9, 2018
1 parent 0b17e19 commit 84cdf81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 84cdf81

Please # to comment.