TensorFlow Quantum 0.3
          ·
          
            576 commits
          
          to master
          since this release
        
        
        
Features / Improvements
- tfq.layers.UnitaryKeras layer added.
- tfq.calculate_unitaryop added.
- support for cirq.Iin all graph operations.
- Performance improvements for tfq.layers.SampledExpectation.
- Added sampled_expectationC++ op.
- Upgraded Cirq from 0.7 to 0.8 (Possibly breaking)
Bug Fixes
- removed (hopefully) all incorrect autographer warnings.
- Fixed issues with op parallelization on Windows.
- Fixed @tf.function performance issues for certain layer configurations of tfq.layers.State.
- Fixed precision issue when simulating > 10 qubits with certain layouts.