Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Analog Experiments

This is the folder for executing the analog experiments in google devices,
including the analog frequency trajectory and the corresponding AnalogDetune[Qubit|Coupler]Gate
circuit builder.
To see the example of the usage, please refer the analog experiment notebook under the `docs/tutorials/google/`.
1 change: 1 addition & 0 deletions dev_tools/notebooks/isolated_notebook_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
# temporary: need to fix QVM metrics and device spec
'docs/tutorials/google/spin_echoes.ipynb',
'docs/tutorials/google/visualizing_calibration_metrics.ipynb',
'docs/tutorials/google/Analog_Experiment_Tutorial_through_Example.ipynb',
]
SKIP_NOTEBOOKS += [
# notebooks that import the examples module which is not installed with cirq
Expand Down
1 change: 1 addition & 0 deletions dev_tools/notebooks/notebook_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
# temporary: need to fix QVM metrics and device spec
'docs/tutorials/google/spin_echoes.ipynb',
'docs/tutorials/google/visualizing_calibration_metrics.ipynb',
'docs/tutorials/google/Analog_Experiment_Tutorial_through_Example.ipynb',
]


Expand Down

Large diffs are not rendered by default.