Skip to main content

Showing 1–49 of 49 results for author: Scholz, B

.
  1. arXiv:2407.02167  [pdf, other

    cs.LO cs.DC cs.SE

    Reusable Formal Verification of DAG-based Consensus Protocols

    Authors: Nathalie Bertrand, Pranav Ghorpade, Sasha Rubin, Bernhard Scholz, Pavle Subotic

    Abstract: DAG-based consensus protocols are being adoption by blockchain companies to decrease energy footprints and improve security. A DAG-based consensus protocol collaboratively constructs a partial order of blocks of transactions and produces linearly ordered blocks. The ubiquity and strategic importance of blockchains call for formal proof of the correctness of key components, namely, consensus protoc… ▽ More

    Submitted 2 July, 2024; originally announced July 2024.

  2. arXiv:2205.09325  [pdf, other

    cs.DC

    Cloudprofiler: TSC-based inter-node profiling and high-throughput data ingestion for cloud streaming workloads

    Authors: Shinhyung Yang, Jiun Jeong, Bernhard Scholz, Bernd Burgstaller

    Abstract: To conduct real-time analytics computations, big data stream processing engines are required to process unbounded data streams at millions of events per second. However, current streaming engines exhibit low throughput and high tuple processing latency. Performance engineering is complicated by the fact that streaming engines constitute complex distributed systems consisting of multiple nodes in t… ▽ More

    Submitted 10 August, 2023; v1 submitted 19 May, 2022; originally announced May 2022.

  3. arXiv:2205.07421  [pdf, other

    cs.DC

    Julia Cloud Matrix Machine: Dynamic Matrix Language Acceleration on Multicore Clusters in the Cloud

    Authors: Jay Hwan Lee, Yeonsoo Kim, Younghyun Ryu, Wasuwee Sodsong, Hyunjun Jeon, **sik Park, Bernd Burgstaller, Bernhard Scholz

    Abstract: In emerging scientific computing environments, matrix computations of increasing size and complexity are increasingly becoming prevalent. However, contemporary matrix language implementations are insufficient in their support for efficient utilization of cloud computing resources, particularly on the user side. We thus developed an extension of the Julia high-performance computation language such… ▽ More

    Submitted 8 December, 2023; v1 submitted 15 May, 2022; originally announced May 2022.

  4. arXiv:2108.11212  [pdf, ps, other

    cs.PL

    The Choice Construct in the Souffle Language

    Authors: Xiaowen Hu, Joshua Karp, David Zhao, Abdul Zreika, Xi Wu, Bernhard Scholz

    Abstract: Datalog has become a popular implementation language for solving large-scale, real-world problems, including bug finders, network analysis tools, and disassemblers. These applications express complex behaviour with hundreds of relations and rules that often require a non-deterministic choice for tuples in relations to express worklist algorithms. This work is an experience report that describes th… ▽ More

    Submitted 25 August, 2021; originally announced August 2021.

    Comments: This is an extended technical report of work that will be published at APLAS'21

  5. arXiv:1912.12747  [pdf, ps, other

    cs.DB cs.DS

    Worst-Case Optimal Radix Triejoin

    Authors: Alan Fekete, Brody Franks, Herbert Jordan, Bernhard Scholz

    Abstract: Relatively recently, the field of join processing has been swayed by the discovery of a new class of multi-way join algorithms. The new algorithms join multiple relations simultaneously rather than perform a series of pairwise joins. The new join algorithms satisfy stronger worst-case runtime complexity guarantees than any of the existing approaches based on pairwise joins -- they are worst-case o… ▽ More

    Submitted 29 December, 2019; originally announced December 2019.

    Comments: 12 pages, 4 figures

  6. arXiv:1910.11143  [pdf, other

    cs.DC cs.CR cs.SE

    The Economics of Smart Contracts

    Authors: Kirk Baird, Seongho Jeong, Yeonsoo Kim, Bernd Burgstaller, Bernhard Scholz

    Abstract: Ethereum is a distributed blockchain that can execute smart contracts, which inter-communicate and perform transactions automatically. The execution of smart contracts is paid in the form of gas, which is a monetary unit used in the Ethereum blockchain. The Ethereum Virtual Machine (EVM) provides the metering capability for smart contract execution. Instruction costs vary depending on the instruct… ▽ More

    Submitted 22 October, 2019; originally announced October 2019.

    ACM Class: D.2.8; D.2.11

  7. arXiv:1907.05045  [pdf, ps, other

    cs.PL cs.LO

    Provenance for Large-scale Datalog

    Authors: David Zhao, Pavle Subotic, Bernhard Scholz

    Abstract: Logic programming languages such as Datalog have become popular as Domain Specific Languages (DSLs) for solving large-scale, real-world problems, in particular, static program analysis and network analysis. The logic specifications which model analysis problems, process millions of tuples of data and contain hundreds of highly recursive rules. As a result, they are notoriously difficult to debug.… ▽ More

    Submitted 11 July, 2019; originally announced July 2019.

    Comments: 28 pages, 18 figures, technical report

  8. Computing Quantum Channel Capacities

    Authors: Navneeth Ramakrishnan, Raban Iten, Volkher B. Scholz, Mario Berta

    Abstract: The capacity of noisy quantum channels characterizes the highest rate at which information can be reliably transmitted and it is therefore of practical as well as fundamental importance. Capacities of classical channels are computed using alternating optimization schemes, called Blahut-Arimoto algorithms. In this work, we generalize classical Blahut-Arimoto algorithms to the quantum setting. In pa… ▽ More

    Submitted 1 July, 2021; v1 submitted 3 May, 2019; originally announced May 2019.

    Comments: v4: 22 pages, 4 figures, new title

    Journal ref: IEEE Transactions on Information Theory 67.2 (2020): 946-960

  9. First Observation Of Coherent Elastic Neutrino-Nucleus Scattering

    Authors: Bjorn J. Scholz

    Abstract: Coherent elastic neutrino-nucleus scattering (CE$ν$NS) has the largest predicted cross-section of all low-energy neutrino couplings. However, as a neutral-current interaction, the only experimental signature of CE$ν$NS is a low-energy nuclear recoil, which made its detection challenging. CE$ν$NS remained unobserved for over four decades. This thesis describes the experiment that resulted in a CE… ▽ More

    Submitted 1 April, 2019; originally announced April 2019.

    Comments: This dissertation was submitted to the faculty of the Division of Physical Sciences at the University of Chicago in candidacy for the degree of Doctor of Philosophy. It was successfully defended on October 16, 2017

    Journal ref: Springer Theses, Recognizing Outstanding Ph.D. Research (2018)

  10. arXiv:1809.03981  [pdf, other

    cs.PL

    Vandal: A Scalable Security Analysis Framework for Smart Contracts

    Authors: Lexi Brent, Anton Jurisevic, Michael Kong, Eric Liu, Francois Gauthier, Vincent Gramoli, Ralph Holz, Bernhard Scholz

    Abstract: The rise of modern blockchains has facilitated the emergence of smart contracts: autonomous programs that live and run on the blockchain. Smart contracts have seen a rapid climb to prominence, with applications predicted in law, business, commerce, and governance. Smart contracts are commonly written in a high-level language such as Ethereum's Solidity, and translated to compact low-level byteco… ▽ More

    Submitted 11 September, 2018; originally announced September 2018.

    Comments: 28 pages, 11 figures

  11. Confidence Polytopes in Quantum State Tomography

    Authors: **zhao Wang, Volkher B. Scholz, Renato Renner

    Abstract: Quantum State Tomography is the task of inferring the state of a quantum system from measurement data. A reliable tomography scheme should not only report an estimate for that state, but also well-justified error bars. These may be specified in terms of confidence regions, i.e., subsets of the state space which contain the system's state with high probability. Here, building upon a quantum general… ▽ More

    Submitted 29 August, 2018; originally announced August 2018.

    Comments: 5+5 pages, 3+3 figures

    Journal ref: Phys. Rev. Lett. 122, 190401 (2019)

  12. COHERENT Collaboration data release from the first observation of coherent elastic neutrino-nucleus scattering

    Authors: COHERENT Collaboration, D. Akimov, J. B. Albert, P. An, C. Awe, P. S. Barbeau, B. Becker, V. Belov, M. A. Blackston, A. Bolozdynya, A. Brown, A. Burenkov, B. Cabrera-Palmer, M. Cervantes, J. I. Collar, R. J. Cooper, R. L. Cooper, C. Cuesta, J. Daughhetee, D. J. Dean, M. del Valle Coello, J. Detwiler, M. D'Onofrio, A. Eberhardt, Y. Efremenko , et al. (69 additional authors not shown)

    Abstract: This release includes data and information necessary to perform independent analyses of the COHERENT result presented in Akimov et al., arXiv:1708.01294 [nucl-ex]. Data is shared in a binned, text-based format, including both "signal" and "background" regions, so that counts and associated uncertainties can be quantitatively calculated for the purpose of separate analyses. This document describes… ▽ More

    Submitted 25 April, 2018; originally announced April 2018.

  13. arXiv:1803.09183  [pdf, other

    physics.ins-det hep-ex nucl-ex

    COHERENT 2018 at the Spallation Neutron Source

    Authors: D. Akimov, J. B. Albert, P. An, C. Awe, P. S. Barbeau, B. Becker, V. Belov, M. A. Blackston, A. Bolozdynya, A. Brown, A. Burenkov, B. Cabrera-Palmer, M. Cervantes, J. I. Collar, R. J. Cooper, R. L. Cooper, J. Daughhetee, D. J. Dean, M. del Valle Coello, J. A. Detwiler, M. D'Onofrio, Y. Efremenko, S. R. Elliott, E. Erkela, A. Etenko , et al. (54 additional authors not shown)

    Abstract: The primary goal of the COHERENT collaboration is to measure and study coherent elastic neutrino-nucleus scattering (CEvNS) using the high-power, few-tens-of-MeV, pulsed source of neutrinos provided by the Spallation Neutron Source (SNS) at Oak Ridge National Laboratory (ORNL). The COHERENT collaboration reported the first detection of CEvNS [Akimov:2017ade] using a CsI[Na] detector. At present th… ▽ More

    Submitted 2 April, 2018; v1 submitted 24 March, 2018; originally announced March 2018.

    Comments: 22 pages, 14 figures

  14. arXiv:1711.01024  [pdf, other

    cs.PL cs.AI cs.CR

    SPARK: Static Program Analysis Reasoning and Retrieving Knowledge

    Authors: Wasuwee Sodsong, Bernhard Scholz, Sanjay Chawla

    Abstract: Program analysis is a technique to reason about programs without executing them, and it has various applications in compilers, integrated development environments, and security. In this work, we present a machine learning pipeline that induces a security analyzer for programs by example. The security analyzer determines whether a program is either secure or insecure based on symbolic rules that we… ▽ More

    Submitted 3 November, 2017; originally announced November 2017.

  15. arXiv:1709.07423  [pdf, other

    quant-ph cond-mat.stat-mech cond-mat.str-el

    Thermal States as Convex Combinations of Matrix Product States

    Authors: Mario Berta, Fernando G. S. L. Brandao, Jutho Haegeman, Volkher B. Scholz, Frank Verstraete

    Abstract: We study thermal states of strongly interacting quantum spin chains and prove that those can be represented in terms of convex combinations of matrix product states. Apart from revealing new features of the entanglement structure of Gibbs states our results provide a theoretical justification for the use of White's algorithm of minimally entangled typical thermal states. Furthermore, we shed new l… ▽ More

    Submitted 28 December, 2018; v1 submitted 21 September, 2017; originally announced September 2017.

    Comments: v3: 10 pages, 2 figures, final published version

    Journal ref: Phys. Rev. B 98, 235154 (2018)

  16. arXiv:1709.03685  [pdf, other

    cs.DB

    Optimal On The Fly Index Selection in Polynomial Time

    Authors: Herbert Jordan, Bernhard Scholz, Pavle Subotić

    Abstract: The index selection problem (ISP) is an important problem for accelerating the execution of relational queries, and it has received a lot of attention as a combinatorial knapsack problem in the past. Various solutions to this very hard problem have been provided. In contrast to existing literature, we change the underlying assumptions of the problem definition: we adapt the problem for systems tha… ▽ More

    Submitted 12 September, 2017; originally announced September 2017.

  17. arXiv:1708.01294  [pdf

    nucl-ex hep-ex hep-ph nucl-th

    Observation of Coherent Elastic Neutrino-Nucleus Scattering

    Authors: D. Akimov, J. B. Albert, P. An, C. Awe, P. S. Barbeau, B. Becker, V. Belov, A. Brown, A. Bolozdynya, B. Cabrera-Palmer, M. Cervantes, J. I. Collar, R. J. Cooper, R. L. Cooper, C. Cuesta, D. J. Dean, J. A. Detwiler, A. Eberhardt, Y. Efremenko, S. R. Elliott, E. M. Erkela, L. Fabris, M. Febbraro, N. E. Fields, W. Fox , et al. (56 additional authors not shown)

    Abstract: The coherent elastic scattering of neutrinos off nuclei has eluded detection for four decades, even though its predicted cross-section is the largest by far of all low-energy neutrino couplings. This mode of interaction provides new opportunities to study neutrino properties, and leads to a miniaturization of detector size, with potential technological applications. We observe this process at a 6.… ▽ More

    Submitted 3 August, 2017; originally announced August 2017.

  18. arXiv:1707.06243  [pdf, other

    quant-ph cond-mat.str-el hep-th math-ph

    Rigorous free fermion entanglement renormalization from wavelet theory

    Authors: Jutho Haegeman, Brian Swingle, Michael Walter, Jordan Cotler, Glen Evenbly, Volkher B. Scholz

    Abstract: We construct entanglement renormalization schemes which provably approximate the ground states of non-interacting fermion nearest-neighbor hop** Hamiltonians on the one-dimensional discrete line and the two-dimensional square lattice. These schemes give hierarchical quantum circuits which build up the states from unentangled degrees of freedom. The circuits are based on pairs of discrete wavelet… ▽ More

    Submitted 19 July, 2017; originally announced July 2017.

    Comments: 15 pages, 10 figures, one theorem

    Journal ref: Phys. Rev. X 8, 011003 (2018)

  19. Uncertainty relations: An operational approach to the error-disturbance tradeoff

    Authors: Joseph M. Renes, Volkher B. Scholz, Stefan Huber

    Abstract: The notions of error and disturbance appearing in quantum uncertainty relations are often quantified by the discrepancy of a physical quantity from its ideal value. However, these real and ideal values are not the outcomes of simultaneous measurements, and comparing the values of unmeasured observables is not necessarily meaningful according to quantum theory. To overcome these conceptual difficul… ▽ More

    Submitted 24 July, 2017; v1 submitted 6 December, 2016; originally announced December 2016.

    Comments: v3: title change, accepted in Quantum; v2: 29 pages, 7 figures; improved definition of measurement error. v1: 26.1 pages, 6 figures; supersedes arXiv:1402.6711

    Journal ref: Quantum 1, 20 (2017)

  20. arXiv:1608.05317  [pdf, ps, other

    math-ph cs.IT math.OA quant-ph

    Rényi divergences as weighted non-commutative vector valued $L_p$-spaces

    Authors: Mario Berta, Volkher B. Scholz, Marco Tomamichel

    Abstract: We show that Araki and Masuda's weighted non-commutative vector valued $L_p$-spaces [Araki \& Masuda, Publ. Res. Inst. Math. Sci., 18:339 (1982)] correspond to an algebraic generalization of the sandwiched Rényi divergences with parameter $α= \frac{p}{2}$. Using complex interpolation theory, we prove various fundamental properties of these divergences in the setup of von Neumann algebras, includin… ▽ More

    Submitted 22 July, 2018; v1 submitted 18 August, 2016; originally announced August 2016.

    Comments: v2: 20 pages, published version

    Journal ref: Annales Henri Poincaré 19 (6), 1843-1867 (2018)

  21. arXiv:1608.03588  [pdf, other

    physics.ins-det astro-ph.CO astro-ph.IM hep-ex hep-ph nucl-ex

    Measurement of the low-energy quenching factor in germanium using an $^{88}$Y/Be photoneutron source

    Authors: B. J. Scholz, A. E. Chavarria, J. I. Collar, P. Privitera, A. E. Robinson

    Abstract: We employ an $^{88}$Y/Be photoneutron source to derive the quenching factor for neutron-induced nuclear recoils in germanium, probing recoil energies from a few hundred eV$_{nr}$ to 8.5keV$_{nr}$. A comprehensive Monte Carlo simulation of our setup is compared to experimental data employing a Lindhard model with a free electronic energy loss $k$ and an adiabatic correction for sub-keV$_{nr}$ nucle… ▽ More

    Submitted 11 August, 2016; originally announced August 2016.

    Comments: 7 pages, 6 figures

    Journal ref: Phys. Rev. D 94, 122003 (2016)

  22. arXiv:1608.00957  [pdf, other

    astro-ph.IM astro-ph.CO hep-ex hep-ph physics.ins-det

    Measurement of the ionization produced by sub-keV silicon nuclear recoils in a CCD dark matter detector

    Authors: A. E. Chavarria, J. I. Collar, J. R. Peña, P. Privitera, A. E. Robinson, B. Scholz, C. Sengul, J. Zhou, J. Estrada, F. Izraelevitch, J. Tiffenberg, J. R. T. de Mello Neto, D. Torres Machado

    Abstract: We report a measurement of the ionization efficiency of silicon nuclei recoiling with sub-keV kinetic energy in the bulk silicon of a charge-coupled device (CCD). Nuclear recoils are produced by low-energy neutrons ($<$24 keV) from a $^{124}$Sb-$^{9}$Be photoneutron source, and their ionization signal is measured down to 60 eV electron equivalent. This energy range, previously unexplored, is relev… ▽ More

    Submitted 9 November, 2016; v1 submitted 2 August, 2016; originally announced August 2016.

    Comments: 7 pages, 7 figures

    Journal ref: Phys. Rev. D 94, 082007 (2016)

  23. Coherent-state constellations and polar codes for thermal Gaussian channels

    Authors: Felipe Lacerda, Joseph M. Renes, Volkher B. Scholz

    Abstract: Optical communication channels are ultimately quantum-mechanical in nature, and we must therefore look beyond classical information theory to determine their communication capacity as well as to find efficient encoding and decoding schemes of the highest rates. Thermal channels, which arise from linear coupling of the field to a thermal environment, are of particular practical relevance; their cla… ▽ More

    Submitted 4 July, 2017; v1 submitted 18 March, 2016; originally announced March 2016.

    Comments: v3: published version; v2: vastly improved presentation. Figures! v1: 10 pages

    Journal ref: Phys. Rev. A 95, 062343 (2017)

  24. A Low-noise Germanium Ionization Spectrometer for Low-background Science

    Authors: Craig E. Aalseth, Juan I. Collar, Jim Colaresi, James E. Fast, Todd W. Hossbach, John L. Orrell, Cory T. Overman, Bjorn Scholz, Brent A. VanDevender, K. Michael Yocum

    Abstract: Recent progress on the development of very low noise high purity germanium ionization spectrometers has produced an instrument of 1.2 kg mass and excellent noise performance. The detector was installed in a low-background cryostat intended for use in a direct detection search for low mass, WIMP dark matter. This Transaction reports the thermal characterization of the cryostat, specifications of th… ▽ More

    Submitted 4 March, 2016; originally announced March 2016.

    Comments: Submitted to IEEE Transaction in Nuclear Science

    Report number: PNNL-SA-116069

    Journal ref: IEEE Transactions on Nuclear Science 63(6): 2782-2792 (2016)

  25. arXiv:1602.04269  [pdf, other

    physics.bio-ph

    A cycling state that can lead to glassy dynamics in intracellular transport

    Authors: Monika Scholz, Stanislav Burov, Kimberly L. Weirich, Bjorn J. Scholz, S. M. Ali Tabei, Margaret L. Gardel, Aaron R. Dinner

    Abstract: Power-law dwell times have been observed for molecular motors in living cells, but the origins of these trapped states are not known. We introduce a minimal model of motors moving on a two-dimensional network of filaments, and simulations of its dynamics exhibit statistics comparable to those observed experimentally. Analysis of the model trajectories, as well as experimental particle tracking dat… ▽ More

    Submitted 12 February, 2016; originally announced February 2016.

  26. arXiv:1601.00470  [pdf, other

    quant-ph cond-mat.str-el math-ph

    Matrix product approximations to multipoint functions in two-dimensional conformal field theory

    Authors: Robert Koenig, Volkher B. Scholz

    Abstract: Matrix product states (MPS) illustrate the suitability of tensor networks for the description of interacting many-body systems: ground states of gapped $1$-D systems are approximable by MPS as shown by Hastings [J. Stat. Mech. Theor. Exp., P08024 (2007)]. In contrast, whether MPS and more general tensor networks can accurately reproduce correlations in critical quantum systems, respectively quantu… ▽ More

    Submitted 4 January, 2016; originally announced January 2016.

    Comments: 5 pages, 1 figure. See long companion paper arXiv:1509.07414 for full technical details

    Journal ref: Phys. Rev. Lett. 117, 121601 (2016)

  27. arXiv:1511.04369  [pdf, other

    quant-ph cond-mat.stat-mech hep-lat hep-th

    The entanglement of distillation for gauge theories

    Authors: Karel Van Acoleyen, Nick Bultinck, Jutho Haegeman, Michael Marien, Volkher B. Scholz, Frank Verstraete

    Abstract: We study the entanglement structure of lattice gauge theories from the local operational point of view, and, similar to Soni and Trivedi (arXiv:1510.07455), we show that the usual entanglement entropy for a spatial bipartition can be written as the sum of an undistillable gauge part and of another part corresponding to the LOCC distillable entanglement, which is obtained by depolarizing the local… ▽ More

    Submitted 1 December, 2015; v1 submitted 13 November, 2015; originally announced November 2015.

    Comments: v2: corrected statement concerning strong subadditivity, and added an example showing that the distillable entanglement fails to fulfil subadditivity

    Journal ref: Phys. Rev. Lett. 117, 131602 (2016)

  28. arXiv:1510.06743  [pdf, ps, other

    quant-ph cs.CC cs.CR

    Quantum-proof multi-source randomness extractors in the Markov model

    Authors: Rotem Arnon-Friedman, Christopher Portmann, Volkher B. Scholz

    Abstract: Randomness extractors, widely used in classical and quantum cryptography and other fields of computer science, e.g., derandomization, are functions which generate almost uniform randomness from weak sources of randomness. In the quantum setting one must take into account the quantum side information held by an adversary which might be used to break the security of the extractor. In the case of see… ▽ More

    Submitted 9 September, 2016; v1 submitted 22 October, 2015; originally announced October 2015.

    Comments: 21 pages + appendix. v2: Improved comparison to previous work. Comments are welcome!

    Journal ref: 11th Conference on the Theory of Quantum Computation, Communication and Cryptography (TQC 2016), volume 61 of LIPIcs, pages 2:1-2:34. Schloss Dagstuhl, 2016

  29. arXiv:1509.08702  [pdf, other

    physics.ins-det hep-ex nucl-ex

    The COHERENT Experiment at the Spallation Neutron Source

    Authors: COHERENT Collaboration, D. Akimov, P. An, C. Awe, P. S. Barbeau, P. Barton, B. Becker, V. Belov, A. Bolozdynya, A. Burenkov, B. Cabrera-Palmer, J. I. Collar, R. J. Cooper, R. L. Cooper, C. Cuesta, D. Dean, J. Detwiler, A. G. Dolgolenko, Y. Efremenko, S. R. Elliott, A. Etenko, N. Fields, W. Fox, A. Galindo-Uribarri, M. Green , et al. (42 additional authors not shown)

    Abstract: The COHERENT collaboration's primary objective is to measure coherent elastic neutrino-nucleus scattering (CEvNS) using the unique, high-quality source of tens-of-MeV neutrinos provided by the Spallation Neutron Source (SNS) at Oak Ridge National Laboratory (ORNL). In spite of its large cross section, the CEvNS process has never been observed, due to tiny energies of the resulting nuclear recoils… ▽ More

    Submitted 3 April, 2016; v1 submitted 29 September, 2015; originally announced September 2015.

    Comments: 19 pages, 12 figures: corrections to author list

  30. arXiv:1509.07414  [pdf, other

    math-ph cond-mat.str-el quant-ph

    Matrix product approximations to conformal field theories

    Authors: Robert Koenig, Volkher B. Scholz

    Abstract: We establish rigorous error bounds for approximating correlation functions of conformal field theories (CFTs) by certain finite-dimensional tensor networks. For chiral CFTs, the approximation takes the form of a matrix product state. For full CFTs consisting of a chiral and an anti-chiral part, the approximation is given by a finitely correlated state. We show that the bond dimension scales polyno… ▽ More

    Submitted 24 September, 2015; originally announced September 2015.

    Comments: 105 pages, 2 figures

    Journal ref: Nucl. Phys. B 920, 32-121 (2017)

  31. arXiv:1506.08810  [pdf, ps, other

    quant-ph math.OC

    Quantum Bilinear Optimization

    Authors: Mario Berta, Omar Fawzi, Volkher B. Scholz

    Abstract: We study optimization programs given by a bilinear form over non-commutative variables subject to linear inequalities. Problems of this form include the entangled value of two-prover games, entanglement-assisted coding for classical channels and quantum-proof randomness extractors. We introduce an asymptotically converging hierarchy of efficiently computable semidefinite programming (SDP) relaxati… ▽ More

    Submitted 12 August, 2016; v1 submitted 29 June, 2015; originally announced June 2015.

    Comments: v3: published version

    Journal ref: SIAM J. Optim., 26(3), 1529-1564 (2016)

  32. Approximate Degradable Quantum Channels

    Authors: David Sutter, Volkher B. Scholz, Andreas Winter, Renato Renner

    Abstract: Degradable quantum channels are an important class of completely positive trace-preserving maps. Among other properties, they offer a single-letter formula for the quantum and the private classical capacity and are characterized by the fact that a complementary channel can be obtained from the channel by applying a degrading channel. In this work we introduce the concept of approximate degradable… ▽ More

    Submitted 17 October, 2017; v1 submitted 2 December, 2014; originally announced December 2014.

    Comments: v3: minor changes, published version. v2: 21 pages, 2 figures, improved bounds on the capacity for approximate degradable channels based on [arXiv:1507.07775], an author added

    MSC Class: 81P45

    Journal ref: IEEE Transactions on Information Theory, vol. 63, no. 12, pages 7832 - 7844, 2017

  33. arXiv:1409.3563  [pdf, ps, other

    quant-ph math-ph

    Quantum-proof randomness extractors via operator space theory

    Authors: Mario Berta, Omar Fawzi, Volkher B. Scholz

    Abstract: Quantum-proof randomness extractors are an important building block for classical and quantum cryptography as well as device independent randomness amplification and expansion. Furthermore they are also a useful tool in quantum Shannon theory. It is known that some extractor constructions are quantum-proof whereas others are provably not [Gavinsky et al., STOC'07]. We argue that the theory of oper… ▽ More

    Submitted 4 May, 2017; v1 submitted 11 September, 2014; originally announced September 2014.

    Comments: v3: 34 pages, published version

    Journal ref: IEEE Transactions on Information Theory 63 (4), 2480-2503 (2017)

  34. arXiv:1409.1252  [pdf, other

    quant-ph cond-mat.dis-nn math-ph

    Many-body localisation implies that eigenvectors are matrix-product states

    Authors: M. Friesdorf, A. H. Werner, W. Brown, V. B. Scholz, J. Eisert

    Abstract: The phenomenon of many-body localisation received a lot of attention recently, both for its implications in condensed-matter physics of allowing systems to be an insulator even at non-zero temperature as well as in the context of the foundations of quantum statistical mechanics, providing examples of systems showing the absence of thermalisation following out-of-equilibrium dynamics. In this work,… ▽ More

    Submitted 18 November, 2014; v1 submitted 3 September, 2014; originally announced September 2014.

    Comments: 13 pages, 4 figures

    Journal ref: Phys. Rev. Lett. 114, 170505 (2015)

  35. arXiv:1407.7524  [pdf, ps, other

    physics.ins-det astro-ph.IM hep-ex hep-ph nucl-ex

    Coherent neutrino-nucleus scattering detection with a CsI[Na] scintillator at the SNS spallation source

    Authors: J. I. Collar, N. E. Fields, E. Fuller, M. Hai, T. W. Hossbach, J. L. Orrell, G. Perumpilly, B. Scholz

    Abstract: We study the possibility of using CsI[Na] scintillators as an advantageous target for the detection of coherent elastic neutrino-nucleus scattering (CENNS), using the neutrino emissions from the SNS spallation source at Oak Ridge National Laboratory. The response of this material to low-energy nuclear recoils like those expected from this process is characterized. Backgrounds are studied using a 2… ▽ More

    Submitted 20 August, 2014; v1 submitted 28 July, 2014; originally announced July 2014.

    Comments: v2: minor corrections

    Journal ref: Nucl. Instr. Meth. A773 (2014) 56

  36. arXiv:1402.6711  [pdf, other

    quant-ph math-ph

    Operationally-Motivated Uncertainty Relations for Joint Measurability and the Error-Disturbance Tradeoff

    Authors: Joseph M. Renes, Volkher B. Scholz

    Abstract: We derive new Heisenberg-type uncertainty relations for both joint measurability and the error-disturbance tradeoff for arbitrary observables of finite-dimensional systems. The relations are formulated in terms of a directly operational quantity, namely the probability of distinguishing the actual operation of a device from its hypothetical ideal, by any possible testing procedure whatsoever. More… ▽ More

    Submitted 26 February, 2014; originally announced February 2014.

    Comments: welcome. 10 pages, 2 figures

  37. Variations on Classical and Quantum Extractors

    Authors: Mario Berta, Omar Fawzi, Volkher B. Scholz, Oleg Szehr

    Abstract: Many constructions of randomness extractors are known to work in the presence of quantum side information, but there also exist extractors which do not [Gavinsky {\it et al.}, STOC'07]. Here we find that spectral extractors $ψ$ with a bound on the second largest eigenvalue $λ_{2}(ψ^{\dagger}\circψ)$ are quantum-proof. We then discuss fully quantum extractors and call constructions that also work i… ▽ More

    Submitted 13 February, 2014; originally announced February 2014.

    Comments: 7 pages, slightly enhanced IEEE ISIT submission including all the proofs

    Journal ref: Information Theory (ISIT), 2014 IEEE International Symposium on (pages 1474 - 1478)

  38. arXiv:1308.4527  [pdf, other

    quant-ph math-ph

    Position-Momentum Uncertainty Relations in the Presence of Quantum Memory

    Authors: Fabian Furrer, Mario Berta, Marco Tomamichel, Volkher B. Scholz, Matthias Christandl

    Abstract: A prominent formulation of the uncertainty principle identifies the fundamental quantum feature that no particle may be prepared with certain outcomes for both position and momentum measurements. Often the statistical uncertainties are thereby measured in terms of entropies providing a clear operational interpretation in information theory and cryptography. Recently, entropic uncertainty relations… ▽ More

    Submitted 5 January, 2015; v1 submitted 21 August, 2013; originally announced August 2013.

    Comments: 26 pages, 2 figures; v2:improved and published version, new title

    Journal ref: J. Math. Phys. 55, 122205 (2014)

  39. arXiv:1212.0520  [pdf, other

    cs.IT cs.MS quant-ph

    A modular framework for randomness extraction based on Trevisan's construction

    Authors: Wolfgang Mauerer, Christopher Portmann, Volkher B. Scholz

    Abstract: Informally, an extractor delivers perfect randomness from a source that may be far away from the uniform distribution, yet contains some randomness. This task is a crucial ingredient of any attempt to produce perfectly random numbers---required, for instance, by cryptographic protocols, numerical simulations, or randomised computations. Trevisan's extractor raised considerable theoretical interest… ▽ More

    Submitted 3 December, 2012; originally announced December 2012.

    Comments: 21 pages, 15 figures. Source code is available under GPLv2+. Comments welcome

  40. Typical local measurements in generalised probabilistic theories: emergence of quantum bipartite correlations

    Authors: Matthias Kleinmann, Tobias J. Osborne, Volkher B. Scholz, Albert H. Werner

    Abstract: What singles out quantum mechanics as the fundamental theory of Nature? Here we study local measurements in generalised probabilistic theories (GPTs) and investigate how observational limitations affect the production of correlations. We find that if only a subset of typical local measurements can be made then all the bipartite correlations produced in a GPT can be simulated to a high degree of ac… ▽ More

    Submitted 28 January, 2013; v1 submitted 15 May, 2012; originally announced May 2012.

    Comments: 5 pages, 1 figure v2: more details in the proof of the main result

    Journal ref: Phys. Rev. Lett. 110, 040403 (2013)

  41. Asymptotic behavior of quantum walks with spatio-temporal coin fluctuations

    Authors: Andre Ahlbrecht, Christopher Cedzich, Robert Matjeschk, Volkher B. Scholz, Albert H. Werner, Reinhard F. Werner

    Abstract: Quantum walks subject to decoherence generically suffer the loss of their genuine quantum feature, a quadratically faster spreading compared to classical random walks. This intuitive statement has been verified analytically for certain models and is also supported by numerical studies of a variety of examples. In this paper we analyze the long-time behavior of a particular class of decoherent quan… ▽ More

    Submitted 23 January, 2012; originally announced January 2012.

    Journal ref: Quantum Information Processing 11, 1219 (2012)

  42. Continuous Variable Quantum Key Distribution: Finite-Key Analysis of Composable Security against Coherent Attacks

    Authors: Fabian Furrer, Torsten Franz, Mario Berta, Anthony Leverrier, Volkher B. Scholz, Marco Tomamichel, Reinhard F. Werner

    Abstract: We provide a security analysis for continuous variable quantum key distribution protocols based on the transmission of squeezed vacuum states measured via homodyne detection. We employ a version of the entropic uncertainty relation for smooth entropies to give a lower bound on the number of secret bits which can be extracted from a finite number of runs of the protocol. This bound is valid under g… ▽ More

    Submitted 20 January, 2014; v1 submitted 9 December, 2011; originally announced December 2011.

    Comments: v2: new author, technical inaccuracy corrected, new plots, v3: substantially improved key rates against coherent attacks (due to correction of an error in the numerical computation)

    Journal ref: Phys. Rev. Lett. 109, 100502 (2012), Phys. Rev. Lett. 112, 019902(E) (2014)

  43. arXiv:1107.5460  [pdf, ps, other

    quant-ph math-ph

    The Smooth Entropy Formalism for von Neumann Algebras

    Authors: Mario Berta, Fabian Furrer, Volkher B. Scholz

    Abstract: We discuss information-theoretic concepts on infinite-dimensional quantum systems. In particular, we lift the smooth entropy formalism as introduced by Renner and collaborators for finite-dimensional systems to von Neumann algebras. For the smooth conditional min- and max-entropy we recover similar characterizing properties and information-theoretic operational interpretations as in the finite-dim… ▽ More

    Submitted 1 December, 2015; v1 submitted 27 July, 2011; originally announced July 2011.

    Comments: v3: 28 pages, published version

    Report number: Mittag-Leffler-2010fall

    Journal ref: J. Math. Phys. 57, 015213 (2016)

  44. arXiv:1105.1051  [pdf, other

    quant-ph

    Bound Molecules in an Interacting Quantum Walk

    Authors: Andre Ahlbrecht, Andrea Alberti, Dieter Meschede, Volkher B. Scholz, Albert H. Werner, Reinhard F. Werner

    Abstract: We investigate a system of two atoms in an optical lattice, performing a quantum walk by state-dependent shift operations and a coin operation acting on the internal states. The atoms interact, e.g., by cold collisions, whenever they are in the same potential well of the lattice. Under such conditions they typically develop a bound state, so that the two atoms effectively perform a quantum walk to… ▽ More

    Submitted 5 May, 2011; originally announced May 2011.

  45. arXiv:1103.5663  [pdf, ps, other

    math-ph math.OA quant-ph

    Local approximation of observables and commutator bounds

    Authors: Bruno Nachtergaele, Volkher B. Scholz, Reinhard F. Werner

    Abstract: We discuss conditional expectations that can be used as generalizations of the partial trace for quantum systems with an infinite-dimensional Hilbert space of states.

    Submitted 29 March, 2011; originally announced March 2011.

    Report number: Mittag-Leffler-2010fall MSC Class: 46L10; 46L53

    Journal ref: Operator Methods in Mathematical Physics, Operator Theory: Advances and Applications, vol. 227, 143-149 (2013)

  46. arXiv:1101.2298  [pdf, ps, other

    quant-ph math-ph

    Disordered Quantum Walks in one lattice dimension

    Authors: Andre Ahlbrecht, Volkher B. Scholz, Albert H. Werner

    Abstract: We study a spin-1/2-particle moving on a one dimensional lattice subject to disorder induced by a random, space-dependent quantum coin. The discrete time evolution is given by a family of random unitary quantum walk operators, where the shift operation is assumed to be deterministic. Each coin is an independent identically distributed random variable with values in the group of two dimensional uni… ▽ More

    Submitted 6 April, 2011; v1 submitted 12 January, 2011; originally announced January 2011.

    Comments: minor changes

    Journal ref: J. Math. Phys. 52, 102201 (2011)

  47. arXiv:1008.1142  [pdf, ps, other

    math-ph quant-ph

    Connes' embedding problem and Tsirelson's problem

    Authors: M. Junge, M. Navascues, C. Palazuelos, D. Perez-Garcia, V. B. Scholz, R. F. Werner

    Abstract: We show that Tsirelson's problem concerning the set of quantum correlations and Connes' embedding problem on finite approximations in von Neumann algebras (known to be equivalent to Kirchberg's QWEP conjecture) are essentially equivalent. Specifically, Tsirelson's problem asks whether the set of bipartite quantum correlations generated between tensor product separated systems is the same as the se… ▽ More

    Submitted 6 August, 2010; originally announced August 2010.

    Journal ref: J. Math. Phys. 52, 012102 (2011)

  48. arXiv:0910.2324  [pdf, ps, other

    cs.PL cs.DC

    Accelerating the Execution of Matrix Languages on the Cell Broadband Engine Architecture

    Authors: Raymes Khoury, Bernd Burgstaller, Bernhard Scholz

    Abstract: Matrix languages, including MATLAB and Octave, are established standards for applications in science and engineering. They provide interactive programming environments that are easy to use due to their scripting languages with matrix data types. Current implementations of matrix languages do not fully utilise high-performance, special-purpose chip architectures such as the IBM PowerXCell process… ▽ More

    Submitted 14 November, 2009; v1 submitted 13 October, 2009; originally announced October 2009.

    Comments: 61 pages, 34 figures

    ACM Class: D.3.4

  49. arXiv:0812.4305  [pdf, ps, other

    math-ph quant-ph

    Tsirelson's Problem

    Authors: V. B. Scholz, R. F. Werner

    Abstract: The situation of two independent observers conducting measurements on a joint quantum system is usually modelled using a Hilbert space of tensor product form, each factor associated to one observer. Correspondingly, the operators describing the observables are then acting non-trivially only on one of the tensor factors. However, the same situation can also be modelled by just using one joint Hil… ▽ More

    Submitted 22 December, 2008; originally announced December 2008.

    Report number: see Video Abstract at http://www.quantiki.org/video_abstracts/08124305