English
Related papers

Related papers: MarlinTPC: A Marlin based common TPC software fram…

200 papers

Probabilistic Circuits (PCs) have emerged as an efficient framework for representing and learning complex probability distributions. Nevertheless, the existing body of research on PCs predominantly concentrates on data-driven parameter…

Machine Learning · Computer Science 2024-12-20 Athresh Karanam , Saurabh Mathur , Sahil Sidheekh , Sriraam Natarajan

Common and community software packages, such as ROOT, Geant4 and event generators have been a key part of the LHC's success so far and continued development and optimisation will be critical in the future. The challenges are driven by an…

Computational Physics · Physics 2020-09-01 HEP Software Foundation , : , Thea Aarrestad , Simone Amoroso , Markus Julian Atkinson , Joshua Bendavid , Tommaso Boccali , Andrea Bocci , Andy Buckley , Matteo Cacciari , Paolo Calafiura , Philippe Canal , Federico Carminati , Taylor Childers , Vitaliano Ciulli , Gloria Corti , Davide Costanzo , Justin Gage Dezoort , Caterina Doglioni , Javier Mauricio Duarte , Agnieszka Dziurda , Peter Elmer , Markus Elsing , V. Daniel Elvira , Giulio Eulisse , Javier Fernandez Menendez , Conor Fitzpatrick , Rikkert Frederix , Stefano Frixione , Krzysztof L Genser , Andrei Gheata , Francesco Giuli , Vladimir V. Gligorov , Hadrien Benjamin Grasland , Heather Gray , Lindsey Gray , Alexander Grohsjean , Christian Gütschow , Stephan Hageboeck , Philip Coleman Harris , Benedikt Hegner , Lukas Heinrich , Burt Holzman , Walter Hopkins , Shih-Chieh Hsu , Stefan Höche , Philip James Ilten , Vladimir Ivantchenko , Chris Jones , Michel Jouvin , Teng Jian Khoo , Ivan Kisel , Kyle Knoepfel , Dmitri Konstantinov , Attila Krasznahorkay , Frank Krauss , Benjamin Edward Krikler , David Lange , Paul Laycock , Qiang Li , Kilian Lieret , Miaoyuan Liu , Vladimir Loncar , Leif Lönnblad , Fabio Maltoni , Michelangelo Mangano , Zachary Louis Marshall , Pere Mato , Olivier Mattelaer , Joshua Angus McFayden , Samuel Meehan , Alaettin Serhan Mete , Ben Morgan , Stephen Mrenna , Servesh Muralidharan , Ben Nachman , Mark S. Neubauer , Tobias Neumann , Jennifer Ngadiuba , Isobel Ojalvo , Kevin Pedro , Maurizio Perini , Danilo Piparo , Jim Pivarski , Simon Plätzer , Witold Pokorski , Adrian Alan Pol , Stefan Prestel , Alberto Ribon , Martin Ritter , Andrea Rizzi , Eduardo Rodrigues , Stefan Roiser , Holger Schulz , Markus Schulz , Marek Schönherr , Elizabeth Sexton-Kennedy , Frank Siegert , Andrzej Siódmok , Graeme A Stewart , Malik Sudhir , Sioni Paris Summers , Savannah Jennifer Thais , Nhan Viet Tran , Andrea Valassi , Marc Verderi , Dorothea Vom Bruch , Gordon T. Watts , Torre Wenaus , Efe Yazgan

We present LBsoft, an open-source software developed mainly to simulate the hydro-dynamics of colloidal systems based on the concurrent coupling between lattice Boltzmann methods for the fluid and discrete particle dynamics for the…

mlpy is a Python Open Source Machine Learning library built on top of NumPy/SciPy and the GNU Scientific Libraries. mlpy provides a wide range of state-of-the-art machine learning methods for supervised and unsupervised problems and it is…

Mathematical Software · Computer Science 2012-03-02 Davide Albanese , Roberto Visintainer , Stefano Merler , Samantha Riccadonna , Giuseppe Jurman , Cesare Furlanello

TLA+ is a formal language for specifying systems, including distributed algorithms, that is supported by powerful verification tools. In this work we present a framework for relating traces of distributed programs to high-level…

Programming Languages · Computer Science 2024-09-18 Horatiu Cirstea , Markus A. Kuppe , Benjamin Loillier , Stephan Merz

As large language models (LLMs) become increasingly embedded in software engineering workflows, a critical capability remains underexplored: generating correct code that enables cross-programming-language (CPL) interoperability. This skill…

Software Engineering · Computer Science 2025-07-29 Zhanhang Xiong , Dongxia Wang , Yuekang Li , Xinyuan An , Wenhai Wang

We consider the problem of human-machine collaborative problem solving as a planning task coupled with natural language communication. Our framework consists of three components -- a natural language engine that parses the language…

Industrial chip development is inherently iterative, favoring localized, intent-driven updates over rewriting RTL from scratch. Yet most LLM-Aided Hardware Design (LAD) work focuses on one-shot synthesis, leaving this workflow…

Emerging Technologies · Computer Science 2026-03-03 Changwen Xing , Yanfeng Lu , Lei Qi , Chenxu Niu , Jie Li , Xi Wang , Yong Chen , Jun Yang

merlin can do a lot of things. From simple stuff, like fitting a linear regression or a Weibull survival model, to a three-level logistic mixed effects model, or a multivariate joint model of multiple longitudinal outcomes (of different…

Computation · Statistics 2018-06-07 Michael J. Crowther

There is a tremendous amount of interest in AI/ML technologies due to the proliferation of generative AI applications such as ChatGPT. This trend has significantly increased demand on GPUs, which are the workhorses for training AI models.…

This paper is about modeling and verification languages with their pros and cons. Modeling is dynamic part of system development process before realization. The cost and risky situations obligate designer to model system before production…

Software Engineering · Computer Science 2014-05-01 Mostafavi Amjad Davoud , Zolfy Lighvan Mina

Despite great successes, model predictive control (MPC) relies on an accurate dynamical model and requires high onboard computational power, impeding its wider adoption in engineering systems, especially for nonlinear real-time systems with…

Systems and Control · Electrical Eng. & Systems 2023-07-03 Amin Vahidi-Moghaddam , Kaian Chen , Kaixiang Zhang , Zhaojian Li , Yan Wang , Kai Wu

We present a framework based on Catch2 to evaluate performance of OpenMP's target offload model via micro-benchmarks. The compilers supporting OpenMP's target offload model for heterogeneous architectures are currently undergoing rapid…

Performance · Computer Science 2025-03-04 Mohammad Atif , Tianle Wang , Zhihua Dong , Charles Leggett , Meifeng Lin

In this paper, we present the design process of a novel solution for enabling the collaboration between OpenStack cloud systems in SAML federations with standalone attribute authorities, such as national research and education federations…

Software Engineering · Computer Science 2015-10-15 Mihály Héder , Szabolcs Tenczer , Andrea Biancini

We present Sailfish, an open source fluid simulation package implementing the lattice Boltzmann method (LBM) on modern Graphics Processing Units (GPUs) using CUDA/OpenCL. We take a novel approach to GPU code implementation and use run-time…

Computational Physics · Physics 2015-06-17 Michal Januszewski , Marcin Kostur

We provide a comprehensive review and practical implementation of a recently developed model predictive control (MPC) framework for controlling unknown systems using only measured data and no explicit model knowledge. Our approach relies on…

Systems and Control · Electrical Eng. & Systems 2022-01-03 Julian Berberich , Johannes Köhler , Matthias A. Müller , Frank Allgöwer

Reconfigurable computing refers to the use of processors, such as Field Programmable Gate Arrays (FPGAs), that can be modified at the hardware level to take on different processing tasks. A reconfigurable computing platform describes the…

Hardware Architecture · Computer Science 2007-05-23 Darran Nathan , Kelvin Lim Mun Kit , Kelly Choo Hon Min , Philip Wong Jit Chin , Andreas Weisensee

Writing efficient hybrid parallel code is tedious, error-prone, and requires good knowledge of both parallel programming and multithreading such as MPI and OpenMP, resp. Therefore, we present a framework which is based on a job model that…

Distributed, Parallel, and Cluster Computing · Computer Science 2018-07-03 Ralf-Peter Mundani , Marko Ljucović , Ernst Rank

The rapid growth of Large Language Models (LLMs) has highlighted the pressing need for reliable mechanisms to verify content ownership and ensure traceability. Watermarking offers a promising path forward, but it remains limited by privacy…

Cryptography and Security · Computer Science 2026-01-21 Thomas Fargues , Ye Dong , Tianwei Zhang , Jin-Song Dong

Tables form a central component in both exploratory data analysis and formal reporting procedures across many industries. These tables are often complex in their conceptual structure and in the computations that generate their individual…

Computation · Statistics 2023-06-30 Gabriel Becker , Adrian Waddell