QuantumCTek Quantum Computing Cloud Platform¶
"Zuchongzhi" Quantum Computer User Manual¶
Three steps to put an elephant into a refrigerator:
1. Open the refrigerator door¶
2. Push the elephant into the refrigerator¶
3. Close the refrigerator door¶
Three steps to run a quantum program:
1. Write a quantum program (this step requires omitting thousands of words)¶
2. Use Python to call the SDK of the Quantum Computing Cloud Platform to submit the quantum circuit to the quantum computer.¶
3. Wait for and read back the results of the circuit execution for further analysis.¶
QuantumCTek Quantum Computing Cloud Platform, officially launched on May 31, 2023 (Zuchongzhi Quantum Computer), official website: https://quantumctek-cloud.com/
If you need to apply for permission to use the quantum computer, please click the customer service button on the main website or contact us by email at service@quantumctek-cloud.com
pip install --upgrade ezQgd -i https://pypi.tuna.tsinghua.edu.cn/simple
Due to recent adjustments in the beta testing, if you encounter errors in running existing programs or cannot submit circuits, please contact the official personnel in a timely manner or use the above command to update the SDK library.¶
Similarly, the dependencies may not be listed completely due to recent updates. Users can install according to error prompts. If the domestic source has not been synchronized, please force the installation by specifying the foreign source for update and installation using -i https://pypi.org/simple.
In the Tutorial directory provided in the cloud platform website's Jupyter Notebook environment, you can find interactive example programs. After copying them to your personal directory, you can quickly run them.