1. ABOUT THE DATASET -------------------- Title: Supporting Data for "Stirring the false vacuum via interacting quantized bubbles on a 5564-qubit quantum annealer" Creator(s): Zlatko Papic (1), Jaka Vodeb (2), Jean-Yves Desaules (3) Organisation(s): (1) University of Leeds (2) Juelich Supercomputing Centre (3) Institute of Science and Technology Austria Rights-holder(s): Unless otherwise stated, Copyright 2024 University of Leeds Publication Year: 2024 Description: This repository contains a D-Wave submission example script, raw data analysis example script, and plotting scripts used in producing figures in the main text of the paper titled "Stirring the false vacuum via interacting quantized bubbles on a 5564-qubit quantum annealer" authored by Jaka Vodeb, Jean-Yves Desaules, Andrew Hallam, Andrea Rava, Gregor Humar, Dennis Willsch, Fengping Jin, Madita Willsch, Kristel Michielsen and Zlatko Papic. Cite as: Papic, Zlatko (2024) Dataset for 'Stirring the false vacuum via interacting quantized bubbles on a 5564-qubit quantum annealer'. University of Leeds. https:/doi.org/10.5518/1579 Related publication: "Stirring the false vacuum via interacting quantized bubbles on a 5564-qubit quantum annealer", Jaka Vodeb, Jean-Yves Desaules, Andrew Hallam, Andrea Rava, Gregor Humar, Dennis Willsch, Fengping Jin, Madita Willsch, Kristel Michielsen and Zlatko Papic, arXiv:2406.14718. 2. TERMS OF USE --------------- Unless otherwise stated, this dataset is licensed under a Creative Commons Attribution 4.0 International Licence: https://creativecommons.org/licenses/by/4.0/.] 3. PROJECT AND FUNDING INFORMATION ---------------------------------- Funding organisation: EPSRC Grant no.: EP/R513258/1, EP/W026848/1 Funding organisation: Leverhulme Trust 4. CONTENTS ----------- This repository contains a D-Wave submission example script, raw data analysis example script, and plotting scripts used in producing figures in the main text of the paper titled "Stirring the false vacuum via interacting quantized bubbles on a 5564-qubit quantum annealer" authored by Jaka Vodeb, Jean-Yves Desaules, Andrew Hallam, Andrea Rava, Gregor Humar, Dennis Willsch, Fengping Jin, Madita Willsch, Kristel Michielsen and Zlatko Papic. It is crucial to install D-Wave's Ocean SDK, follow the instructions here: https://docs.ocean.dwavesys.com/en/latest/overview/install.html The rest of the Python libraries are written in the scripts. The file "ImagePlotting.ipynb" contains the Jupyter script used to plot images Fig. 1b,d,e, Fig. 2a,b,c,d, Fig. 3a,b,c, and Fig. 4a,b,c,d in the paper. The file "RawDataAnalysisExample.ipynb" contains an example Jupyter script used to process and analyze the raw data in the folder "SubmissionResults". The file "D-Wave-submission-example-script.py" contains an example script we used to sample from the quantum annealer and stores the samples into the folder "SubmissionResults". config.ini : Example of a configuration file specifying the parameters, to be used as input to single-submission.py single-submission.py: Python file for the main workflow when submitting a false vacuum decay simulation The folder "Data" contains all the data required for plotting using "ImagePlotting.ipynb" and output from "RawDataAnalysisExample.ipynb". The files are either the results of raw data analysis or stand-alone results from Bloch-Redfield and MPS numerical emulations. Both Jupyter files in the repository read from this folder. The folder "SubmissionResults" contains output from sampling the quantum annealer using "D-Wave-submission-example-script.py". The folder "Embedding" contains the embedding of physical to logical qubits we used on the quantum annealer.