Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.97 KB

CONTRIBUTORS.md

File metadata and controls

56 lines (44 loc) · 1.97 KB

OpenQL framework has been created initially by Nader Khammassi.

Note: please fill your contributions in this file

  • Nader Khammassi

    • CBox Backend
    • Configuration file support
    • QASM loader for QASM syntax check
    • C++ exceptions
    • QISA map file generation
    • QISA Control store generation
  • Imran Ashraf

    • support for hybrid classical/quantum compilation
    • support for control flow (selection and repitition)
    • kernel un-compute/conjugation feature
    • multi-qubit control decomposition
    • toffoli decompositions
    • openql intermediate representation
    • quantumsim simulator Backend
    • compilation for CC-Light architecture - resource-constrained scheduling - parallel (SIMD and VLIW) QISA code generation
    • flexible platform constraints specification and its implementation
    • platform topology specification and its implementation
    • support for multi-qubit gates
    • scheduling (ASAP/ALAP) algorithms
    • parametrized gate decomposition
    • unit-tests
    • python Package for OpenQL
    • cmake-based Compilation for cross-platform build setup
    • conda recipies and packages
    • single qubit flux operations
    • cQASM v1.0 support
  • Adriaan Rol

    • Contributed to the Hardware Configuration Specification
    • Utilizing qisa-as in unit-tests
    • Testing OpenQL on the Hardware
  • Xiang Fu

    • Contributed to the Hardware Configuration Specification
    • Testing OpenQL on the Hardware
  • Wouter Vlothuizen

    • backend for Central Controller (CC)
    • new simplified qubit numbering scheme (rotated surface code fabric by 45 deg)
    • support for comments in JSON file
    • show line number and position on JSON syntax errors
    • cleanup