tfq.util.get_supported_gates
Stay organized with collections
Save and categorize content based on your preferences.
A helper to get gates supported by TFQ.
tfq.util.get_supported_gates()
Returns a dictionary mapping from supported gate types
to the number of qubits each gate operates on.
Any of these gates used in conjuction with the
controlled_by
function for multi-qubit control are also
supported.
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 2024-05-17 UTC.
[null,null,["Last updated 2024-05-17 UTC."],[],[],null,["# tfq.util.get_supported_gates\n\n\u003cbr /\u003e\n\n|----------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/quantum/blob/v0.7.3/tensorflow_quantum/python/util.py#L43-L71) |\n\nA helper to get gates supported by TFQ. \n\n tfq.util.get_supported_gates()\n\nReturns a dictionary mapping from supported gate types\nto the number of qubits each gate operates on.\n\nAny of these gates used in conjuction with the\n`controlled_by` function for multi-qubit control are also\nsupported."]]