You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation is not clear on the difference between allocate_qubits and create_qubits.
The documentation for allocate_qubits: "Requests the backend to reserve some qubits."
The documentation for create_qubits: "Creates (i.e. allocates) multiple qubits, and returns a list with qubit objects." which seems to imply that it is the same as allocate_qubits.