# qcodes_study **Repository Path**: alpha-bootes/qcodes_study ## Basic Information - **Project Name**: qcodes_study - **Description**: QCoDeS研究学习 - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-25 - **Last Updated**: 2022-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # qcodes_study ## 介绍 QCoDeS研究学习 ## 开发环境 ```shell conda create -n qcodes python=3.9 conda activate qcodes pip install qcodes numpy pandas ipykernel python -m ipykernel install --user --name=qcodes conda deactivate ```