qiboteam / qibo

A framework for quantum computing
https://qibo.science
Apache License 2.0
287 stars 58 forks source link

Tests failing with `cupy` #1447

Closed AlejandroSopena closed 1 week ago

AlejandroSopena commented 1 week ago

Some tests are failing with cupy because the methods calculate_eigenvectors() and calculate_eigenvalues() do not accept hermitian as input. For example, test_fidelity_and_infidelity_and_bures.py fails with the error

TypeError: CupyBackend.calculate_eigenvectors() got an unexpected keyword argument 'hermitian'