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

Use AerStatevector in unittests

Open derwind opened this issue 1 year ago • 0 comments

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.

derwind avatar Oct 14 '22 16:10 derwind