Saved Bookmarks
| 1. |
QCL meaning in Softwares ? |
|
Answer» What is Quantum Computation Language mean? 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 QCL standard 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 reference |
|