Basic tools (containers, algorithms) used by other quantstack packages
xtl is a header-only library. We provide a package for the conda package manager.
conda install -c conda-forge xtl Or you can directly install it from the sources:
cmake -D CMAKE_INSTALL_PREFIX=your_install_prefix
make installxtl's documentation is built with three tools
While doxygen must be installed separately, you can install breathe by typing
pip install breatheBreathe can also be installed with conda
conda install -c conda-forge breatheFinally, build the documentation with
make htmlfrom the docs subdirectory.
We use a shared copyright model that enables all contributors to maintain the copyright on their contributions.
This software is licensed under the BSD-3-Clause license. See the LICENSE file for details.