Skip to content

Unitary Hack

Pre-release
Pre-release
Compare
Choose a tag to compare
@pedrorrivero pedrorrivero released this 18 May 21:19
· 113 commits to master since this release

DESCRIPTION

A major architecture redesign introducing QuantumBitGenerator, QuantumPlatform, and QuantumProtocol. This allows to have a variety of possible quantum platforms (e.g. Qiskit, Cirq, Q#), as well as cross-compatible QRNG protocols along with a classical entropy verification suite that can be used to decorate any base quantum protocol.

Eventually these changes will deprecate the original QiskitBitGenerator approach.

This pre-release was put together for unitaryHACK 2021.

CHANGELOG

Feat

  • platforms: new gates for quantum circuits

Refactor

  • caches: move BitCache to caches subpackage
  • protocols: rename PlaintResult to BasicResult
  • helpers: add is_bitstring
  • reverse_endian: rename argument