Table of Contents
Functions and data types required to use the library are declared in header file rascal.h
. The library is written in C++; however, considering the "pure C" API, it can be used by C programs just as well. librascal is only available as a dynamic library, static linking is not supported.
The naming convention used in this documentation uses the term "application" to refer to a program that is using functions provided by the library.