English
Related papers

Related papers: OGRePy: An Object-Oriented General Relativity Pack…

200 papers

We present NeuralOperator, an open-source Python library for operator learning. Neural operators generalize neural networks to maps between function spaces instead of finite-dimensional Euclidean spaces. They can be trained and inferenced…

The era of multi-messenger astrophysics requires rapid and efficient follow-up of transient events, many of which, such as gravitational waves (GW), gamma-ray bursts (GRB), and high-energy neutrinos, suffer from poor sky localisation. We…

Instrumentation and Methods for Astrophysics · Physics 2026-01-27 Fabian Schüssler , H. Ashkar , W. Kiendrébéogo , M. Seglar-Arroyo , M. de Bony , A. Berti , E. Ruiz-Velasco , R. Le Montagner

We present a new software pipeline -- PyMorph -- for automated estimation of structural parameters of galaxies. Both parametric fits through a two dimensional bulge disk decomposition as well as structural parameter measurements like…

Instrumentation and Methods for Astrophysics · Physics 2015-05-19 Vinu Vikram , Yogesh Wadadekar , Ajit K. Kembhavi , G. V. Vijayagovindan

The Python robotics ecosystem faces a challenge: while many libraries exist for rigid body transformations, few are both lightweight and mathematically strict. This paper introduces SE3Kit, a lightweight Python library efficient operations…

Robotics · Computer Science 2026-05-22 Daniyal Maroufi , Omid Rezayof , Farshid Alambeigi

Oriented object detection is a practical and challenging task in remote sensing image interpretation. Nowadays, oriented detectors mostly use horizontal boxes as intermedium to derive oriented boxes from them. However, the horizontal boxes…

Computer Vision and Pattern Recognition · Computer Science 2022-08-10 Gong Cheng , Jiabao Wang , Ke Li , Xingxing Xie , Chunbo Lang , Yanqing Yao , Junwei Han

We study three computer algebra systems, namely SageMath (with SageManifolds package), Maxima (with ctensor package) and Python language (with GraviPy module), which allow tensor manipulation for general relativity calculations along with…

General Relativity and Quantum Cosmology · Physics 2018-12-19 Tolga Birkandan , Ceren Güzelgün , Elif Şirin , Mustafa Can Uslu

In high energy physics, the standard convention for expressing physical quantities is natural units. The standard paradigm sets $c = \hbar = \epsilon_0 = 1$ and hence implicitly rescales all physical quantities that depend on unit…

General Physics · Physics 2021-08-17 Tomas L. Howson , Andre Scaffidi

Numerical simulations of Einstein's field equations provide unique insights into the physics of compact objects moving at relativistic speeds, and which are driven by strong gravitational interactions. Numerical relativity has played a key…

General Relativity and Quantum Cosmology · Physics 2018-07-09 Daniel Johnson , E. A. Huerta , Roland Haas

We present a Python-based framework for the complete operation of a robotic telescope observatory. It provides out-of-the-box support for many popular camera types while other hardware like telescopes, domes, and weather stations can easily…

Instrumentation and Methods for Astrophysics · Physics 2022-03-25 Tim-Oliver Husser , Frederic V. Hessman , Sven Martens , Tilman Masur , Karl Royen , Sebastian Schäfer

BasisGen is a Python package for the automatic generation of bases of operators in effective field theories. It accepts any semisimple symmetry group and fields in any of its finite dimensional irreducible representations. It takes into…

High Energy Physics - Phenomenology · Physics 2019-05-01 Juan Carlos Criado

In finite element calculations, the integral forms are usually evaluated using nested loops over elements, and over quadrature points. Many such forms (e.g. linear or multi-linear) can be expressed in a compact way, without the explicit…

Mathematical Software · Computer Science 2021-07-30 Robert Cimrman

This paper introduces $\textit{arfpy}$, a python implementation of Adversarial Random Forests (ARF) (Watson et al., 2023), which is a lightweight procedure for synthesizing new data that resembles some given data. The software…

Machine Learning · Statistics 2023-11-14 Kristin Blesch , Marvin N. Wright

Object-oriented embodied navigation aims to locate specific objects, defined by category or depicted in images. Existing methods often struggle to generalize to open vocabulary goals without extensive training data. While recent advances in…

Robotics · Computer Science 2024-07-15 Meng Wei , Tai Wang , Yilun Chen , Hanqing Wang , Jiangmiao Pang , Xihui Liu

Twistronics is an emerging and captivating field in condensed matter physics and material science. However, accurately and efficiently calculating the electronic structures of twisted systems remains a significant challenge. To address…

Materials Science · Physics 2026-05-27 Junxi Yu , Yichen Liu , Cheng-Cheng Liu

We describe TensoriaCalc, a tensor calculus package written to be smoothly consistent with the Wolfram Language, so as to ensure ease of usage. It allows multiple metrics to be defined in a given session; and, once a metric is computed,…

General Relativity and Quantum Cosmology · Physics 2025-12-23 Wei-Hao Chen , Yi-Zen Chu , Vaidehi Varma

EOSpython is a PyPI published Python package that encompass everything within a centralized earth observation satellite scheduling system in terms of customer database setup, scenario generation, pre-processing, problem setup, scheduling…

Optimization and Control · Mathematics 2024-10-21 Alex Elkjær Vasegaard , Andreas Kühne Larsen

We introduce GraSPy, a Python library devoted to statistical inference, machine learning, and visualization of random graphs and graph populations. This package provides flexible and easy-to-use algorithms for analyzing and understanding…

Social and Information Networks · Computer Science 2019-10-25 Jaewon Chung , Benjamin D. Pedigo , Eric W. Bridgeford , Bijan K. Varjavand , Hayden S. Helm , Joshua T. Vogelstein

PySE is a Python software package for finding and measuring sources in radio telescope images. The software was designed to detect sources in the LOFAR telescope images, but can be used with images from other radio telescopes as well. We…

Instrumentation and Methods for Astrophysics · Physics 2018-10-03 D. Carbone , H. Garsden , H. Spreeuw , J. D. Swinbank , A. J. van der Horst , A. Rowlinson , J. W. Broderick , E. Rol , C. Law , G. Molenaar , R. A. M. J. Wijers

Large amounts of Adaptive-Optics (AO) control loop data and telemetry are currently inaccessible to end-users. Broadening access to those data has the potential to change the AO landscape on many fronts, addressing several use-cases such as…

Array programming provides a powerful, compact, expressive syntax for accessing, manipulating, and operating on data in vectors, matrices, and higher-dimensional arrays. NumPy is the primary array programming library for the Python…