cirq_rigetti.quil_input.get_defined_gates

THIS FUNCTION IS DEPRECATED.

IT WILL BE REMOVED IN cirq v1.6.

Cirq-Rigetti is deprecated. For more details or to provide feedback see https://github.com/quantumlib/Cirq/issues/7058

Get the gate definitions for the program. Will include the default SUPPORTED_GATES, in addition to any gates defined in the Quil

Args:
    program: A pyquil program which may contain some DefGates.

Returns:
    A dictionary mapping quil gate names to Cirq Gates
    A dictionary mapping quil gate names to callable parameter transformers