qiskit-community / qiskit-ionq

Qiskit provider for IonQ backends
https://qiskit-community.github.io/qiskit-ionq/
Apache License 2.0
41 stars 22 forks source link

allow shorthand names for ionq backends #158

Closed splch closed 6 months ago

splch commented 6 months ago

Summary

when using the IonQProvider, allow for short names / qpu names

Details and comments

enables this:

provider = IonQProvider()
backend = provider.get_backend("simulator")
# or
backend = provider.get_backend("qpu.aria-1")