-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves #16, resolves #89, resolves #91, resolves #92, resolves #93, resolves #94, resolves #95 This is a documentation update that should have no impact on the functionality of the underlying simulation code. General: - Updated Changelog to reflect all changes in this PR - Added user manual explaining the different simulation tests and showing example data with detailed discussion of the physical models implemented and their parameters - Added user_manual directory with all source data, images, and files used to produce the user manual - Added User_Manual.pdf to the root repository directory a copy within the docs directory to easily open and view the pdf on the web through github pages - Added Microsoft Visual Studio solution and project files to all users to easily build and run Excimontec on Windows machines - Added install instructions for building Excimontec on Windows using Microsoft Visual Studio in the user manual - Updated Readme to replace installation instruction with a link to the user manual - Reorganized README and added citation info, recommended reading, and acknowledgement sections - Updated gitignore file to ignore exacted example data subdirectories - Updated gitignore file to not ignore the new Microsoft Visual Studio solution and project files but to still ignore the generated build directories - Removed the googletest submodule because it was duplicating the one already located within the KMC_Lattice submodule - Updated the gitmodules file to remove the googletest submodule entry - Updated .travis.yml by removing exclude statement for googletest since it is no longer included as a submodule - Updated .travis.yml file to reduce number of tested GCC 4.x versions and added GCC 9 - Updated Readme to show latest versions being testing with Travis CI - Updated .travis.yml file copyright statement years - Updated labeling of the parameter sections in parameters_default.txt main: - Updated version string - Updated copyright statement years
- Loading branch information
Showing
173 changed files
with
40,405 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[submodule "KMC_Lattice"] | ||
path = KMC_Lattice | ||
url = https://github.com/MikeHeiber/KMC_Lattice | ||
[submodule "googletest"] | ||
path = googletest | ||
url = https://github.com/google/googletest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.