Skip to main content

Showing 1–31 of 31 results for author: Summers, A

.
  1. arXiv:2406.15602  [pdf

    physics.chem-ph physics.comp-ph

    Catalysis in Extreme Field Environments: The Case of Strongly Ionized $SiO_{2}$ Nanoparticle Surfaces

    Authors: Thomas M. Linker, Ritika Dagar, Alexandra Feinberg, Samuel Sahel-Schackis, Ken-ichi Nomura, Aiichiro Nakano, Fuyuki Shimojo, Priya Vashishta, Uwe Bergmann, Matthias F. Kling, Adam M. Summers

    Abstract: High electric fields can significantly alter catalytic environments and the resultant chemical processes. Such fields arise naturally in biological systems but can also be artificially induced through localized excitations at nanoscale. Recently, strong field excitation of dielectric nanoparticles has emerged as an avenue for studying catalysis in highly ionized environments producing extreme elec… ▽ More

    Submitted 24 June, 2024; v1 submitted 21 June, 2024; originally announced June 2024.

  2. arXiv:2406.13083  [pdf, other

    physics.ins-det

    Design and Performance of a Magnetic Bottle Electron Spectrometer for High-Energy Photoelectron Spectroscopy

    Authors: Kurtis Borne, Jordan T ONeal, Jun Wang, Erk Isele, Razib Obaid, Nora Berrah, Xinxin Cheng, Philip H Bucksbaum, Justin James, Andri Kamalov, Kirk A Larsen, Xiang Li, Ming-Fu Lin, Yusong Liu, Agostino Marinelli, Adam Summers, Emily Thierstein, Thomas Wolf, Daniel Rolles, Peter Walter, James P Cryan, Taran Driver

    Abstract: We describe the design and performance of a magnetic bottle electron spectrometer~(MBES) for high-energy electron spectroscopy. Our design features a ${\sim2}$~m long electron drift tube and electrostatic retardation lens, achieving sub-electronvolt (eV) electron kinetic energy resolution for high energy (several hundred eV) electrons with close to 4$π$ collection efficiency. A segmented anode… ▽ More

    Submitted 18 June, 2024; originally announced June 2024.

  3. arXiv:2405.08372  [pdf, ps, other

    cs.PL cs.LO

    Reasoning about Interior Mutability in Rust using Library-Defined Capabilities

    Authors: Federico Poli, Xavier Denis, Peter Müller, Alexander J. Summers

    Abstract: Existing automated verification techniques for safe Rust code rely on the strong type-system properties to reason about programs, especially to deduce which memory locations do not change (i.e., are framed) across function calls. However, these type guarantees do not hold in the presence of interior mutability (e.g., when interacting with any concurrent data structure). As a consequence, existing… ▽ More

    Submitted 14 May, 2024; originally announced May 2024.

  4. arXiv:2404.18007  [pdf, ps, other

    cs.LO

    A Formal Model to Prove Instantiation Termination for E-matching-Based Axiomatisations (Extended Version)

    Authors: Rui Ge, Ronald Garcia, Alexander J. Summers

    Abstract: SMT-based program analysis and verification often involve reasoning about program features that have been specified using quantifiers; incorporating quantifiers into SMT-based reasoning is, however, known to be challenging. If quantifier instantiation is not carefully controlled, then runtime and outcomes can be brittle and hard to predict. In particular, uncontrolled quantifier instantiation can… ▽ More

    Submitted 27 April, 2024; originally announced April 2024.

    Comments: extended version of IJCAR 2024 publication

  5. arXiv:2404.03614  [pdf, ps, other

    cs.PL

    Towards Trustworthy Automated Program Verifiers: Formally Validating Translations into an Intermediate Verification Language (extended version)

    Authors: Gaurav Parthasarathy, Thibault Dardinier, Benjamin Bonneau, Peter Müller, Alexander J. Summers

    Abstract: Automated program verifiers are typically implemented using an intermediate verification language (IVL), such as Boogie or Why3. A verifier front-end translates the input program and specification into an IVL program, while the back-end generates proof obligations for the IVL program and employs an SMT solver to discharge them. Soundness of such verifiers therefore requires that the front-end tran… ▽ More

    Submitted 9 May, 2024; v1 submitted 4 April, 2024; originally announced April 2024.

    Comments: Extended version of PLDI 2024 publication

  6. arXiv:2401.02621  [pdf, other

    cond-mat.mes-hall physics.atm-clus physics.chem-ph

    Tracking Surface Charge Dynamics on Single Nanoparticles

    Authors: Ritika Dagar, Wenbin Zhang, Philipp Rosenberger, Thomas M. Linker, Ana Sousa-Castillo, Marcel Neuhaus, Sambit Mitra, Shubhadeep Biswas, Alexandra Feinberg, Adam M. Summers, Aiichiro Nakano, Priya Vashishta, Fuyuki Shimojo, Jian Wu, Cesar Costa Vera, Stefan A. Maier, Emiliano Cortés, Boris Bergues, Matthias F. Kling

    Abstract: Surface charges play a fundamental role in physics and chemistry, particularly in sha** the catalytic properties of nanomaterials. Tracking nanoscale surface charge dynamics remains challenging due to the involved length and time scales. Here, we demonstrate real-time access to the nanoscale charge dynamics on dielectric nanoparticles employing reaction nanoscopy. We present a four-dimensional v… ▽ More

    Submitted 4 January, 2024; originally announced January 2024.

    Comments: 26 pages with (4+6(SI)) figures

  7. arXiv:2308.06067  [pdf

    cond-mat.mtrl-sci

    Enhanced optical conductivity and many-body effects in strongly-driven photo-excited semi-metallic graphite

    Authors: T. P. H. Sidiropoulos, N. Di Palo, D. E. Rivas, A. Summers, S. Severino, M. Reduzzi, J. Biegert

    Abstract: The excitation of quasi-particles near the extrema of the electronic band structure is a gateway to electronic phase transitions in condensed matter. In a many-body system, quasi-particle dynamics are strongly influenced by the electronic single-particle structure and have been extensively studied in the weak optical excitation regime. Yet, under strong optical excitation, where light fields coher… ▽ More

    Submitted 11 August, 2023; originally announced August 2023.

  8. arXiv:2304.12530  [pdf, ps, other

    cs.PL

    Resource Specifications for Resource-Manipulating Programs

    Authors: Zachary Grannan, Alexander J. Summers

    Abstract: Specifications for modular program verifiers are expressed as constraints on program states (e.g. preconditions) and relations on program states (e.g. postconditions). For programs whose domain is managing resources of any kind (e.g. cryptocurrencies), such state-based specifications must make explicit properties that a human would implicitly understand for free. For example, it's clear that depos… ▽ More

    Submitted 18 April, 2024; v1 submitted 24 April, 2023; originally announced April 2023.

  9. arXiv:2210.09857  [pdf, ps, other

    cs.LO

    Compositional Reasoning for Side-effectful Iterators and Iterator Adapters

    Authors: Aurel Bílý, Jonas Hansen, Peter Müller, Alexander J. Summers

    Abstract: Iteration is a programming operation that traditionally refers to visiting the elements of a data structure in sequence. However, modern programming systems such as Rust, Java, and C# generalise iteration far beyond the traditional use case. They allow iterators to be parameterised with (potentially side-effectful) closures and support the composition of iterators to form iterator chains, where ea… ▽ More

    Submitted 18 October, 2022; originally announced October 2022.

    MSC Class: 68Q60 ACM Class: F.3.1

  10. arXiv:2209.04330  [pdf

    physics.chem-ph physics.optics

    Non-Adiabatic Electronic and Vibrational Ring-Opening Dynamics resolved with Attosecond Core-Level Spectroscopy

    Authors: S. Severino, K. M. Ziems, M. Reduzzi, A. Summers, H. -W. Sun, Y. -H. Chien, S. Gräfe, J. Biegert

    Abstract: Non-adiabatic dynamics and conical intersections play a central role in the chemistry of most polyatomic molecules, ranging from isomerization to heterocyclic ring opening and avoided photo-damage of DNA. Studying the underpinning correlated dynamics of electronic and nuclear wave packets is a major challenge in real-time and, many times involves optically dark transient states. We show that attos… ▽ More

    Submitted 7 October, 2022; v1 submitted 9 September, 2022; originally announced September 2022.

  11. arXiv:2206.02357  [pdf, other

    eess.SP astro-ph.IM

    Establishing the Capabilities of the Murchison Widefield Array as a Passive Radar for the Surveillance of Space

    Authors: Brendan Hennessy, Robert Young, Steven Tingay, Ashley Summers, Daniel Gustainis, Brian Crosse, Marcin Sokolowski

    Abstract: This paper describes the use of the Murchison Widefield Array, a low-frequency radio telescope at a radio-quiet Western Australian site, as a radar receiver forming part of a continent-spanning multistatic radar network for the surveillance of space. This paper details the system geometry employed, the orbit-specific radar signal processing, and the orbit determination algorithms necessary to ensu… ▽ More

    Submitted 6 June, 2022; originally announced June 2022.

    Journal ref: Remote Sensing, 2022, 14(11), 2571

  12. arXiv:2205.11325  [pdf, other

    cs.LO

    Sound Automation of Magic Wands (extended version)

    Authors: Thibault Dardinier, Gaurav Parthasarathy, Noé Weeks, Alexanders J. Summers, Peter Müller

    Abstract: The magic wand $\mathbin{-\!\!*}$ (also called separating implication) is a separation logic connective commonly used to specify properties of partial data structures, for instance during iterative traversals. A footprint of a magic wand formula $A \mathbin{-\!\!*} B$ is a state that, combined with any state in which $A$ holds, yields a state in which $B$ holds. The key challenge of proving a magi… ▽ More

    Submitted 2 August, 2022; v1 submitted 23 May, 2022; originally announced May 2022.

    Comments: Extended version of CAV 2022 publication

  13. arXiv:2202.05872  [pdf, other

    cs.PL

    REST: Integrating Term Rewriting with Program Verification (Extended Version)

    Authors: Zachary Grannan, Niki Vazou, Eva Darulova, Alexander J. Summers

    Abstract: We introduce REST, a novel term rewriting technique for theorem proving that uses online termination checking and can be integrated with existing program verifiers. REST enables flexible but terminating term rewriting for theorem proving by: (1) exploiting newly-introduced term orderings that are more permissive than standard rewrite simplification orderings; (2) dynamically and iteratively select… ▽ More

    Submitted 16 February, 2022; v1 submitted 11 February, 2022; originally announced February 2022.

  14. Few-femtosecond resolved imaging of laser-driven nanoplasma expansion

    Authors: C. Peltz, J. A. Powell, P. Rupp, A Summers, T. Gorkhover, M. Gallei, I. Halfpap, E. Antonsson, B. Langer, C. Trallero-Herrero, C. Graf, D. Ray, Q. Liu, T. Osipov, M. Bucher, K. Ferguson, S. Möller, S. Zherebtsov, D. Rolles, E. Rühl, G. Coslovich, R. N. Coffee, C. Bostedt, A. Rudenko, M. F. Kling , et al. (1 additional authors not shown)

    Abstract: The free expansion of a planar plasma surface is a fundamental non-equilibrium process relevant for various fields but as-yet experimentally still difficult to capture. The significance of the associated spatiotemporal plasma motion ranges from astrophysics and controlled fusion to laser machining, surface high-harmonic generation, plasma mirrors, and laser-particle acceleration. Here, we show tha… ▽ More

    Submitted 15 March, 2022; v1 submitted 20 September, 2021; originally announced September 2021.

  15. Strong-field control of plasmonic properties in core-shell nanoparticles

    Authors: Jeffrey Powell, Jianxiong Li, Adam Summers, Seyyed Javad Robatjazi, Michael Davino, Philipp Rupp, Erfan Saydanzad, Christopher M. Sorensen, Daniel Rolles, Matthias F. Kling, Carlos Trallero-Herrero, Uwe Thumm, Artem Rudenko

    Abstract: The strong-field control of plasmonic nanosystems opens up new perspectives for nonlinear plasmonic spectroscopy and petahertz electronics. Questions, however, remain regarding the nature of nonlinear light-matter interactions at sub-wavelength spatial and ultrafast temporal scales. Addressing this challenge, we investigated the strong-field control of the plasmonic response of Au nanoshells with… ▽ More

    Submitted 15 August, 2021; originally announced August 2021.

  16. arXiv:2105.14381  [pdf, other

    cs.PL

    Formally Validating a Practical Verification Condition Generator (extended version)

    Authors: Gaurav Parthasarathy, Peter Müller, Alexander J. Summers

    Abstract: A program verifier produces reliable results only if both the logic used to justify the program's correctness is sound, and the implementation of the program verifier is itself correct. Whereas it is common to formally prove soundness of the logic, the implementation of a verifier typically remains unverified. Bugs in verifier implementations may compromise the trustworthiness of successful verifi… ▽ More

    Submitted 29 May, 2021; originally announced May 2021.

    Comments: Extended version of CAV 2021 publication

  17. arXiv:2104.10274  [pdf, other

    cs.PL

    Rich Specifications for Ethereum Smart Contract Verification

    Authors: Christian Bräm, Marco Eilers, Peter Müller, Robin Sierra, Alexander J. Summers

    Abstract: Smart contracts are programs that execute inside blockchains such as Ethereum to manipulate digital assets. Since bugs in smart contracts may lead to substantial financial losses, there is considerable interest in formally proving their correctness. However, the specification and verification of smart contracts faces challenges that do not arise in other application domains. Smart contracts freque… ▽ More

    Submitted 9 September, 2021; v1 submitted 20 April, 2021; originally announced April 2021.

  18. arXiv:2102.05518  [pdf, other

    physics.optics physics.atom-ph

    Higher order harmonic generation and strong field ionization with Bessel-Gauss beams in a thin jet geometry

    Authors: Michael Davino, Adam Summers, Tobias Saule, Jan Tross, Edward McManus, Brandin Davis, Carlos A. Trallero-Herrero

    Abstract: A promising alternative to Gaussian beams for use in strong field science is Bessel-Gauss (BG or Bessel-like) laser beams as they are easily produced with readily available optics and provide more flexibility of the spot size and working distances. Here we use BG beams produced with a lens-axicon optical system for higher order harmonic generation (HHG) in a thin gas jet. The finite size of the in… ▽ More

    Submitted 10 February, 2021; originally announced February 2021.

    Comments: Submitted to JOSA B, 8 pages, 4 figures

  19. arXiv:2101.10429  [pdf

    physics.optics cond-mat.other

    Unraveling Ultrafast Photoionization in Hexagonal Boron Nitride

    Authors: Lianjie Xue, Song Liu, Yang Hang, Adam M. Summers, Derrek J. Wilson, Xinya Wang, **** Chen, Thomas G. Folland, Jordan A. Hachtel, Hongyu Shi, Sajed Hosseini-Zavareh, Suprem R. Das, Shuting Lei, Zhuhua Zhang, Christopher M. Sorensen, Wanlin Guo, Joshua D. Caldwell, James H. Edgar, Cosmin I. Blaga, Carlos A. Trallero-Herrero

    Abstract: The non-linear response of dielectrics to intense, ultrashort electric fields has been a sustained topic of interest for decades with one of its most important applications being femtosecond laser micro/nano-machining. More recently, renewed interests in strong field physics of solids were raised with the advent of mid-infrared femtosecond laser pulses, such as high-order harmonic generation, opti… ▽ More

    Submitted 26 January, 2021; v1 submitted 25 January, 2021; originally announced January 2021.

    Comments: 13 pages, 4 figures

  20. Machine Learning and Meta-Analysis Approach to Identify Patient Comorbidities and Symptoms that Increased Risk of Mortality in COVID-19

    Authors: Sakifa Aktar, Ashis Talukder, Md. Martuza Ahamad, A. H. M. Kamal, Jahidur Rahman Khan, Md. Protikuzzaman, Nasif Hossain, Julian M. W. Quinn, Mathew A. Summers, Teng Liaw, Valsamma Eapen, Mohammad Ali Moni

    Abstract: Background: Providing appropriate care for people suffering from COVID-19, the disease caused by the pandemic SARS-CoV-2 virus is a significant global challenge. Many individuals who become infected have pre-existing conditions that may interact with COVID-19 to increase symptom severity and mortality risk. COVID-19 patient comorbidities are likely to be informative about individual risk of severe… ▽ More

    Submitted 21 August, 2020; originally announced August 2020.

    Report number: 2008.12683

    Journal ref: Diagnostics 2021

  21. arXiv:1911.08632  [pdf, other

    cs.LO

    Local Reasoning for Global Graph Properties

    Authors: Siddharth Krishna, Alexander J. Summers, Thomas Wies

    Abstract: Separation logics are widely used for verifying programs that manipulate complex heap-based data structures. These logics build on so-called separation algebras, which allow expressing properties of heap regions such that modifications to a region do not invalidate properties stated about the remainder of the heap. This concept is key to enabling modular reasoning and also extends to concurrency.… ▽ More

    Submitted 19 November, 2019; originally announced November 2019.

  22. arXiv:1908.05799  [pdf, ps, other

    cs.PL cs.LO

    Modular Verification of Heap Reachability Properties in Separation Logic

    Authors: Arshavir Ter-Gabrielyan, Alexander J. Summers, Peter Müller

    Abstract: The correctness of many algorithms and data structures depends on reachability properties, that is, on the existence of chains of references between objects in the heap. Reasoning about reachability is difficult for two main reasons. First, any heap modification may affect an unbounded number of reference chains, which complicates modular verification, in particular, framing. Second, general graph… ▽ More

    Submitted 15 August, 2019; originally announced August 2019.

    Comments: OOPSLA-2019

  23. arXiv:1907.09580  [pdf

    cond-mat.mes-hall cond-mat.soft physics.atm-clus

    Interplay of pulse duration, peak intensity, and particle size in laser-driven electron emission from silica nanospheres

    Authors: Jeffrey A. Powell, Adam M. Summers, Qingcao Liu, Seyyed Javad Robatjazi, Philipp Rupp, Johannes Stierle, Carlos A. Trallero-herrero, Matthias F. Kling, Artem Rudenko

    Abstract: We present the results of a systematic study of photoelectron emission from gasphase dielectric nanoparticles (SiO2) irradiated by intense 25 fs, 780 nm linearly polarized laser pulses as a function of particle size (20 nm to 750 nm in diameter) and laser intensity. We also introduce an experimental technique to reduce the effects of focal volume averaging. The highest photoelectron energies show… ▽ More

    Submitted 22 July, 2019; originally announced July 2019.

    Comments: 14 pages, 5 figures

  24. Unwind: Interactive Fish Straightening

    Authors: Francis Williams, Alexander Bock, Harish Doraiswamy, Cassandra Donatelli, Kayla Hall, Adam Summers, Daniele Panozzo, Cláudio T. Silva

    Abstract: The ScanAllFish project is a large-scale effort to scan all the world's 33,100 known species of fishes. It has already generated thousands of volumetric CT scans of fish species which are available on open access platforms such as the Open Science Framework. To achieve a scanning rate required for a project of this magnitude, many specimens are grouped together into a single tube and scanned all a… ▽ More

    Submitted 5 February, 2020; v1 submitted 9 April, 2019; originally announced April 2019.

  25. arXiv:1812.06779  [pdf, other

    physics.comp-ph cond-mat.soft

    Formalizing Atom-ty** and the Dissemination of Force Fields with Foyer

    Authors: Christoph Klein, Andrew Z. Summers, Matthew W. Thompson, Justin Gilmer, Clare McCabe, Peter T. Cummings, Janos Sallai, Christopher R. Iacovella

    Abstract: A key component to enhancing reproducibility in the molecular simulation community is reducing ambiguity in the parameterization of molecular models. Ambiguity in molecular models often stems from the dissemination of molecular force fields in a format that is not directly usable or is ambiguously documented via a non-machine readable mechanism. Specifically, the lack of a general tool for perform… ▽ More

    Submitted 7 December, 2018; originally announced December 2018.

    Comments: 39 Page, 4 Figures, 8 Listings

  26. arXiv:1804.04091  [pdf, other

    cs.PL

    Permission Inference for Array Programs

    Authors: Jérôme Dohrau, Alexander J. Summers, Caterina Urban, Severin Münger, Peter Müller

    Abstract: Information about the memory locations accessed by a program is, for instance, required for program parallelisation and program verification. Existing inference techniques for this information provide only partial solutions for the important class of array-manipulating programs. In this paper, we present a static analysis that infers the memory footprint of an array program in terms of permission… ▽ More

    Submitted 11 April, 2018; originally announced April 2018.

  27. arXiv:1703.06368  [pdf, other

    cs.PL

    Automating Deductive Verification for Weak-Memory Programs

    Authors: Alexander J. Summers, Peter Müller

    Abstract: Writing correct programs for weak memory models such as the C11 memory model is challenging because of the weak consistency guarantees these models provide. The first program logics for the verification of such programs have recently been proposed, but their usage has been limited thus far to manual proofs. Automating proofs in these logics via first-order solvers is non-trivial, due to reasoning… ▽ More

    Submitted 19 February, 2018; v1 submitted 18 March, 2017; originally announced March 2017.

    Comments: Extended version of TACAS 2018 publication

    MSC Class: 68N30 ACM Class: D.2.4; F.3.1

  28. arXiv:1603.00649  [pdf, other

    cs.PL cs.LO

    Automatic Verification of Iterated Separating Conjunctions using Symbolic Execution

    Authors: Peter Müller, Malte Schwerhoff, Alexander J. Summers

    Abstract: In permission logics such as separation logic, the iterated separating conjunction is a quantifier denoting access permission to an unbounded set of heap locations. In contrast to recursive predicates, iterated separating conjunctions do not prescribe a structure on the locations they range over, and so do not restrict how to traverse and modify these locations. This flexibility is important for t… ▽ More

    Submitted 6 May, 2016; v1 submitted 2 March, 2016; originally announced March 2016.

    ACM Class: F.3.1

  29. arXiv:1312.3356  [pdf, ps, other

    physics.optics

    Optical damage threshold of Au nanowires in strong femtosecond laser fields

    Authors: A. M. Summers, A. S. Ramm, Govind Paneru, M. F. Kling, B. N. Flanders, C. A. Trallero-Herrero

    Abstract: Ultrashort, intense light pulses permit the study of nanomaterials in the optical non-linear regime, potentially leading to optoelectronics that operate in the petahertz domain. These non-linear regimes are often present just below the damage threshold thus requiring the careful tuning of laser parameters to avoid the melting and disintegration of the materials. Detailed studies of the damage thre… ▽ More

    Submitted 13 December, 2013; v1 submitted 11 December, 2013; originally announced December 2013.

    Comments: 12 pages 6 figures, Submitted to Optics Express

  30. The Relationship Between Separation Logic and Implicit Dynamic Frames

    Authors: Matthew J. Parkinson, Alexander J. Summers

    Abstract: Separation logic is a concise method for specifying programs that manipulate dynamically allocated storage. Partially inspired by separation logic, Implicit Dynamic Frames has recently been proposed, aiming at first-order tool support. In this paper, we precisely connect the semantics of these two logics. We define a logic whose syntax subsumes both that of a standard separation logic, and that o… ▽ More

    Submitted 29 July, 2012; v1 submitted 30 March, 2012; originally announced March 2012.

    ACM Class: F.3.1

    Journal ref: Logical Methods in Computer Science, Volume 8, Issue 3 (July 31, 2012) lmcs:802

  31. arXiv:1109.6584  [pdf, ps, other

    astro-ph.HE astro-ph.CO

    The Suzaku View of the Disk-Jet Connection in the Low Excitation Radio Galaxy NGC 6251

    Authors: D. A. Evans, A. C. Summers, M. J. Hardcastle, R. P. Kraft, P. Gandhi, J. H. Croston, J. C. Lee

    Abstract: We present results from an 87-ks Suzaku observation of the canonical low-excitation radio galaxy (LERG) NGC 6251. We have previously suggested that LERGs violate conventional AGN unification schemes: they may lack an obscuring torus and are likely to accrete in a radiatively inefficient manner, with almost all of the energy released by the accretion process being channeled into powerful jets. We m… ▽ More

    Submitted 29 September, 2011; originally announced September 2011.

    Comments: 5 pages, 3 figures, 2 tables. Accepted for publication in ApJ Letters