cirq_google.ops.WILLOW
The Willow gate is a two-qubit gate equivalent to FSimGate(π/2, π/9).
View aliases
Main aliases
`cirq_google.WILLOW`, `cirq_google.ops.willow_gate.WILLOW`
cirq_google.ops.WILLOW(
*qubits, **kwargs
)
The unitary of this gate is simulated as:
[[1, 0, 0, 0],
[0, 0, -1j, 0],
[0, -1j, 0, 0],
[0, 0, 0, exp(- 1j * π/9)]]
This gate can be performed on the Google's Willow chip. Note that
this gate will be transformed to a "ISWAP-like" gate on hardware
and that the C-phase value (phi) may change from processor to
processor. The specified value is provided only for simulation
purposes.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-23 UTC."],[],[]]