Skip to content
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,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
This is the folder for executing the analog experiments in google devices,
This is the folder for executing analog experiments on 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/`.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
To see the example of the usage, please refer the analog experiment notebook under the `docs/tutorials/google/`.
To see the example of the usage, please refer to the analog experiment notebook in the directory `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.