cirq.contrib.acquaintance.complete_acquaintance_strategy

Returns an acquaintance strategy with can handle the given number of qubits.

qubit_order The qubits on which the strategy should be defined.
acquaintance_size The maximum number of qubits to be acted on by an operation.
swap_gate The gate used to swap logical indices.

A circuit capable of implementing any set of k-local operations.

ValueError If acquaintance_size is negative.