From 67fe954e2fc09e327596cb9432bf45c21ca186a9 Mon Sep 17 00:00:00 2001 From: Ciaran Ryan-Anderson Date: Tue, 30 Jul 2024 14:14:04 -0600 Subject: [PATCH] Adding Readme --- .gitignore | 1 + README.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index 7b6caf3..1e5e110 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,4 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. .idea/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..080d5d3 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Data for arXiv:2404.16728 + +Repo containing data associated with the paper `arXiv:2404.16728` + +See the appropriate data in `data/`. + +## Citing + +When using this data please cite: + +```bibtex +@misc{ryananderson2024, + title={High-fidelity and Fault-tolerant Teleportation of a Logical Qubit using Transversal Gates and Lattice Surgery on a Trapped-ion Quantum Computer}, + author={C. Ryan-Anderson and N. C. Brown and C. H. Baldwin and J. M. Dreiling and C. Foltz and J. P. Gaebler and T. M. Gatterman and N. Hewitt and C. Holliman and C. V. Horst and J. Johansen and D. Lucchetti and T. Mengle and M. Matheny and Y. Matsuoka and K. Mayer and M. Mills and S. A. Moses and B. Neyenhuis and J. Pino and P. Siegfried and R. P. Stutz and J. Walker and D. Hayes}, + year={2024}, + eprint={2404.16728}, + archivePrefix={arXiv}, + primaryClass={quant-ph}, + url={https://arxiv.org/abs/2404.16728}, +} +```