No description
  • C++ 98.7%
  • CMake 1.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann efa849afe8
Releasing fastforward version 0.8.2-1~0.1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-07-19 11:38:44 +02:00
.github Merging upstream version 0.8.2. 2026-07-19 11:38:34 +02:00
debian Releasing fastforward version 0.8.2-1~0.1~ffwd13+u1. 2026-07-19 11:38:44 +02:00
docs Merging upstream version 0.8.2. 2026-07-19 11:38:34 +02:00
include/xtl Merging upstream version 0.8.2. 2026-07-19 11:38:34 +02:00
test Merging upstream version 0.8.2. 2026-07-19 11:38:34 +02:00
.gitignore Adding upstream version 0.8.1. 2026-07-19 11:38:10 +02:00
.releash.py Adding upstream version 0.8.1. 2026-07-19 11:38:10 +02:00
CMakeLists.txt Adding upstream version 0.8.1. 2026-07-19 11:38:10 +02:00
environment-dev.yml Adding upstream version 0.8.1. 2026-07-19 11:38:10 +02:00
LICENSE Adding upstream version 0.8.1. 2026-07-19 11:38:10 +02:00
README.md Adding upstream version 0.8.1. 2026-07-19 11:38:10 +02:00
readthedocs.yml Adding upstream version 0.8.1. 2026-07-19 11:38:10 +02:00
xtl.pc.in Adding upstream version 0.8.1. 2026-07-19 11:38:10 +02:00
xtlConfig.cmake.in Adding upstream version 0.8.1. 2026-07-19 11:38:10 +02:00

xtl

Linux OSX Windows Documentation Status Join the Gitter Chat

Basic tools (containers, algorithms) used by other quantstack packages

Installation

Package managers

We provide a package for the mamba (or conda) package manager:

mamba install -c conda-forge xtl

Install from sources

xtl is a header-only library.

You can directly install it from the sources:

cmake -D CMAKE_INSTALL_PREFIX=your_install_prefix
make install

Documentation

To get started with using xtl, check out the full documentation

http://xtl.readthedocs.io/

Building the HTML documentation

xtl's documentation is built with three tools

While doxygen must be installed separately, you can install breathe by typing

pip install breathe

Breathe can also be installed with conda

conda install -c conda-forge breathe

Finally, build the documentation with

make html

from the docs subdirectory.

License

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.