cirq.Concat

Concatenates multiple to a new sweep.

Inherits From: Sweep

All sweeps must share the same descriptors.

If one sweep assigns 'a' to the values 0, 1, 2, and another sweep assigns 'a' to the values 3, 4, 5, the concatenation produces a sweep assigning 'a' to the values 0, 1, 2, 3, 4, 5 in sequence.

keys The keys for the all of the sympy.Symbols that are resolved.

Methods

param_tuples

View source

An iterator over (key, value) pairs assigning Symbol key to value.

__add__

View source

__eq__

View source

Return self==value.

__getitem__

View source

__iter__

View source

__len__

View source

__mul__

View source

__ne__

View source

Return self!=value.