Main Content

Informatique quantique à base de portes

Algorithmes basés sur des portes quantiques
Depuis R2023a

Créez des portes et des circuits quantiques, simulez des circuits sur votre machine locale et exécutez des circuits sur du hardware distant avec Amazon® Web Services (AWS®) ou IBM® Qiskit® Runtime Services.

Classes

développer tout

quantumCircuitQuantum computing circuit
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 (depuis R2023b)
quantum.backend.QuantumTaskIBMTask sent to IBM for execution on quantum device (depuis R2023b)

Propriétés

QuantumCircuitChart PropertiesQuantum circuit plot appearance and behavior (depuis R2023b)

Fonctions

développer tout

Portes à un seul qubit cible

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

Portes de rotation

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

Portes avec un qubit de contrôle et un qubit cible

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

Portes qui intervertissent les états de deux qubits

swapGateSwap gate

Portes de rotation contrôlées

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

Porte X à double contrôle

ccxGateControlled controlled X gate (CCNOT or Toffoli gate)

Portes de couplage d’Ising

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

Portes composites et spécialisées

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

Portes de rotation uniformément contrôlées

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

Rubriques

Fondamentaux et workflows