AIDE-QC

Advanced Integrated Development Environment for Quantum Computing

Remote QPU Credentials

qcor provides a set of command line arguments that make it simple to set your remote QPU API credentials.

IBM API Credentials ΒΆ

To execute quantum kernels on the remote IBM backends, run the following

qcor -set-credentials ibm -key YOURKEY -hub YOURHUB -group YOURGROUP -project YOURPROJECT

where YOURKEY, YOURHUB, YOURGROUP, and YOURPROJECT are provided by your account with the IBM Quantum ecosystem.

To view your currently set API credentials

qcor -print-credentials ibm

To update any aspect of your credentials (could do this for project, group, key, hub)

qcor -update-credentials ibm -project OTHERPROJECT