Main Content

Gatterbasierte Quantenberechnungen

Gatterbasierte Algorithmen für die Quantenberechnung
Seit R2023a

Sie können Quantengatter und -Schaltkreise erstellen, Schaltungen auf Ihrem lokalen Computer simulieren und Schaltungen über Amazon® Web Services (AWS®) auf Remote-Hardware oder IBM® Qiskit® Runtime Services ausführen.

Klassen

alle erweitern

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

Eigenschaften

QuantumCircuitChart PropertiesQuantum circuit plot appearance and behavior (Seit R2023b)

Funktionen

alle erweitern

Gatter auf einem Ziel-Qubit

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

Rotationsgatter

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

Gatter mit einem Kontroll- und einem Ziel-Qubit

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

Gatter, das den Zustand zweier Qubits tauscht

swapGateSwap gate

Kontrollierte Rotationsgatter

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

Toffoli-Gatter (CCNOT-Gatter)

ccxGateControlled controlled X gate (CCNOT or Toffoli gate)

Ising-Kopplungsgatter

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

Verbund- und Sondergatter

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

Einheitlich gesteuerte Rotationsgatter

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

Themen

Grundlagen und Arbeitsabläufe