Go to file
rtlhq 4764b7aef5 changed debian/source/format to native 2023-01-30 21:00:21 +08:00
.azure-pipelines Import Upstream version 0.7.2 2023-01-30 20:50:25 +08:00
.github Import Upstream version 0.7.2 2023-01-30 20:50:25 +08:00
debian changed debian/source/format to native 2023-01-30 21:00:21 +08:00
docs Import Upstream version 0.7.2 2023-01-30 20:50:25 +08:00
include/xtl Import Upstream version 0.7.2 2023-01-30 20:50:25 +08:00
test changed debian/source/format to native 2023-01-30 21:00:21 +08:00
.appveyor.yml Import Upstream version 0.7.2 2023-01-30 20:50:25 +08:00
.gitignore Import Upstream version 0.7.2 2023-01-30 20:50:25 +08:00
.releash.py Import Upstream version 0.7.2 2023-01-30 20:50:25 +08:00
CMakeLists.txt Import Upstream version 0.7.2 2023-01-30 20:50:25 +08:00
LICENSE Import Upstream version 0.7.2 2023-01-30 20:50:25 +08:00
README.md Import Upstream version 0.7.2 2023-01-30 20:50:25 +08:00
azure-pipelines.yml Import Upstream version 0.7.2 2023-01-30 20:50:25 +08:00
environment-dev.yml Import Upstream version 0.7.2 2023-01-30 20:50:25 +08:00
readthedocs.yml Import Upstream version 0.7.2 2023-01-30 20:50:25 +08:00
xtl.pc.in Import Upstream version 0.7.2 2023-01-30 20:50:25 +08:00
xtlConfig.cmake.in Import Upstream version 0.7.2 2023-01-30 20:50:25 +08:00

README.md

xtl

Appveyor Azure Documentation Status Join the Gitter Chat

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

Installation

Install from conda

We provide a package for the conda package manager:

conda 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.