add go-hep (#4492)

* add go-hep

* rephrase description

---------

Co-authored-by: Yassine Benaid <yassinebenaide3@gmail.com>
This commit is contained in:
Simon Waldherr 2024-09-24 11:45:21 +02:00 committed by GitHub
parent f2912d5f7e
commit 41b7036104
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2222,6 +2222,7 @@ _Libraries for scientific computing and data analyzing._
- [go-dsp](https://github.com/mjibson/go-dsp) - Digital Signal Processing for Go.
- [go-estimate](https://github.com/milosgajdos/go-estimate) - State estimation and filtering algorithms in Go.
- [go-gt](https://github.com/ThePaw/go-gt) - Graph theory algorithms written in "Go" language.
- [go-hep](https://github.com/go-hep/hep) - A set of libraries and tools for performing High Energy Physics analyses with ease.
- [godesim](https://github.com/soypat/godesim) - Extended/multivariable ODE solver framework for event-based simulations with simple API.
- [goent](https://github.com/kzahedi/goent) - GO Implementation of Entropy Measures.
- [gograph](https://github.com/hmdsefi/gograph) - A golang generic graph library that provides mathematical graph-theory and algorithms.