https://github.com/vifactor/dislscathexfitmisfitthreading
Fit of reciprocal space maps measured from heteroepitaxial layers with hexagonal crystal lattice and containing misfit and threading dislocations
https://github.com/vifactor/dislscathexfitmisfitthreading
Last synced: over 1 year ago
JSON representation
Fit of reciprocal space maps measured from heteroepitaxial layers with hexagonal crystal lattice and containing misfit and threading dislocations
- Host: GitHub
- URL: https://github.com/vifactor/dislscathexfitmisfitthreading
- Owner: vifactor
- Created: 2014-02-27T15:38:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-07T14:01:39.000Z (about 12 years ago)
- Last Synced: 2025-01-23T12:46:22.723Z (over 1 year ago)
- Language: C++
- Size: 207 KB
- Stars: 0
- 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