$\texttt{HEPfit}$ can be used to study Higgs couplings and analyze data on signal strengths.
Electroweak precision observables are included in $\texttt{HEPfit}$
The Flavour Physics menu in $\texttt{HEPfit}$ includes both quark and lepton flavour dynamics.
Dynamics beyond the Standard Model can be studied by adding models in $\texttt{HEPfit}$.
An introduction to $\texttt{HEPfit}$ along with some selected results and instructions for installation and usage can be found in arXiv:1910.14012.
Support email: hepfit-support[at]roma1.infn.it. You can also connect to us through our secial network pages linked below.
The $\texttt{HEPfit}$ DevelopersCurrent Version: $\texttt{HEPfit v1.0}$ Developer Version: $\texttt{HEPfit @ GitHub}$ Previous Versions: $\texttt{HEPfit v1.0-RC1}$ Dependencies: $\texttt{GSL}$, $\texttt{ROOT}$, $\texttt{BOOST}$, $\texttt{BAT}$ Build System: $\texttt{CMake}$, Installation Instructions: Online Documentation Documentation & Examples: Online Documentation
Easy Installation:
» tar zxvf HEPfit-1.0.tar.gz
» cd HEPfit-1.0
» mkdir build && cd build
» cmake .. -DLOCAL_INSTALL_ALL=ON -DMPIBAT=ON
» make
» make install
Example codes can be found in build/examples.