qiskit-aer icon indicating copy to clipboard operation
qiskit-aer copied to clipboard

Some typos in qiskit_aer.AerSimulator docs

Open 1ucian0 opened this issue 1 year ago • 1 comments

In https://qiskit.org/documentation/stubs/qiskit_aer.AerSimulator.html, there is a wild ~: Screenshot 2022-10-04 at 13 49 10

And a missing <p>: Screenshot 2022-10-04 at 13 49 36

1ucian0 avatar Oct 04 '22 11:10 1ucian0

There are also some missing options, like accept_distributed_results. Probably worth checking if all the options in all the methods are there

for i in AerSimulator().available_methods():
    print(AerSimulator(method=i).options)

1ucian0 avatar Oct 04 '22 11:10 1ucian0