Data for benchmarking machine learning models, taken from Train on classical, deploy on quantum: scaling generative quantum machine learning to a thousand qubits. This dataset contains bistrings that are sampled from a D-Wave advantage processor, as described in Accelerating equilibrium spin-glass simulations using quantum annealers via generative deep learning.
Description of the dataset
This dataset contains 70,000 bit strings of length 484, that correspond to outcomes of measurements on each of the 484 qubits of the processor. These are divided into 10,000 training samples and 60,000 test samples.
This specific dataset is taken from
a quench of 100 microseconds with the qubits coupled via the processor's pegasus
topology.
Please see the Source code
tab to check how the data was generated.
Example usage
>>> [ds] = qml.data.load("other", name="d-wave")
>>>
>>> np.shape(ds.train)
(10000, 484)
Joseph Bowles
version 0.1 : initial public release
Joseph Bowles
Quantum Machine Learning researcher at Xanadu