MichaelBroughton
MichaelBroughton
This PR adds serialization and C++ implementation support for three qubit eigen gates. A lot of this code is copy pasted from the two qubit cases with tweaks to work...
While not a breaking issue, if a user looks at tfq.layers and then lists all available modules there are two paths to any given layer at the moment: ``` tfq.layers.AddCircuit(...
On a fresh colab with an `fqe` install the notebook gives the following error: ``` --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in () 4 import numpy 5 import fqe...