https://github.com/vifactor/dislscatcubfitmisfitthreading
Fit of an experimental x-ray data measured from epitaxial layers and containing both threading and misfit dislocations. Cubic interface between substrate and layer is assumed.
https://github.com/vifactor/dislscatcubfitmisfitthreading
Last synced: 8 months ago
JSON representation
Fit of an experimental x-ray data measured from epitaxial layers and containing both threading and misfit dislocations. Cubic interface between substrate and layer is assumed.
- Host: GitHub
- URL: https://github.com/vifactor/dislscatcubfitmisfitthreading
- Owner: vifactor
- Created: 2014-06-15T21:48:54.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-24T10:16:27.000Z (almost 12 years ago)
- Last Synced: 2025-01-23T12:46:22.714Z (over 1 year ago)
- Language: C++
- Size: 246 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Requirements
### Following programs should be present on your computer
- gcc compiler
- cmake
### Following libraries should be present on your computer
- [Gnu Scientific Library (GSL)](http://www.gnu.org/software/gsl/)
- [Basic Linear Algebra Subprograms (BLAS)](http://www.netlib.org/blas/)
### Following libraries will be installed by cmake
- [Port3](http://www.netlib.org/port/)
- [libconfig](http://www.hyperrealm.com/libconfig/)
# Build
From command line in the program folder type following:
1. mkdir build
2. cd build/
3. cmake ..
4. make
You find executable file **DislScatHexFITMisfitThreading** in the *build* folder
## Tested with
Linux Mint 13:
- cmake 2.8.7
- GSL v1.15
- BLAS v1.2
- PORT v3
- libconfig v1.4.9