I am going through the qiskit documentation of simulators. I have learned that there are many types of simulators, and the main simulator backend of the Aer provider is the AerSimulator
backend. However, in many other tutorials, statevector_simulator
and qasm_simulator
are used quite often. Can anyone explain what is the major differences of all these backends, and how to choose the most suitable one depending on different needs?