Skip to content
Merged
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
6 changes: 5 additions & 1 deletion docs/google/devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,13 @@ Circuits with a repetitive structure can benefit from using
Using this type condenses the serialized representation of the circuit, which
may help for circuits that would otherwise run into size limitations.

### Parameterized Gates

## Specific Device Layouts
Circuits for Google devices could contain gates parameterized by Sympy
expressions, but only a subset of Sympy expression types are supported:
`sympy.Symbol`, `sympy.Add`, `sympy.Mul`, and `sympy.Pow`.

## Specific Device Layouts
The following devices are provided as part of cirq and can help you get your
circuit ready for running on hardware by verifying that you are using
appropriate qubits.
Expand Down