Run on IBM Quantum ================== To submit job to IBM Quantum hardware directly from VS Code you need to perform few steps: 1. Register on https://quantum.ibm.com/ and get your IBM-Q token 2. Create your computing instance and got your IBM-Q instance ID. 2. Login with google account on https://quantum.quantag-it.com/ to get your quantag_user_id 3. Create config.json file in workplace folder. .. code-block:: JSON { "token": "", "backend": "ibm_backend_name", "user_id": "", "instance": "" } Where backend is name of IBM backend, like "ibm_torino" user_id taken from https://quantum.quantag-it.com/profile instance - name of yout IBMQ computing instances 4. Open command palette and choose "Quantag Studio: Run on IBM Quantum" .. image:: images/doc_ibm1.png :alt: Screenshot 2 :width: 100% :align: center 5. Check job status and download results on https://quantum.quantag-it.com/profile