Skip to content

YanzhaoW/centipede.cpp

Repository files navigation

Centipede - A C++ implementation of the Millepede method

dashboard License: MIT

Documentation

Please see the official documentation site for usages and references.

Download

To download the project:

git clone https://github.com/YanzhaoW/centipede.cpp.git centipede

Requirements

  • Compilers:
    • gcc: >= 15
    • clang: >= 21
  • CMake
  • Conan

References