#
cern
Here are 178 public repositories matching this topic...
hep is the mono repository holding all of go-hep.org/x/hep packages and tools
go
golang
statistics
plot
godoc
plotting
hep
cern
root-cern
lhc
go-hep
hepmc
xrootd
cern-analysis
physics-analyses
-
Updated
Dec 13, 2020 - Go
Generative Adversarial Networks for High Energy Physics extended to a multi-layer calorimeter simulation
machine-learning
deep-learning
physics
generative-adversarial-network
gan
high-energy-physics
hep
cern
atlas
calorimeter
calogan
-
Updated
Oct 21, 2020 - Jupyter Notebook
Analyze the public data from the CERN base ALICE collaboration with Rust
-
Updated
Dec 2, 2020 - Rust
A curated list of introductory resources to Particle Physics (Quantum Field Theory, QED, QCD, Standard Model, Colliders) for people without a formal background in Physics
-
Updated
Sep 4, 2018
O2 software project for the ALICE experiment at CERN
-
Updated
Dec 25, 2020 - C++
A Well Maintained Repository On Quantum Computing Resources [Code+Theory] Updated Regularly During My Time At IBM, Qubit x Qubit And The Coding School's Introduction To Quantum Computing Course 21'
python
numpy
quantum
jupyter-notebook
quantum-mechanics
quantum-computing
matplotlib
ibm
cern
quantum-information
quantum-algorithms
qubits
qiskit
qiskit-tutorial
qiskit-aqua
qiskit-tips-and-tricks
qiskit-practice
qworld
qiskit-ibm-sdk
-
Updated
Dec 25, 2020 - Jupyter Notebook
CERN Control and Monitoring Platform
-
Updated
Dec 20, 2020 - Java
Training, generation, and analysis code for Learning Particle Physics by Example: Location-Aware Generative Adversarial Networks for Physics
machine-learning
deep-learning
physics
generative-adversarial-network
gan
high-energy-physics
physics-simulation
hep
cern
-
Updated
Aug 25, 2017 - Jupyter Notebook
The interface between PYTHIA and NumPy
-
Updated
Nov 25, 2020 - Python
Jupyter notebook with steps to rediscover the Higgs boson yourself!
open-source
education
opensource
physics
opendata
teaching
open-data
educational
particle-physics
cern
atlas
lhc
teaching-materials
educational-materials
teaching-tool
educational-resources
educational-technology
educational-project
educational-software
education-data
-
Updated
Aug 5, 2019 - Jupyter Notebook
Project Repo for GSoC 2019 at CERN
cern
swan
jupyter-notebook-extension
conda-environment
conda-packages
jupyter-server-extension
gsoc-2019
cern-hsf
-
Updated
Dec 11, 2020 - Python
Build script for alice jenkins
-
Updated
Dec 18, 2020 - Python
3D models of the CMS detector and events in SketchUp
-
Updated
Nov 23, 2017 - Ruby
User friendly and more intuitive interface to ROOT and PyROOT
-
Updated
Dec 10, 2020 - C
Kafka Driver for WinCC OA (WinCCOA)
-
Updated
Feb 5, 2020 - C++
Bonn ATLAS Readout in Python - A readout software for FEI4 pixel detectors
python
firmware
mio
telescope
cern
atlas
testbeam
basil
fei4
pixel-detector
sensor-characterization
multi-chip
detector-readout
readout
-
Updated
Feb 17, 2020 - Python
ALICE O2 Web UI Framework; Control, InfoLogger and QC GUIs
-
Updated
Dec 18, 2020 - JavaScript
Improve this page
Add a description, image, and links to the cern topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cern topic, visit your repo's landing page and select "manage topics."
In several places of the code, there are
debugcalls to the logger that are inside loops and/or cause expensive evaluations. As the statement is fully evaluated whether or not the log message is printed this is poor practise. The following needs to be donedebugstatements that are either in loops or that have expensive evaluation (so just about anything beyond a simple string)