cirq_google.api.v2.ndarrays.to_complex64_array

Populate a new or provided Complex64Array msg with given numpy array.

Supports any complex type taking <= 8 bytes. If given e.g. a c8/32-bit complex of single floats, this will recast as a 64-bit complex consisting of two 32-bit floats and serialize.

array Array to add.
out Message to add to. If None, create new message.