OpenQL icon indicating copy to clipboard operation
OpenQL copied to clipboard

OpenQL : A Portable Quantum Programming Framework for Quantum Accelerators ( https://dl.acm.org/doi/10.1145/3474222 )

Results 53 OpenQL issues
Sort by recently updated
recently updated
newest added

A long journey through the mapper - New IR in place of old IR - New DDG is used in place of old scheduler - Various code improvements (e.g. return...

Error injection is a new CC feature being developed, where conditional gates are triggered from the outcome of a Pseudo Random Number Generator followed by a user configurable thresholding operation....

The static registration commit was missing some changes in the docs, thanks Hans.

Increase drastically the granularity of CMake targets - this allows better code organization and well-defined dependencies within modules (e.g. passes should not depend on each other) - the cmake files...

The Bison parser generator version required by libqasm and tree-gen is 3.0 or newer. When such Bison is not present on the system, the source for Bison 3.0 is downloaded...

The previous pull request was #439, this new one is because of the change branch's name.

Currently, the Clifford optimiser uses the old internal representation (oIR). But is is one of the passes that needs to be moved to the new internal representation (nIR).

Libqasm and OpenQL both have ideas on the presence of functions that support classical operations. Libqasm has defaults for them but OpenQL overrides those selectively when constructing a libqasm based...

Visiting parts of IR is supported by a utility visitor class but it its use is rare. Perhaps it could be upgraded with several features to a family of visitors...

See tests/cc/test_looping.cq. Jeroen implemented dependence analysis such that there is not automatically a barrier before and after any loop. I haven't reviewed that well enough and don't understand how that...