Skip to main content

Showing 1–6 of 6 results for author: Whitfield, D

Searching in archive cs. Search in all archives.
.
  1. arXiv:2403.03990  [pdf, other

    cs.DS

    A Sierpinski Triangle Data Structure for Efficient Array Value Update and Prefix Sum Calculation

    Authors: Brent Harrison, Jason Necaise, Andrew Projansky, James D. Whitfield

    Abstract: The binary indexed tree, or Fenwick tree, is a data structure that can efficiently update values and calculate prefix sums in an array. It allows both of these operations to be performed in $O(\log_2 N)$ time. Here we present a novel data structure resembling the Sierpinski triangle, which accomplishes these operations with the same memory usage in $O(\log_3 N)$ time instead. We show this order to… ▽ More

    Submitted 6 March, 2024; originally announced March 2024.

    Comments: 8 pages, 4 figures

  2. arXiv:2104.10658  [pdf

    cs.CL cs.LG

    Using GPT-2 to Create Synthetic Data to Improve the Prediction Performance of NLP Machine Learning Classification Models

    Authors: Dewayne Whitfield

    Abstract: Classification Models use input data to predict the likelihood that the subsequent input data will fall into predetermined categories. To perform effective classifications, these models require large datasets for training. It is becoming common practice to utilize synthetic data to boost the performance of Machine Learning Models. It is reported that Shell is using synthetic data to build models t… ▽ More

    Submitted 2 April, 2021; originally announced April 2021.

  3. arXiv:2010.13778  [pdf

    physics.ed-ph cs.ET cs.GL quant-ph

    Achieving a quantum smart workforce

    Authors: Clarice D. Aiello, D. D. Awschalom, Hannes Bernien, Tina Brower-Thomas, Kenneth R. Brown, Todd A. Brun, Justin R. Caram, Eric Chitambar, Rosa Di Felice, Michael F. J. Fox, Stephan Haas, Alexander W. Holleitner, Eric R. Hudson, Jeffrey H. Hunt, Robert Joynt, Scott Koziol, H. J. Lewandowski, Douglas T. McClure, Jens Palsberg, Gina Passante, Kristen L. Pudenz, Christopher J. K. Richardson, Jessica L. Rosenberg, R. S. Ross, Mark Saffman , et al. (7 additional authors not shown)

    Abstract: Interest in building dedicated Quantum Information Science and Engineering (QISE) education programs has greatly expanded in recent years. These programs are inherently convergent, complex, often resource intensive and likely require collaboration with a broad variety of stakeholders. In order to address this combination of challenges, we have captured ideas from many members in the community. Thi… ▽ More

    Submitted 23 October, 2020; originally announced October 2020.

    Comments: 18 pages, 2 figures, 1 table

    Journal ref: Quantum Sci. Technol. 6 030501 (2021)

  4. arXiv:1708.01873  [pdf, other

    cs.MS

    Practically efficient methods for performing bit-reversed permutation in C++11 on the x86-64 architecture

    Authors: Christian Knauth, Boran Adas, Daniel Whitfield, Xuesong Wang, Lydia Ickler, Tim Conrad, Oliver Serang

    Abstract: The bit-reversed permutation is a famous task in signal processing and is key to efficient implementation of the fast Fourier transform. This paper presents optimized C++11 implementations of five extant methods for computing the bit-reversed permutation: Stockham auto-sort, naive bitwise swap**, swap** via a table of reversed bytes, local pairwise swap** of bits, and swap** via a cache-lo… ▽ More

    Submitted 2 August, 2017; originally announced August 2017.

  5. arXiv:1310.1428  [pdf, other

    quant-ph cs.CC physics.chem-ph

    Computational complexity of time-dependent density functional theory

    Authors: J. D. Whitfield, M. -H. Yung, D. G. Tempel, S. Boixo, A. Aspuru-Guzik

    Abstract: Time-dependent density functional theory (TDDFT) is rapidly emerging as a premier method for solving dynamical many-body problems in physics and chemistry. The mathematical foundations of TDDFT are established through the formal existence of a fictitious non-interacting system (known as the Kohn-Sham system), which can reproduce the one-electron reduced probability density of the actual system. We… ▽ More

    Submitted 21 August, 2014; v1 submitted 4 October, 2013; originally announced October 2013.

    Journal ref: New J. Phys. 16 (2014) 083035

  6. arXiv:1208.3334  [pdf, other

    physics.chem-ph cs.CC quant-ph

    Computational Complexity in Electronic Structure

    Authors: James D. Whitfield, Peter J. Love, Alan Aspuru-Guzik

    Abstract: In quantum chemistry, the price paid by all known efficient model chemistries is either the truncation of the Hilbert space or uncontrolled approximations. Theoretical computer science suggests that these restrictions are not mere shortcomings of the algorithm designers and programmers but could stem from the inherent difficulty of simulating quantum systems. Extensions of computer science and inf… ▽ More

    Submitted 16 August, 2012; originally announced August 2012.

    Comments: 14 pages, 2 figures, 1 table. Comments welcome