Skip to content

Unitary Hack

Pre-release
Pre-release
Compare
Choose a tag to compare
@pedrorrivero pedrorrivero released this 14 May 01:38
· 143 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

Refactor

  • protocols: rename stream to measurement
  • protocols: rename SimpleResult to PlainResult
  • platforms: change job output to list of measurements
  • rename repetitions to num_measurements

Fix

  • QiskitJob: update error and warning messages