2023年1月17日 星期二

Python 量子運算(C):安裝元件

Python 量子運算(C):安裝元件

2023/01/17

-----


https://pixabay.com/zh/photos/censorship-limitations-610101/

-----

代碼一


1
2
!pip install qiskit
!pip install qiskit[visualization]

解說:

安裝 Qiskit [1]。參考 [5]。

-----

代碼二


1
2
3
!pip install pycodestyle pycodestyle_magic
!pip install flake8
%load_ext pycodestyle_magic

解說:

維持良好的 coding style [2]。參考 [5]。

-----

代碼三


1
2
3
from google.colab import drive
drive.mount('/content/drive/')
!ls '/content/drive/My Drive/'


解說:

使用 Google drive [3]。參考 [6]。

-----

代碼四


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
!sudo apt-get update
!sudo apt-get install texlive-latex-recommended 
!sudo apt-get install dvipng texlive-latex-extra texlive-fonts-recommended  
!wget http://mirrors.ctan.org/macros/latex/contrib/type1cm.zip 
!unzip type1cm.zip -d /tmp/type1cm 
!cd /tmp/type1cm/type1cm/ && sudo latex type1cm.ins
!sudo mkdir /usr/share/texmf/tex/latex/type1cm 
!sudo cp /tmp/type1cm/type1cm/type1cm.sty /usr/share/texmf/tex/latex/type1cm 
!sudo texhash 
!apt install cm-super


解說:

在 Colab 上 使用 LaTex [4]。參考 [7]。

-----

References


# Qiskit

[1] 輕鬆學量子程式設計

https://staff.csie.ncu.edu.tw/jrjiang/qbook/


# Colab Pylint

[2] Is there a python style checker that works on notebooks in google colab? - Stack Overflow

https://stackoverflow.com/questions/62154714/is-there-a-python-style-checker-that-works-on-notebooks-in-google-colab


# Colab

[3] 玩具烏托邦: 貴哥的 colab 初學筆記

https://newtoypia.blogspot.com/2019/07/colab.html


# Colab LaTex

[4] (29) Make Latex Work with Matplotlib on Google Colab - YouTube

https://www.youtube.com/watch?v=yySQ-6mh8yo


[5] Python 量子運算(一):量子電路

http://mandhistory.blogspot.com/2022/11/blog-post_16.html


[6] Python 量子運算(二):量子位元符號

https://mandhistory.blogspot.com/2022/11/blog-post_3.html


[7] Python 量子運算(三):量子位元基底

https://mandhistory.blogspot.com/2022/11/blog-post_22.html

-----

Python 量子運算(目錄)

https://mandhistory.blogspot.com/2022/01/quantum-computing.html

-----

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。