Main Content

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

ゲートベースの量子計算

ゲートベースの量子計算アルゴリズム
R2023a 以降

量子ゲートおよび回路を作成し、ローカル コンピューターで回路をシミュレーションし、Amazon® Web Services (AWS®) または IBM® Qiskit® Runtime Services を使用してリモート ハードウェアで回路を実行します。

クラス

すべて展開する

quantumCircuit量子計算回路
quantum.gate.SimpleGateSimple gate for quantum computing
quantum.gate.CompositeGateComposite gate for quantum computing
quantum.gate.QuantumStateState of qubits in quantum circuit
quantum.gate.QuantumMeasurementMeasurement result of quantum circuit
quantum.backend.QuantumDeviceAWSQuantum device available through AWS
quantum.backend.QuantumTaskAWSTask sent to AWS for execution on quantum device
quantum.backend.QuantumDeviceIBMQuantum device available through IBM (R2023b 以降)
quantum.backend.QuantumTaskIBMTask sent to IBM for execution on quantum device (R2023b 以降)

プロパティ

QuantumCircuitChart PropertiesQuantum circuit plot appearance and behavior (R2023b 以降)

関数

すべて展開する

1 つのターゲット量子ビットでのゲート

hGateHadamard gate
idGateIdentity gate
xGatePauli X gate
yGatePauli Y gate
zGatePauli Z gate

回転ゲート

rxGatex-axis rotation gate
ryGatey-axis rotation gate
rzGatez-axis rotation gate
r1Gatez-axis rotation gate with global phase
sGateS gate
siGateInverse S gate
tGateT gate
tiGateInverse T gate

1 つのコントロール量子ビットと 1 つのターゲット量子ビットをもつゲート

chGateControlled Hadamard gate
cnotGateCNOT gate (controlled X gate)
cxGateControlled X gate (CNOT gate)
cyGateControlled Y gate
czGateControlled Z gate

2 つの量子ビットの状態を入れ替えるゲート

swapGateSwap gate

制御された回転ゲート

crxGateControlled x-axis rotation gate
cryGateControlled y-axis rotation gate
crzGateControlled z-axis rotation gate
cr1GateControlled z-axis rotation gate with global phase

制御された制御 X ゲート

ccxGateControlled controlled X gate (CCNOT or Toffoli gate)

イジング カップリング ゲート

rxxGateIsing XX coupling gate
ryyGateIsing YY coupling gate
rzzGateIsing ZZ coupling gate

複合ゲートおよび特殊ゲート

compositeGateConstruct composite gate for quantum computing
qftGateQuantum Fourier transform gate
initGateInitialization gate with specified qubit states (R2023b 以降)
unitaryGateUnitary matrix gate (R2023b 以降)
mcxGateMulti-controlled X gate

一様に制御された回転ゲート

ucrxGateUniformly controlled x-axis rotation gate (R2023b 以降)
ucryGateUniformly controlled y-axis rotation gate (R2023b 以降)
ucrzGateUniformly controlled z-axis rotation gate (R2023b 以降)

トピック

基本とワークフロー

注目の例