1. 首页
  2. 考试认证
  3. 其它
  4. quantummechanicInteractive Quantum Circuit Simulation

quantummechanicInteractive Quantum Circuit Simulation

上传者: 2024-11-05 08:56:58上传 ZIP文件 22.87KB 热度 2次

本项目是量子力学量子电路的交互式模拟。由切尔西沃斯创建,课程编号为6.845,2014年秋季。安装步骤如下:

  1. 安装必要的依赖项:

apt-get install git gcc python2.7-dev python-scipy python-pip ipython texlive imagemagick pdf2svg python-django xzdec

  1. 使用pip安装额外依赖:

pip install cython

pip install qutip

  1. 克隆项目仓库并进入目录:

git clone https://github.com/csvoss/quantummechanic.git

cd quantummechanic

  1. 设置本地配置文件:

echo \"SECRET_KEY='whatever'\" > quantummechanic/settings_local.py

  1. 完成TeX Live配置:

tlmgr init-usertree

tlmgr install standalone python

用户评论