Quantum_Computing Commands to setup your unique IBM QC account: import qiskit from qiskit import IBMQ IBMQ.save_account('Here you are supposed to enter your unique token number generated by registeration on the IBM QC website') IBMQ.load_account() Your account would be now setup and you are all set to go for Quantum Computing This folder contains my practice notebooks while trying to learn Quantum Computing