{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Tutorial 4: Contributing Measured Devices' Data to the SQuADDS Database\n", "\n", "This tutorial covers how to contribute **experimentally-validated devices** to the SQuADDS database. These devices are essential for validating simulations and expanding the SQuADDS's design capabilities.\n", "\n", "You can contribute your experimentally-verified device results to the `measured_device_database` [configuration on HuggingFace](https://huggingface.co/datasets/SQuADDS/SQuADDS_DB/viewer/measured_device_database) either via a pull request or by using the SQuADDS native API, as explained in this tutorial. \n", "\n", "---\n", "\n", "Let's start with the available devices in the database to which we plan to contribute our device results." ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "2209d6f87c7646b7af97b6dc230cfc4c", "version_major": 2, "version_minor": 0 }, "text/plain": [ "Downloading readme: 0%| | 0.00/2.75k [00:00, ?B/s]" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "bc106c9110394a59a4d522c7669e4263", "version_major": 2, "version_minor": 0 }, "text/plain": [ "Generating train split: 0 examples [00:00, ? examples/s]" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
\n", " | Name | \n", "Design Code | \n", "Paper Link | \n", "Image | \n", "Foundry | \n", "Substrate | \n", "Materials | \n", "Junction Style | \n", "Junction Materials | \n", "
---|---|---|---|---|---|---|---|---|---|
0 | \n", "WM1 | \n", "https://github.com/LFL-Lab/design_schema_WM1 | \n", "https://arxiv.org/pdf/2312.13483 | \n", "https://github.com/LFL-Lab/design_schema_WM1/b... | \n", "SQUILL | \n", "Silicon | \n", "Aluminium | \n", "Dolan | \n", "Al-AlOx-Al | \n", "
1 | \n", "“dissipator” | \n", "https://github.com/LFL-Lab/design_schema_dissi... | \n", "https://journals.aps.org/prxquantum/abstract/1... | \n", "https://github.com/LFL-Lab/design_schema_dissi... | \n", "USC Nanofab | \n", "Silicon 111 | \n", "Aluminium | \n", "Manhattan | \n", "Al-AlOx-Al | \n", "
2 | \n", "MUNNIN | \n", "https://github.com/LFL-Lab/design_schema_MUNNIN | \n", "https://journals.aps.org/prl/abstract/10.1103/... | \n", "https://github.com/LFL-Lab/design_schema_MUNNI... | \n", "SQUILL | \n", "Silicon | \n", "Aluminium | \n", "Dolan | \n", "Al-AlOx-Al | \n", "
Developed by Sadman Ahmed Shanto
\n", "This tutorial is written by Sadman Ahmed Shanto, Adhish Chakravorty and Elizabeth Kunz
\n", "© Copyright Sadman Ahmed Shanto & Eli Levenson-Falk 2023.
\n", "This code is licensed under the MIT License. You may
obtain a copy of this license in the LICENSE.txt file in the root directory
of this source tree.
Any modifications or derivative works of this code must retain this
copyright notice, and modified files need to carry a notice indicating
that they have been altered from the originals.