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

Add MPS-based circuit #4

Closed SUSYUSTC closed 2 years ago

SUSYUSTC commented 2 years ago

The code should be backend-general, but only the numpy backend is tested.

refraction-ray commented 2 years ago

The MPS implementation seems good in general. I believe some minor changes are needed as I commented above. Specifically, we need further test these new functionalities on tensorflow and jax backend, especially with the interplay between them and jit or grad. And the PR should pass all tests in ./check_all.sh