Unitary Hack
Pre-release
Pre-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
- platforms: remove unnecessary type ignore tags
- QuantumBitGenerator: random bitstring and uint signature
- HadamardProtocol: update private API signatures
- restrict max_bits attribute to protocols
Feat
- compute_bounded_factorization: add argument validation