Skip to main content

Showing 1–12 of 12 results for author: Osborne, I

.
  1. arXiv:2406.05284  [pdf, other

    cond-mat.mes-hall cond-mat.stat-mech

    Anisotropy of the Hydrostatic Stress for Hall Droplets with in-plane Magnetic Field

    Authors: Ian Osborne, Gustavo M. Monteiro, Barry Bradlyn

    Abstract: We examine the hydrostatic stress of electrons strongly confined in a quasi-2D quantum well in the presence of a strong perpendicular and weak in-plane magnetic field. This introduces anisotropy into the stress tensor which is inconsistent with the notion of the quantum Hall droplet as a simple two-dimensional electron fluid. We show that the breaking of rotational symmetry is a necessary but not… ▽ More

    Submitted 7 June, 2024; originally announced June 2024.

    Comments: 16 pages, 4 figures

  2. arXiv:2404.18170  [pdf, other

    cs.PL physics.data-an

    Bridging Worlds: Achieving Language Interoperability between Julia and Python in Scientific Computing

    Authors: Ianna Osborne, Jim Pivarski, Jerry Ling

    Abstract: In the realm of scientific computing, both Julia and Python have established themselves as powerful tools. Within the context of High Energy Physics (HEP) data analysis, Python has been traditionally favored, yet there exists a compelling case for migrating legacy software to Julia. This article focuses on language interoperability, specifically exploring how Awkward Array data structures can brid… ▽ More

    Submitted 28 April, 2024; originally announced April 2024.

    Comments: 8 pages, 1 figure, ACAT2024 workshop

  3. arXiv:2404.02100  [pdf, other

    hep-ex

    Analysis Facilities White Paper

    Authors: D. Ciangottini, A. Forti, L. Heinrich, N. Skidmore, C. Alpigiani, M. Aly, D. Benjamin, B. Bockelman, L. Bryant, J. Catmore, M. D'Alfonso, A. Delgado Peris, C. Doglioni, G. Duckeck, P. Elmer, J. Eschle, M. Feickert, J. Frost, R. Gardner, V. Garonne, M. Giffels, J. Gooding, E. Gramstad, L. Gray, B. Hegner , et al. (41 additional authors not shown)

    Abstract: This white paper presents the current status of the R&D for Analysis Facilities (AFs) and attempts to summarize the views on the future direction of these facilities. These views have been collected through the High Energy Physics (HEP) Software Foundation's (HSF) Analysis Facilities forum, established in March 2022, the Analysis Ecosystems II workshop, that took place in May 2022, and the WLCG/HS… ▽ More

    Submitted 15 April, 2024; v1 submitted 2 April, 2024; originally announced April 2024.

  4. arXiv:2310.01461  [pdf, ps, other

    cs.PL

    Awkward Just-In-Time (JIT) Compilation: A Developer's Experience

    Authors: Ianna Osborne, Jim Pivarski, Ioana Ifrim, Angus Hollands, Henry Schreiner

    Abstract: Awkward Array is a library for performing NumPy-like computations on nested, variable-sized data, enabling array-oriented programming on arbitrary data structures in Python. However, imperative (procedural) solutions can sometimes be easier to write or faster to run. Performant imperative programming requires compilation; JIT-compilation makes it convenient to compile in an interactive Python envi… ▽ More

    Submitted 2 October, 2023; originally announced October 2023.

    Comments: 7 pages

  5. arXiv:2303.12774  [pdf, ps, other

    math.CO

    On Sign-Invertible Graphs

    Authors: Isaiah Osborne, Dong Ye

    Abstract: Let $G$ be a graph and $A$ be its adjacency matrix. A graph $G$ is invertible if its adjacency matrix $A$ is invertible and the inverse of $G$ is a weighted graph with adjacency matrix $A^{-1}$. A signed graph $(G,σ)$ is a weighted graph with a special weight function $σ: E(G)\to \{-1,1\}$. A graph is sign-invertible (or sign-invertible) if its inverse is a signed graph. A sign-invertible graph is… ▽ More

    Submitted 22 March, 2023; originally announced March 2023.

  6. arXiv:2303.02205  [pdf, other

    cs.MS hep-ex

    The Awkward World of Python and C++

    Authors: Manasvi Goyal, Ianna Osborne, Jim Pivarski

    Abstract: There are undeniable benefits of binding Python and C++ to take advantage of the best features of both languages. This is especially relevant to the HEP and other scientific communities that have invested heavily in the C++ frameworks and are rapidly moving their data analyses to Python. Version 2 of Awkward Array, a Scikit-HEP Python library, introduces a set of header-only C++ libraries that do… ▽ More

    Submitted 1 May, 2024; v1 submitted 3 March, 2023; originally announced March 2023.

    Comments: 6 pages, 2 figures; submitted to ACAT 2022 proceedings

  7. arXiv:2302.09860  [pdf, other

    hep-ex astro-ph.IM cs.CL physics.data-an

    Awkward to RDataFrame and back

    Authors: Ianna Osborne, Jim Pivarski

    Abstract: Awkward Arrays and RDataFrame provide two very different ways of performing calculations at scale. By adding the ability to zero-copy convert between them, users get the best of both. It gives users a better flexibility in mixing different packages and languages in their analysis. In Awkward Array version 2, the ak.to_rdataframe function presents a view of an Awkward Array as an RDataFrame source.… ▽ More

    Submitted 20 February, 2023; originally announced February 2023.

    Comments: 5 pages, 3 figures

  8. arXiv:2106.15783  [pdf, other

    physics.soc-ph hep-ex

    Learning from the Pandemic: the Future of Meetings in HEP and Beyond

    Authors: Mark S. Neubauer, Todd Adams, Jennifer Adelman-McCarthy, Gabriele Benelli, Tulika Bose, David Britton, Pat Burchat, Joel Butler, Timothy A. Cartwright, Tomáš Davídek, Jacques Dumarchez, Peter Elmer, Matthew Feickert, Ben Galewsky, Mandeep Gill, Maciej Gladki, Aman Goel, Jonathan E. Guyer, Bo Jayatilaka, Brendan Kiburg, Benjamin Krikler, David Lange, Claire Lee, Nick Manganelli, Giovanni Marchiori , et al. (14 additional authors not shown)

    Abstract: The COVID-19 pandemic has by-and-large prevented in-person meetings since March 2020. While the increasing deployment of effective vaccines around the world is a very positive development, the timeline and pathway to "normality" is uncertain and the "new normal" we will settle into is anyone's guess. Particle physics, like many other scientific fields, has more than a year of experience in holding… ▽ More

    Submitted 29 June, 2021; originally announced June 2021.

    Comments: A report from the "Virtual Meetings" IRIS-HEP Blueprint Workshop: https://indico.cern.ch/event/1026363/

  9. AwkwardForth: accelerating Uproot with an internal DSL

    Authors: Jim Pivarski, Ianna Osborne, Pratyush Das, David Lange, Peter Elmer

    Abstract: File formats for generic data structures, such as ROOT, Avro, and Parquet, pose a problem for deserialization: it must be fast, but its code depends on the type of the data structure, not known at compile-time. Just-in-time compilation can satisfy both constraints, but we propose a more portable solution: specialized virtual machines. AwkwardForth is a Forth-driven virtual machine for deserializin… ▽ More

    Submitted 24 February, 2021; originally announced February 2021.

    Comments: 11 pages, 2 figures, submitted to the 25th International Conference on Computing in High Energy & Nuclear Physics

  10. arXiv:2001.07197  [pdf, other

    cond-mat.str-el

    Fermi-surface Reconstruction in the Repulsive Fermi-Hubbard Model

    Authors: Ian Osborne, Thereza Paiva, Nandini Trivedi

    Abstract: One of the fundamental questions about the high temperature cuprate superconductors is the size of the Fermi surface (FS) underlying the superconducting state. By analyzing the single particle spectral function for the Fermi Hubbard model as a function of repulsion $U$ and chemical potential $μ$, we find that the Fermi surface in the normal state reconstructs from a large Fermi surface matching th… ▽ More

    Submitted 3 June, 2020; v1 submitted 20 January, 2020; originally announced January 2020.

    Report number: Phys. Rev. B 104, 235122

  11. arXiv:1803.04165  [pdf, other

    physics.comp-ph hep-ex

    HEP Software Foundation Community White Paper Working Group - Detector Simulation

    Authors: HEP Software Foundation, :, J Apostolakis, M Asai, S Banerjee, R Bianchi, P Canal, R Cenci, J Chapman, G Corti, G Cosmo, S Easo, L de Oliveira, A Dotti, V Elvira, S Farrell, L Fields, K Genser, A Gheata, M Gheata, J Harvey, F Hariri, R Hatcher, K Herner, M Hildreth , et al. (40 additional authors not shown)

    Abstract: A working group on detector simulation was formed as part of the high-energy physics (HEP) Software Foundation's initiative to prepare a Community White Paper that describes the main software challenges and opportunities to be faced in the HEP field over the next decade. The working group met over a period of several months in order to review the current status of the Full and Fast simulation appl… ▽ More

    Submitted 12 March, 2018; originally announced March 2018.

    Report number: HSF-CWP-2017-07

  12. arXiv:cs/0306042  [pdf, ps, other

    cs.SE cs.GR

    IGUANA Architecture, Framework and Toolkit for Interactive Graphics

    Authors: George Alverson, Giulio Eulisse, Shahzad Muzaffar, Ianna Osborne, Lassi A. Tuura, Lucas Taylor

    Abstract: IGUANA is a generic interactive visualisation framework based on a C++ component model. It provides powerful user interface and visualisation primitives in a way that is not tied to any particular physics experiment or detector design. The article describes interactive visualisation tools built using IGUANA for the CMS and D0 experiments, as well as generic GEANT4 and GEANT3 applications. It cov… ▽ More

    Submitted 10 June, 2003; originally announced June 2003.

    Comments: Presented at the 2003 Computing in High Energy and Nuclear Physics (CHEP03), La Jolla, Ca, USA, March 2003, 6 pages LaTeX, 4 eps figures. PSN MOLT008 More and higher res figs at http://iguana.web.cern.ch/iguana/snapshot/main/gallery.html

    ACM Class: D.2.11; I.3.8; J.2

    Journal ref: ECONFC0303241:MOLT008,2003