Skip to content
forked from gpospelov/DaRefl

Prototype of the reflectometry simulation software

Notifications You must be signed in to change notification settings

rbeerwerth/DaRefl

 
 

Repository files navigation

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

About

Prototype of the reflectometry simulation software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.1%
  • CMake 1.3%
  • Other 0.6%