Skip to content

Commit

Permalink
Update T5_fault_tolerant_build_blocks_solved.ipynb
Browse files Browse the repository at this point in the history
fix deps
  • Loading branch information
ValentinS4t1qbit authored Jan 25, 2024
1 parent 7321087 commit 67a64ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hands_on/T5_fault_tolerant_build_blocks_solved.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"try:\n",
" import tangelo\n",
"except ModuleNotFoundError:\n",
" !pip install git+https://github.com/goodchemistryco/Tangelo.git@develop --quiet"
" !pip install git+https://github.com/goodchemistryco/Tangelo.git@develop --quiet\n",
" !pip install pyscf --quiet"
]
},
{
Expand Down

0 comments on commit 67a64ed

Please sign in to comment.