refraction-ray / tensorcircuit-dev

dev repo for tensorcircuit, dont follow beta branch as upstream since its history can be changed
Apache License 2.0
1 stars 0 forks source link

Fix cirq breaking change API #2

Closed refraction-ray closed 2 years ago

refraction-ray commented 2 years ago

The new version of tfq requires newer version of cirq, which has some API breaking change (typical google open source style...), especially in scripts in /examples. We should fix these changes so that GitHub workflow works as expected. The main problem seems to be in https://github.com/refraction-ray/tensorcircuit-dev/blob/master/tensorcircuit/applications/vags.py where cirq APIs are used.

refraction-ray commented 2 years ago

We have made the codebase cirq free.