An open API service indexing awesome lists of open source software.

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.

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