提交 a08df5ab 编写于 作者: Q Quleaf

update dependencies

上级 4088bcbf
......@@ -70,8 +70,8 @@ python -m pip install --upgrade -r requirements.txt
Once the user confirms the above OS constraint, OpenFermion can be installed with the following command. These packages are used for quantum chemistry calculations and could be potentially used in the VQE tutorial.
```bash
pip install openfermion
pip install openfermionpyscf
pip install openfermion==0.11.0
pip install openfermionpyscf==0.4
```
### Run programs
......
......@@ -70,8 +70,8 @@ python -m pip install --upgrade -r requirements.txt
VQE中调用 openfermion 读取分子 xyz 文件并计算,因此需要安装 openfermion 和 openfermionpyscf。
```bash
pip install openfermion
pip install openfermionpyscf
pip install openfermion==0.11.0
pip install openfermionpyscf==0.4
```
### 运行
......
......@@ -182,7 +182,7 @@
},
"outputs": [],
"source": [
"!pip install openfermion\n",
"!pip install openfermion==0.11.0\n",
"clear_output()"
]
},
......@@ -197,7 +197,7 @@
},
"outputs": [],
"source": [
"!pip install openfermionpyscf\n",
"!pip install openfermionpyscf==0.4\n",
"clear_output()"
]
},
......@@ -1938,7 +1938,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.10"
"version": "3.8.3"
},
"toc": {
"base_numbering": 1,
......
......@@ -173,7 +173,7 @@
},
"outputs": [],
"source": [
"!pip install openfermion\n",
"!pip install openfermion==0.11.0\n",
"clear_output()"
]
},
......@@ -188,7 +188,7 @@
},
"outputs": [],
"source": [
"!pip install openfermionpyscf\n",
"!pip install openfermionpyscf==0.4\n",
"clear_output()"
]
},
......@@ -1868,7 +1868,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.10"
"version": "3.8.3"
},
"toc": {
"base_numbering": 1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册