README 869 B

12345678910111213141516
  1. Despite many common concepts with classical computer science, quantum
  2. computing is still widely considered as a special discipline within the
  3. broad field of theoretical physics. One reason for the slow adoption of
  4. QC by the computer science community is the confusing variety of
  5. formalisms (Dirac notation, matrices, gates, operators, etc.), none of
  6. which has any similarity with classical programming languages, as well
  7. as the rather ``physical'' terminology in most of the available
  8. literature.
  9. QCL (Quantum Computation Language) tries to fill this gap: QCL is a
  10. hight level, architecture independent programming language for quantum
  11. computers, with a syntax derived from classical procedural languages
  12. like C or Pascal. This allows for the complete implementation and
  13. simulation of quantum algorithms (including classical components) in one
  14. consistent formalism.