Skip to content

Commit

Permalink
docs: updated tut1 to remove fabublox
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto268 committed Aug 19, 2024
1 parent 1cf33bd commit 0fb2f81
Show file tree
Hide file tree
Showing 9 changed files with 45,048 additions and 44,975 deletions.
4 changes: 2 additions & 2 deletions squadds/components/coupled_systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,15 @@ def make_wirebond_pads(self):
print(self.coupler.options)
options = Dict(
orientation = -90,
pos_y = (float)(self.coupler.options.pos_y[:-2]) + 0.75,
pos_y = (float)(self.coupler.options.pos_y[:-2]) + 2.75,
trace_width = p.cavity_claw_options.cpw_opts.left_options.trace_width,
trace_gap = p.cavity_claw_options.cpw_opts.left_options.trace_gap
)
wb1 = LaunchpadWirebond(self.design, 'wb_top', options=options)

options = Dict(
orientation = 90,
pos_y = (float)(self.coupler.options.pos_y[:-2]) - 0.75,
pos_y = (float)(self.coupler.options.pos_y[:-2]) - 2.75,
trace_width = p.cavity_claw_options.cpw_opts.left_options.trace_width,
trace_gap = p.cavity_claw_options.cpw_opts.left_options.trace_gap
)
Expand Down
2 changes: 1 addition & 1 deletion squadds/core/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def get_measured_devices(self):
"Paper Link": paper_link,
"Image": image,
"Foundry": foundry,
"Fabrication Recipe": recipe
# "Fabrication Recipe": recipe
}
all_devices_info.append(device_info)

Expand Down
90,007 changes: 45,043 additions & 44,964 deletions tutorials/Tutorial-1_Getting_Started_with_SQuADDS.ipynb

Large diffs are not rendered by default.

10 changes: 2 additions & 8 deletions tutorials/Tutorial-3p5_Creating_a_new_dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@
"2. **Design**:\n",
" - Add **IPython notebooks** or **Python files** related to the design of your device.\n",
"\n",
"3. **Fabrication**:\n",
" - Upload the **`.docx`** and **`.pptx`** files generated by [Fabublox](https://www.fabublox.com/) for the device fabrication process as `pdf`s. (Optional)\n",
"\n",
"4. **Simulations**:\n",
"3. **Simulations**:\n",
" - Include any **code** related to the simulations of your device, either as a **Jupyter notebook** or a **Python file**. (Optional)\n",
"\n",
"\n",
Expand Down Expand Up @@ -188,10 +185,7 @@
"7. **`foundry`**:\n",
" - The name of the foundry that fabricated the device.\n",
"\n",
"8. **`fabrication_recipe`**:\n",
" - Link to the fabrication recipe on Fabublox.\n",
"\n",
"9. **`notes`** (Optional):\n",
"8. **`notes`** (Optional):\n",
" - Any additional notes about the device.\n",
"\n",
"---\n",
Expand Down
Binary file modified tutorials/qubit_cavity.gds
Binary file not shown.
Binary file modified tutorials/qubit_half_wave_cavity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/qubit_half_wave_cavity750.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/qubit_only.png.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/qubit_only.png750.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0fb2f81

Please sign in to comment.