-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
1. Quantum Circuits Dataset | ||
https://datadryad.org/stash/dataset/doi:10.5061/dryad.k6t1rj8 | ||
-Link: https://datadryad.org/stash/dataset/doi:10.5061/dryad.k6t1rj8 | ||
|
||
Five scales of quantum circuits, n53m12, n53m14, n53m16, n53m18 and n53m20, are included. | ||
-Five scales of quantum circuits, n53m12, n53m14, n53m16, n53m18 and n53m20, are included. | ||
![截屏2024-01-06 10 55 48](https://github.com/YangletLiu/RL4QuantumCircuits/assets/75991833/f283e6c0-346a-49ad-b254-851e4595e3f2) | ||
|
||
3. Convert circuit files to Tensors, Labels with the following items: | ||
-Select the corresponding 5 python-format circuit files: | ||
datasets_generator/sycamore/circuit_n53_m12_s0_e0_pABCDCDAB.py | ||
datasets_generator/sycamore/circuit_n53_m14_s0_e0_pABCDCDAB.py | ||
datasets_generator/sycamore/circuit_n53_m16_s0_e0_pABCDCDAB.py | ||
datasets_generator/sycamore/circuit_n53_m18_s0_e0_pABCDCDAB.py | ||
datasets_generator/sycamore/circuit_n53_m20_s0_e0_pABCDCDAB.py | ||
|
||
3. Convert circuit files to Tensors and labels with the following items: | ||
https://github.com/Fanerst/simulate_sycamore/tree/main |