This section explains how to run a first simulation.
If a Python package is produced in the build phase, then after installation, the Python package (‘wheel’) can be found under the folder
<install_dir>/python/<python-version>/wheel
.
The wheel can be installed via pip
; for instance
python3 -m pip install BornAgain-<detailed-version>.whl
or
pip3 install BornAgain-<detailed-version>.whl
In your installation directory you will find the following directory structure:
|-- bin - Links to executables
|-- include
| |-- BornAgain-21 - C++ headers for development purposes
|-- lib
| |-- BornAgain-21 - The BornAgain libraries
|-- share
| |-- BornAgain-21
| |-- Examples - Directory with examples
Run an example and enjoy your first BornAgain simulation plot.
python <install_dir>/share/BornAgain-21/Examples/scatter2d/CylindersAndPrisms.py
The BornAgain application can be run by executing following command
$ <install_dir>/bin/bornagain