bsc-quantic / Tenet.jl

Composable Tensor Network library in Julia
https://bsc-quantic.github.io/Tenet.jl/
Apache License 2.0
17 stars 1 forks source link

Testing `contract` on complex numbers fails #38

Closed mofeing closed 1 year ago

mofeing commented 1 year ago

When running ChainRulesTestUtils.test_frule and ChainRulesTestUtils.test_rrule on the product of complex numbers by using the contract function, the result is not the expected one. Usually the actual result is the negative or the conjugate of the result.

Currently, testing on complex numbers product is disabled but we should strife to find a solution.

mofeing commented 1 year ago

Triggering TagBot for merged registry pull request: https://github.com/bsc-quantic/Registry/pull/32

mofeing commented 10 months ago

Triggering TagBot for merged registry pull request: https://github.com/bsc-quantic/Registry/pull/81