CQCL / pytket-qiskit

pytket-qiskit, extensions for pytket quantum SDK
Apache License 2.0
17 stars 13 forks source link

Don't error if more than one "aer_simulator" backend is available #353

Closed cqc-alec closed 5 months ago

cqc-alec commented 5 months ago

Description

When both qiskit-aer and qiskit-aer-gpu are installed, there are two Aer backend with the name "aer_simulator".

Tested locally with and without the qiskit-aer-gpu package.

Related issues

Fixes #352 .

Checklist