Home
Open
Menu
Close Menu
Knowledge base
Home
Terms and Conditions
Support
My QI
Knowledge base
Select a page
Knowledge base menu
Introduction to quantum computing
The basics of Quantum Computing
What is a qubit?
Superposition and entanglement
What is a quantum algorithm?
Hello quantum world
Accounts
Quick guide
Introduction quick guide
Working with the editor
Executing your algorithm
Displaying and downloading your results
Creating a new project
Managing your projects
Managing your account
Qubit register
Binary register
Rotation operators
Advanced user guide
Introduction advanced guide
Software Development Kit
Low-level API
cQASM: A Quantum Programming Language
cQASM: Compilation
cQASM: Qubit gate operations
cQASM: Single Gate Multiple-Qubits
cQASM: Qubit initialization and measurement
cQASM: Display commands
LibKet
Global phase
Code examples
Code examples: Overview
Code example: Deutsch-Jozsa algorithm
Code example: Quantum full adder
Code example: Grover's algorithm
Code example: Repetition code
Code example: Quantum classification
Jupyter example: Quantum distance-based classifier (part 1)
Jupyter example: Quantum distance-based classifier (part 2)
Jupyter example: Quantum distance-based classifier (part 3)
Jupyter example: Using API and SDK
Jupyter example: Measurement error mitigation
Jupyter example: Grover's search
Jupyter example: Quantum Approximate Optimization Algorithm (QAOA)
Jupyter example: Mid-circuit measurement tools
Jupyter example: Superdense coding
Hardware backend topics
Hardware backends
Spin-2: Operational specifics
Starmon-5: Operational specifics
Emulator backend topics
Emulator backends
cQASM: Binary controlled gates
cQASM: Display commands
cQASM: Error models
Optimization of simulations
Resetting qubits
cQASM instructions
Qubits
Prep_z
Prep_y
Prep_x
Pauli-X gate
Pauli-Y gate
Pauli-Z gate
Hadamard gate
Identity gate
Rx Gate
Ry Gate
Rz Gate
90-degree rotations
S Gate
S dagger Gate
T Gate
T dagger Gate
CNOT Gate
CZ Gate
Swap Gate
CR gate
CRk gate
Toffoli Gate
Measure_z
Measure_y
Measure_x
Measure_all
Display
Display_binary
Binary controlled gates
Not
Barrier
Wait
Measure
The
measure
instruction is an alias for
measure_z
.