Qiskit Runtime のプラン¶
Qiskit Runtimeサービスは、以下のような量子プログラムの実行プランを提供します。
ライト・プラン: シミュレーターにアクセスするプラン(無料)
スタンダード・プラン: 量子ハードウェアとシミュレーターにアクセスするプラン
ライト・プラン¶
Qiskit Runtime を使い始めるための量子シミュレーターへのアクセスを提供する無料プランです。IBM Quantum システムへのアクセスは含まれていません。このプランには、以下のシミュレーターが含まれています。
ibmq_qasm_simulator
:量子回路の理想的なシミュレーションとノイズモデリングを行うための汎用シミュレーターです。入力された回路とパラメーターに基づいて、シミュレーション方法が自動的に選択されます。タイプ: 一般、コンテキストアウェア
シミュレート可能な量子ビット数: 32
simulator_statevector
:量子ビットの状態ベクトルの波動関数をゲートや命令の適用に応じて計算することにより、量子回路をシミュレートします。一般的なノイズのモデリングをサポートします。タイプ: シュレディンガーの波動関数
シミュレート可能な量子ビット数: 32
simulator_mps
:テンソルネットワークのシミュレーターで、行列積状態 (Matrix Product State, MPS) 表現を使用します。simulator_stabilizer
: Clifford回路を効率的にシミュレートするシミュレーター。ノイズ演算子もCliffordゲートであれば、ノイズの多い展開もシミュレートできる。** タイプ **: クリフォード
シミュレート可能な量子ビット数: 5000
simulator_extended_stabilizer
:量子回路の動作をランク付けされたスタビライザー分解を用いることで近似します。非クリフォードゲートの数により、安定化項の数が決定されます。
標準プラン¶
IBM Quantum システムにアクセスするための従量課金プランです。 Liteプランで利用可能なすべてのシミュレーターへのアクセスを維持しながら、自分のプログラムを構築し、実際の量子ハードウェア上で動作させることで、Qiskit Runtimeのすべての利点にアクセスできます。
価格設定の概要¶
The Lite plan is free. The Standard plan charges you per runtime second when running on physical systems. The following diagram illustrates what is included in a runtime second. For this service, one runtime second includes quantum compute time as well as classical near-time pre- and post-processing time. Any time spent waiting for results or in the queue for the quantum computer are excluded from the classical processing time.

図 6 Runtime秒の会計処理¶
The quantum and near-time classical compute times are grouped to deliver the best performance of quantum programs. The runtime environment uses near-time classical compute to host in-term hardware-dependent tasks like session management, circuit optimization, and (when supported) error mitigation to optimize the execution of quantum programs.
次のステップ¶
コストを決定し最小化する方法は コストの管理 を参照してください。