elizabethkunz commited on
Commit
4d3bb68
1 Parent(s): 486126e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -3
README.md CHANGED
@@ -1,3 +1,65 @@
1
- ---
2
- license: unknown
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ configs:
4
+ - config_name: qubit-TransmonCross-cap_matrix
5
+ data_files:
6
+ - split: train
7
+ path: "qubit-TransmonCross-cap_matrix.json"
8
+ - config_name: cavity_claw-RouteMeander-eigenmode
9
+ data_files:
10
+ - split: train
11
+ path: "cavity_claw-RouteMeander-eigenmode.json"
12
+ - config_name: coupler-NCap-cap_matrix
13
+ data_files:
14
+ - split: train
15
+ path: "coupler-NCap-cap_matrix.json"
16
+ - config_name: coupler-CapNInterdigitalTee-cap_matrix
17
+ data_files:
18
+ - split: train
19
+ path: "coupler-CapNInterdigitalTee-cap_matrix.json"
20
+ tags:
21
+ - quantum
22
+ - superconducting
23
+ - qiskit-metal
24
+ - qiskit
25
+ - ibm
26
+ - qubit
27
+ - transmon
28
+ - design
29
+ - device
30
+ - quantum-computing
31
+ - quantum-hardware
32
+ pretty_name: SQuADDS_DB
33
+ size_categories:
34
+ - 1K<n<10K
35
+ ---
36
+
37
+ <center>
38
+ <img src="https://github.com/LFL-Lab/SQuADDS/blob/master/docs/_static/images/squadds_logo_dark_name.png?raw=true" width="80%" alt="SQuADDS Logo" /> <!-- This will stretch the logo to the full container width -->
39
+ </center>
40
+
41
+ # SQuADDS_DB - a Superconducting Qubit And Device Design and Simulation Database
42
+
43
+ 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.
44
+
45
+ - **Homepage:** [https://lfl-lab.github.io/SQuADDS/](https://lfl-lab.github.io/SQuADDS/)
46
+ - **Repository:** [https://github.com/lfl-lab/SQuADDS](https://github.com/lfl-lab/SQuADDS)
47
+ - **Paper:** [https://arxiv.org/pdf/2312.13483.pdf](https://arxiv.org/pdf/2312.13483.pdf)
48
+ - **Point of Contact:** [Sadman Ahmed Shanto](mailto:[email protected])
49
+
50
+ If you use SQuADDS in your research, please cite the following paper:
51
+
52
+ ```bibtex
53
+ @article{SQuADDS,
54
+ title={SQuADDS: A validated design database and simulation workflow for superconducting qubit design},
55
+ author={Sadman Ahmed Shanto, Andre Kuo, Clark Miyamoto, Haimeng Zhang, Vivek Maurya, Evangelos Vlachos, Malida Hecht, Chung Wa Shum and Eli Levenson-Falk},
56
+ journal={arXiv preprint arXiv: https://arxiv.org/pdf/2312.13483.pdf},
57
+ year={2023}
58
+ }
59
+ ```
60
+
61
+ ---
62
+
63
+ ### Licensing Information
64
+
65
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.