Module: tfq.util
Stay organized with collections
Save and categorize content based on your preferences.
A collection of helper functions which are useful in places in TFQ.
Functions
exponential(...)
: Return a Cirq circuit with exponential operator forms.
gate_approx_eq(...)
: Compares gates in the allowed TFQ gate set.
get_circuit_symbols(...)
: Returns a list of the sympy.Symbols that are present in circuit
.
get_supported_channels(...)
: A helper to get the channels that are supported in TFQ.
get_supported_gates(...)
: A helper to get gates supported by TFQ.
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,["# Module: tfq.util\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) |\n\nA collection of helper functions which are useful in places in TFQ.\n\nFunctions\n---------\n\n[`exponential(...)`](../tfq/util/exponential): Return a Cirq circuit with exponential operator forms.\n\n[`gate_approx_eq(...)`](../tfq/util/gate_approx_eq): Compares gates in the allowed TFQ gate set.\n\n[`get_circuit_symbols(...)`](../tfq/util/get_circuit_symbols): Returns a list of the sympy.Symbols that are present in `circuit`.\n\n[`get_supported_channels(...)`](../tfq/util/get_supported_channels): A helper to get the channels that are supported in TFQ.\n\n[`get_supported_gates(...)`](../tfq/util/get_supported_gates): A helper to get gates supported by TFQ."]]