Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.34 KB

File metadata and controls

31 lines (21 loc) · 1.34 KB

Centipede - A C++ implementation of the Millepede method

dashboard Codacy Badge Codacy Badge CI 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