Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwinston/jprox-hebeam
simulation of the point-spread function for a helium-ion beam, for evaluation of proximity effects during lithography
https://github.com/dwinston/jprox-hebeam
Last synced: about 2 months ago
JSON representation
simulation of the point-spread function for a helium-ion beam, for evaluation of proximity effects during lithography
- Host: GitHub
- URL: https://github.com/dwinston/jprox-hebeam
- Owner: dwinston
- Created: 2012-08-30T23:38:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-30T23:51:30.000Z (over 12 years ago)
- Last Synced: 2024-11-29T11:14:06.183Z (about 2 months ago)
- Language: Java
- Size: 488 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Simulation.java is the main file. All of the .java files should be well-documented internally.
COLLISION-scraper.py scrapes data from SRIM's "Collision Details" output file and formats it for input to the simulation.
sim_HSQ12nm.Si is an example input file. Note that the number of ions used in the SRIM simulation must be input manually, as must be the instantaneous electronic stopping power at the ion landing energy. Read "Simulation.java" for identification of each element necessary in the input file and on the necessary order of these elements.
sim_get-species-densities.py is to more conveniently obtain, given the overall density of the layer, the densities of each species in a layer as required by the input file format.
thesis-appA-sans-full-listing.pdf is from an appendix to my PhD thesis. The thesis in full is freely viewable at http://hdl.handle.net/1721.1/71495).
Donny Winston
[email protected]
August 30, 2012