{ "cells": [ { "cell_type": "markdown", "id": "491a94e5", "metadata": {}, "source": [ "# Tutorial 3: Running Parameter Sweeps in simpleLOMs\n", "\n", "This tutorial teaches you how to use `sweeps.py` to explore how your CPW resonator's Hamiltonian parameters respond to changes in device geometry and circuit design.\n", "\n", "By the end you will know how to:\n", "- Define a device using `SweepConfig`\n", "- Sweep any device parameter and get results as a tidy table\n", "- Use the three convenience functions for the most common sweep types\n", "- Choose which model (CPW, Foster, Analytical) to use for a given sweep\n", "- Understand when a model needs to refit vs when it can reuse cached L/C values\n", "- Produce the avoided crossing diagram\n" ] }, { "cell_type": "markdown", "id": "1ba63d08", "metadata": {}, "source": [ "---\n", "This tutorial is not yet public. Please check back soon!" ] } ], "metadata": { "language_info": { "name": "python" } }, "nbformat": 4, "nbformat_minor": 5 }