Skip to main content

All Questions

1 vote
1 answer
133 views

Run a circuit on "simulator_statevector" of the IBM Quantum Platforms

I would like to obtain the statevector of a QuantumCircuit using the simulator_statevector (and Qiskit) of the IBM Quantum ...
stopper's user avatar
  • 493
1 vote
0 answers
28 views

How do I change the x and y axis on the results histogram for a ibmq_qasm.simulation resulting histogram?

Im following a textbook and when they ran the same circuit with the ibmq_qasm_simulator, their results histogram had computational basis state on the x axis and probability on the y axis, however my ...
user23501's user avatar
4 votes
1 answer
217 views

Difference between IBM simulator backends

I'm an Msc student working on a quantum information project (VQEs on 4 qubits). Our group is looking at different IBM simulators on the IBM platform, and have noticed that performance is different for ...
Vinxxc's user avatar
  • 41
5 votes
1 answer
3k views

Difference between Aer.get_backend('aer_simulator') and AerSimulator()

In Qiskit, there are several ways to choose simulator: one is from qiskit import Aer backend = Aer.get_backend('aer_simulator') result = backend.run(circ).result() ...
sotowa's user avatar
  • 131
2 votes
1 answer
115 views

Can we simulate quantum many-body systems with IBMQ Experience?

Consider physical systems such as electrons in metals, or Bose-Einstein condensates, or any crystal, which are realised in the real three-dimensional space. If we want to simulate these systems on a ...
HKA's user avatar
  • 41