Qiskit / qiskit-aer

Aer is a high performance simulator for quantum circuits that includes noise models
https://qiskit.github.io/qiskit-aer/
Apache License 2.0
464 stars 354 forks source link

Typo in docstring for qiskit_aer #2177

Open austingmhuang opened 1 week ago

austingmhuang commented 1 week ago

Seems like the docstring for available_devices() of the AerSimulator has not been updated appropriately. Should be

def available_devices(self):
        """Return the available simulation devices."""