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

Move quantum quantities functions to the main module #3

Closed refraction-ray closed 2 years ago

refraction-ray commented 3 years ago

Maybe create a new file under tensorcircuit as quantum? Functions are now in https://github.com/refraction-ray/tensorcircuit-dev/blob/master/tensorcircuit/applications/vags.py#L1368-L1484

Also transform these functions from tf backend to backend agnostic style with tc.backend APIs.