cirq.state_vector_kronecker_product

Merges two state vectors into a single unified state vector.

The resulting vector's shape will be t1.shape + t2.shape.

t1 The first state vector.
t2 The second state vector.

A new state vector representing the unified state.