nielsr HF Staff commited on
Commit
3813493
·
verified ·
1 Parent(s): 6c3ceff

Add task category metadata

Browse files

Adds the `task_category` metadata field to improve dataset discoverability.

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -6,6 +6,8 @@ tags:
6
  - quantum-information
7
  - quantum-circuits
8
  - genQC
 
 
9
  ---
10
 
11
  # Testset: Compile discrete-continuous quantum circuits 3 to 5 qubits
@@ -19,7 +21,7 @@ Paper: ["Synthesis of discrete-continuous quantum circuits with multimodal diffu
19
 
20
  - Unitary compilation from **3 to 5 qubits**
21
  - Quantum circuits up to **32 gates**
22
- - Dataset details in the [\[paper-arxiv\]](https://www.arxiv.org/abs/2506.01666)
23
 
24
  ## Usage
25
 
@@ -29,7 +31,7 @@ The dataset can be loaded with [`genQC`](https://github.com/FlorianFuerrutter/ge
29
  pip install -U genQC
30
  ```
31
 
32
- A guide on how to use this dataset can be found in the [\[compile_testset\]](https://florianfuerrutter.github.io/genQC/examples/Discrete-continuous%20circuits%20with%20multimodal%20diffusion/compile_testset.html) notebook on the GitHub repository of [`genQC`](https://github.com/FlorianFuerrutter/genQC).
33
 
34
 
35
  ## License
 
6
  - quantum-information
7
  - quantum-circuits
8
  - genQC
9
+ task_categories:
10
+ - other
11
  ---
12
 
13
  # Testset: Compile discrete-continuous quantum circuits 3 to 5 qubits
 
21
 
22
  - Unitary compilation from **3 to 5 qubits**
23
  - Quantum circuits up to **32 gates**
24
+ - Dataset details in the [\\[paper-arxiv\\]](https://www.arxiv.org/abs/2506.01666)
25
 
26
  ## Usage
27
 
 
31
  pip install -U genQC
32
  ```
33
 
34
+ A guide on how to use this dataset can be found in the [\\[compile_testset\\]](https://florianfuerrutter.github.io/genQC/examples/Discrete-continuous%20circuits%20with%20multimodal%20diffusion/compile_testset.html) notebook on the GitHub repository of [`genQC`](https://github.com/FlorianFuerrutter/genQC).
35
 
36
 
37
  ## License