Datasets:

Modalities:
Image
Text
Formats:
json
Size:
< 1K
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
shanto268 commited on
Commit
a06374e
1 Parent(s): 12b6537

updated README

Browse files
Files changed (1) hide show
  1. README.md +50 -59
README.md CHANGED
@@ -30,74 +30,65 @@ size_categories:
30
  - 1K<n<10K
31
  ---
32
 
33
- # SQuADDS_DB - a Superconducting Qubit And Device Design and Simulation Database
34
-
35
- ## Table of Contents
36
- - [Table of Contents](#table-of-contents)
37
- - [Dataset Description](#dataset-description)
38
- - [Dataset Summary](#dataset-summary)
39
- - [Dataset Structure](#dataset-structure)
40
- - [Data Instances](#data-instances)
41
- - [Data Fields](#data-fields)
42
- - [Data Splits](#data-splits)
43
- - [Dataset Creation](#dataset-creation)
44
- - [Curation Rationale](#curation-rationale)
45
- - [Source Data](#source-data)
46
- - [Annotations](#annotations)
47
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
48
- - [Additional Information](#additional-information)
49
- - [Dataset Curators](#dataset-curators)
50
- - [Licensing Information](#licensing-information)
51
- - [Citation Information](#citation-information)
52
- - [Contributions](#contributions)
53
-
54
- ## Dataset Description
55
-
56
- - **Homepage:** [https://sadmanahmedshanto.com/SQuADDS](https://sadmanahmedshanto.com/SQuADDS)
57
- - **Repository:** [https://github.com/shanto268/SQuADDS](https://github.com/shanto268/SQuADDS)
58
- - **Paper:** [arxiv](arxiv)
59
- - **Point of Contact:** [Sadman Ahmed Shanto](mailto:[email protected])
60
-
61
- ### Dataset Summary
62
-
63
- [More Information Needed]
64
-
65
- ## Dataset Structure
66
-
67
- Components -> Component_IDs -> Result_Type
68
-
69
- ### Data Instances
70
-
71
- [More Information Needed]
72
-
73
- ### Data Fields
74
 
75
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
 
77
- ### Data Splits
78
 
79
- [More Information Needed]
 
 
80
 
81
- ## Dataset Creation
82
 
83
- ### Curation Rationale
84
 
85
- [More Information Needed]
 
 
 
86
 
87
- ## Additional Information
88
 
89
- ### Dataset Curators
 
 
 
 
 
 
 
90
 
91
- [More Information Needed]
92
 
93
  ### Licensing Information
94
 
95
- [More Information Needed]
96
-
97
- ### Citation Information
98
-
99
- [More Information Needed]
100
-
101
- ### Contributions
102
-
103
- Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
 
30
  - 1K<n<10K
31
  ---
32
 
33
+ license: mit
34
+ configs:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
 
36
+ - config_name: qubit-TransmonCross-cap_matrix
37
+ data_files:
38
+ - split: train
39
+ path: "qubit-TransmonCross-cap_matrix.json"
40
+ - config_name: cavity_claw-RouteMeander-eigenmode
41
+ data_files:
42
+ - split: train
43
+ path: "cavity_claw-RouteMeander-eigenmode.json"
44
+ - config_name: coupler-NCap-cap_matrix
45
+ data_files:
46
+ - split: train
47
+ path: "coupler-NCap-cap_matrix.json"
48
+ tags:
49
+ - quantum
50
+ - superconducting
51
+ - qiskit-metal
52
+ - qiskit
53
+ - ibm
54
+ - qubit
55
+ - transmon
56
+ - design
57
+ - device
58
+ - quantum-computing
59
+ - quantum-hardware
60
+ pretty_name: SQuADDS_DB
61
+ size_categories:
62
+ - 1K<n<10K
63
 
64
+ ---
65
 
66
+ <center>
67
+ <img src="https://github.com/LFL-Lab/SQuADDS/blob/master/docs/_static/images/squadds_logo_dark_name.png" width="80%" alt="SQuADDS Logo" /> <!-- This will stretch the logo to the full container width -->
68
+ </center>
69
 
70
+ # SQuADDS_DB - a Superconducting Qubit And Device Design and Simulation Database
71
 
72
+ The SQuADDS (Superconducting Qubit And Device Design and Simulation) Database Project is an open-source resource aimed at advancing research in superconducting quantum device designs. It provides a robust workflow for generating and simulating superconducting quantum device designs, facilitating the accurate prediction of Hamiltonian parameters across a wide range of design geometries.
73
 
74
+ - **Homepage:** [https://lfl-lab.github.io/SQuADDS/](https://lfl-lab.github.io/SQuADDS/)
75
+ - **Repository:** [https://github.com/lfl-lab/SQuADDS](https://github.com/lfl-lab/SQuADDS)
76
+ - **Paper:** [https://arxiv.org/pdf/2312.13483.pdf](https://arxiv.org/pdf/2312.13483.pdf)
77
+ - **Point of Contact:** [Sadman Ahmed Shanto](mailto:[email protected])
78
 
79
+ If you use SQuADDS in your research, please cite the following paper:
80
 
81
+ ```bibtex
82
+ @article{SQuADDS,
83
+ title={SQuADDS: A validated design database and simulation workflow for superconducting qubit design},
84
+ author={Sadman Ahmed Shanto, Andre Kuo, Clark Miyamoto, Haimeng Zhang, Vivek Maurya, Evangelos Vlachos, Malida Hecht, Chung Wa Shum and Eli Levenson-Falk},
85
+ journal={arXiv preprint arXiv: https://arxiv.org/pdf/2312.13483.pdf},
86
+ year={2023}
87
+ }
88
+ ```
89
 
90
+ ---
91
 
92
  ### Licensing Information
93
 
94
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.