quantummechanicInteractive Quantum Circuit Simulation
本项目是量子力学量子电路的交互式模拟。由切尔西沃斯创建,课程编号为6.845,2014年秋季。安装步骤如下:
- 安装必要的依赖项:
apt-get install git gcc python2.7-dev python-scipy python-pip ipython texlive imagemagick pdf2svg python-django xzdec
- 使用pip安装额外依赖:
pip install cython
pip install qutip
- 克隆项目仓库并进入目录:
git clone https://github.com/csvoss/quantummechanic.git
cd quantummechanic
- 设置本地配置文件:
echo \"SECRET_KEY='whatever'\" > quantummechanic/settings_local.py
- 完成TeX Live配置:
tlmgr init-usertree
tlmgr install standalone python
用户评论