Quantum Computation Language




Quantum Computation Language (QCL) is one of the first implemented quantum programming languages.

The most important feature of QCL is the support for user-defined operators and functions.

Its syntax resembles the syntax of the C programming language and its classical data types are similar to primitive data types in C.

One can combine classical code and quantum code in the same program.

The language was created to explore programming concepts for quantum computers.The QCL library provides standard quantum operators used in quantum algorithms such as: Controlled-not with many target qubits, Hadamard operation on many qubits, Phase and controlled phase.

Quantum algorithms for addition, multiplication and exponentiation with binary constants (all modulus n) The quantum fourier transform