Coder Social home page Coder Social logo

qpe-data's Introduction

Towards LLM4QPE: Unsupervised Pretraining of Quantum Property Estimation and A Benchmark

This is the official repository of the dataset for the paper https://openreview.net/forum?id=vrBVFXwAmi.

Quick Start

The generated dataset can be download in the link.

To unzip the .zip file, run the code:

unzip dataset.zip

The folder includes:

dataset
├── Rydberg (dataset of Rydberg Atom model)
│   ├── pretrain (dataset used for pretraining)
│   │   ├── qxx (dataset of the system with xx qubits)
│   │   │   ├── conditions.csv (values of physical conditions for each sample)
│   │   │   └── x.csv (measurement strings for the x-th sample)
│   ├── finetune (dataset used for finetuning)
│   │   ├── train (dataaset used for training)
│   │   │   ├── qxx (dataset of the system with xx qubits)
│   │   │   │   ├── mxx (dataset with xx random measurements)
│   │   │   │   │   ├── nxx (dataset with xx samples)
│   │   │   │   │   │   ├── conditions.csv
│   │   │   │   │   │   ├── x.csv
│   │   │   │   │   │   └── labels (gound truth labels)
│   │   ├── test (dataaset used for evaluation)
│   │   │   ├── qxx (dataset of the system with xx qubits)
│   │   │   │   ├── mxx (dataset with xx random measurements)
│   │   │   │   │   ├── nxx (dataset with xx samples)
│   │   │   │   │   │   ├── conditions.csv
│   │   │   │   │   │   ├── x.csv
│   │   │   │   │   │   └── labels (gound truth labels)
├── Heisenberg (dataset of anisotropic Heisenberg model)
│   ├── pretrain (dataset used for pretraining)
│   │   ├── qxx (dataset of the system with xx qubits)
│   │   │   ├── conditions.csv (values of physical conditions for each sample)
│   │   │   ├── x.csv (measurement strings for the x-th sample)
│   ├── finetune (dataset used for finetuning)
│   │   ├── correlation (dataset for correlation function prediction)
│   │   │   ├── train (dataaset used for training)
│   │   │   │   ├── qxx (dataset of the system with xx qubits)
│   │   │   │   │   ├── mxx (dataset with xx random measurements)
│   │   │   │   │   │   ├── nxx (dataset with xx samples)
│   │   │   │   │   │   │   ├── conditions.csv
│   │   │   │   │   │   │   ├── x.csv
│   │   │   │   │   │   │   └── labels (gound truth labels)
│   │   │   ├── test (dataaset used for evaluation)
│   │   │   │   ├── qxx (dataset of the system with xx qubits)
│   │   │   │   │   ├── mxx (dataset with xx random measurements)
│   │   │   │   │   │   ├── nxx (dataset with xx samples)
│   │   │   │   │   │   │   ├── conditions.csv
│   │   │   │   │   │   │   ├── x.csv
│   │   │   │   │   │   │   └── labels (gound truth labels)
│   │   ├── entropy (dataset for entanglement entropy prediction)
│   │   │   ├── train (dataaset used for training)
│   │   │   │   ├── qxx (dataset of the system with xx qubits)
│   │   │   │   │   ├── mxx (dataset with xx random measurements)
│   │   │   │   │   │   ├── nxx (dataset with xx samples)
│   │   │   │   │   │   │   ├── conditions.csv
│   │   │   │   │   │   │   ├── x.csv
│   │   │   │   │   │   │   └── labels (gound truth labels)
│   │   │   ├── test (dataaset used for evaluation)
│   │   │   │   ├── qxx (dataset of the system with xx qubits)
│   │   │   │   │   ├── mxx (dataset with xx random measurements)
│   │   │   │   │   │   ├── nxx (dataset with xx samples)
│   │   │   │   │   │   │   ├── conditions.csv
│   │   │   │   │   │   │   ├── x.csv
└── └── └── └── └── └── └── └── labels (gound truth labels)

How to generate your own dataset

A demo used to generate small-size dataset of the anisotropic Heisenberg model is provided in generate_heisenberg.py. Users can adjust parameters such as the Hamiltonian, the number of qubits, the number of measurements, and the size of samples to obtain a customized dataset.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.