We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dafac3 commit 947e1ffCopy full SHA for 947e1ff
cirq/transformers/target_gatesets/compilation_target_gateset.py
@@ -76,7 +76,7 @@ def transformer_with_kwargs(
76
class CompilationTargetGateset(ops.Gateset, metaclass=abc.ABCMeta):
77
"""Abstract base class to create gatesets that can be used as targets for compilation.
78
79
- An instance of this type can be passed to transformers like `cirq.convert_to_target_gateset`,
+ An instance of this type can be passed to transformers like `cirq.optimize_for_target_gateset`,
80
which can transform any given circuit to contain gates accepted by this gateset.
81
"""
82
0 commit comments