The beginning¶
QM Platform Overview¶
Feel free to use Closed Captions and adjust the playback speed to your comfort. ๐
Take a peek
I know it's tempting to quickly skim or not watch the entire video. But, I encourage you to view it fully. ๐
Navigating the Qubit Calibration Workbook¶
Hello QUA¶
Hardware Deployment
If you have not had the opportunity to deploy your hardware and set up the python environment please follow the steps in our OPX+ installation guide or OPX1000 installation guide before proceeding. Note that inside of each OPX unit there is also an instance of the Hardware simulator.
Cloud Simulator Deployment
To set up the Cloud Simulator access please follow the instructions in the following link.
To begin, please follow the following steps:
- You will be needing to have
pip install qm-qua qualang-tools qm-saas. You can find the qm-qua changelog in here. And this link will take you to qualang-tools github repository. Please verify that you installed the latest stable releases of qm-qua, qualang-tools, and qm-saas. - Click and download
OPXplusconfiguration.pyorOPX1000configuration.py. - To access a local OPX unit, update
qop_ipandcluster_namevalues to reflect your hardware (these variables are located in the configuration file), find more information in the network configuration page. - To access the Cloud Simulator, add new variables named
cloud_usernameandcloud_passwordin the configuration file, and set in the code belowsimulation_in_cloud = True. - Create a new python file called
hello_qua.py. - Copy and paste the code provided below.
Congratulations!
You have just run your first QUA program and made real-time amplitude modifications in it!
The outcome figure (below) shows to you the pulse sequence created by the hello_QUA program. You will learn in later modules that this is the simulator outcome, and the details behind the QUA program itself.
Coming Up¶
You've successfully viewed the entire video and run your first hello_QUA programโ but this is just the beginning. In the upcoming module, you'll delve into the core principles of the QM platform, empowering you to confidently design and execute your own experiments in the future.
Welcome to the Qubit Calibration Journey!
