qiskit-aer
qiskit-aer copied to clipboard
Use AerStatevector in unittests
Summary
This PR fixes typos.
Details and comments
random_statevector
returns qiskit.quantum_info.Statevector
. So, an AerStatevector
instance must be created as the next process.
Also, the documentation has been modified since the current specification is that an AerStatevector
cannot be created directly from a Statevector
.
I would like to add that I have already discussed this modification with @hhorii.