Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.52 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.52 KB

List of Used Libraries

This document lists the third-party dependencies that qsyn uses as libraries, as well as collecting their license information.

Tensor calculation

Quality of Life

  • TartanLlama/ranges: a pseudo-std c++23 ranges library
    • CC0 1.0 Universal
  • josuttis/jthread: a substitute of std::jthread and std::stop_token to support Clang compilation on macOS
    • CC By 4.0 License
  • microsoft/GSL: Guidelines Support Library
    • MIT License

Printing

Miscellaneous