5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[量子コンピューター]Qiskit Tutorials

Last updated at Posted at 2019-10-12

基本的にはhttps://quantum-computing.ibm.com/jupyter/tutorial/1_start_here.ipynbこの記事の日本語訳となります。

IBMが開発している量子コンピュータであるIBMQのPython用のライブラリであるQiskitをチュートリアルを介して紐解いていきます。スクリーンショット 2019-10-12 17.39.23.png

##Qiskit Tutorials

このチュートリアルではQiskitの使い方を紹介します。
私たちはあなたが既にQiskitをインストールしていることを想定していますが、もしまだの場合は
http://www.qiskit.org/

インストールドキュメンテイション (https://qiskit.org/documentation/install.html)
をご覧ください。

このセクションではQiskitの特徴のアウトラインを書きます。現在ヴァージョンは0.12です。
これらのノートブックは量子コンピュータを学ぶことに焦点を当てているわけではありません。代わりに、Qiskitの使い方について説明します。そのときもし必要であれば、量子コンピュータの詳細にも迫っていきます。

Qiskitは4つの要素ーTerra, Aer, Ignis, and Aquaから構成されています。それおぞれの要素はそれぞれの目標を持っています。そしてそれらが一つになってQiskitのフレームワークが初めて完成します。

##Getting started with Qiskit

このセクションでは初めての量子回路を作り、それらを本物の量子システムおよびシュミレーターで実行し、データを見ることを学びます。

1.Getting started with Qiskit - Qiskitの使い方
https://notebooks.quantum-computing.ibm.com/user/5d23146ced6ee2007ac97eb9/notebooks/qiskit-tutorials/qiskit/fundamentals/1_getting_started_with_qiskit.ipynb

2.**Plotting data in Qiskit - Qiskitに置けるデータプロットの仕方の説明
https://notebooks.quantum-computing.ibm.com/user/5d23146ced6ee2007ac97eb9/notebooks/qiskit-tutorials/qiskit/fundamentals/2_plotting_data_in_qiskit.ipynb

3.**The IBM Q Account - IBM Q アカウントについて理解する
https://notebooks.quantum-computing.ibm.com/user/5d23146ced6ee2007ac97eb9/notebooks/qiskit-tutorials/qiskit/fundamentals/3_the_ibmq_account.ipynb

4.Circuit Properties - 量子回路についての重要な特徴
https://notebooks.quantum-computing.ibm.com/user/5d23146ced6ee2007ac97eb9/notebooks/qiskit-tutorials/qiskit/fundamentals/4_quantum_circuit_properties.ipynb

5.Using the Transpiler - Qiskitのトランスパイラーを用いて回路の最適化とマッピングを行う。
https://notebooks.quantum-computing.ibm.com/user/5d23146ced6ee2007ac97eb9/notebooks/qiskit-tutorials/qiskit/fundamentals/5_using_the_transpiler.ipynb

6.Jupyter Tools - Jupyter notebookの為のQiskitの機能
https://notebooks.quantum-computing.ibm.com/user/5d23146ced6ee2007ac97eb9/notebooks/qiskit-tutorials/qiskit/fundamentals/6_qiskit_jupyter_tools.ipynb

7.Summary of quantum operations - Qiskit Terra上にあるゲート、リセット、測定等の量子操作の一覧。
https://notebooks.quantum-computing.ibm.com/user/5d23146ced6ee2007ac97eb9/notebooks/qiskit-tutorials/qiskit/fundamentals/7_summary_of_quantum_operations.ipynb


SQL小技集
https://qiita.com/ool/items/75da830e7373138c8125
UTCとJST
https://qiita.com/ool/items/6be9cc290c8ad9e0f5bc
今流行りの量子コンピューター
[量子コンピューター]Qisikitでアダマールゲートを実装する
https://qiita.com/ool/items/1a5041edddc11b14efc0
[Qiskitのアカウント認証の仕方]Qiskit IBMQ プロバイダー
https://qiita.com/ool/items/e80c1266cda68984a103
Qiskitの使い方
https://qiita.com/ool/items/2227d2d515caa5087752
[量子コンピューター]Qiskit Tutorials
https://qiita.com/ool/items/2a5038df1471635d442c

5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?