Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/notebooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ currents, and substrate modes that analytical models may miss
interdigital capacitor in Ansys HFSS.
- :doc:`notebooks/optimize_capacitor_optuna` — Couples Optuna optimization with the
Palace FEM solver to optimize an interdigital capacitor towards a target capacitance.
- :doc:`notebooks/palace_eigenmode_qubit_resonator` — Eigenmode simulation of a
double-pad transmon qubit coupled to a quarter-wave readout resonator using `gsim
<https://gdsfactory.github.io/gsim/>`_ and Palace, including comparison with
semi-analytical frequency estimates and an Optuna optimization loop.
Comment on lines +121 to +124
Copy link

Copilot AI Mar 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding this notebook to the docs list will cause it to be executed during the Sphinx build (myst-nb is configured with execution enabled). As written, the notebook requires gsim (not currently in the repo lockfile) and a local Palace installation, so documentation builds will fail unless the notebook is excluded from execution (e.g., via nb_execution_excludepatterns) or solver-dependent cells are made non-executing in docs.

Suggested change
- :doc:`notebooks/palace_eigenmode_qubit_resonator` — Eigenmode simulation of a
double-pad transmon qubit coupled to a quarter-wave readout resonator using `gsim
<https://gdsfactory.github.io/gsim/>`_ and Palace, including comparison with
semi-analytical frequency estimates and an Optuna optimization loop.
- ``notebooks/palace_eigenmode_qubit_resonator.ipynb`` — Eigenmode simulation of a
double-pad transmon qubit coupled to a quarter-wave readout resonator using `gsim
<https://gdsfactory.github.io/gsim/>`_ and Palace, including comparison with
semi-analytical frequency estimates and an Optuna optimization loop. This notebook
requires external solver installations and is not executed as part of the documentation
build.

Copilot uses AI. Check for mistakes.

For additional electromagnetic simulation examples using **Palace** and **Meep** with
gdsfactory and gdsfactory+, see the `gsim documentation
Expand Down Expand Up @@ -217,6 +221,9 @@ gate fidelities, leakage to non-computational states, and the impact of decohere
- - :doc:`notebooks/optimize_capacitor_optuna`
- FEM optimization
- Optuna, Palace
- - :doc:`notebooks/palace_eigenmode_qubit_resonator`
- FEM electromagnetics
- gsim, Palace, Optuna
- - :doc:`notebooks/scqubits_parameter_calculation`
- Hamiltonian analysis
- scQubits
Expand Down
Loading
Loading