Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 984 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 984 Bytes

DaRefl: reflectometry simulations

Linux Windows Mac OS

This is a prototype of the simulation software for reflectometry. It is a part of BornAgain project

Requirements

  • C++-17
  • CMake 3.14
  • Qt 5.12
  • eigen

Installation instructions

git clone --recurse-submodules  https://github.com/gpospelov/DaRefl
mkdir <build-dir>; cd <build-dir>
cmake <source>; make -j8; ctest

# run the GUI
<build-dir>/bin/darefl