QURI Parts riqu is a support library for using quantum computers provided by the cloud server with riqu (Rest Interface for QUantum computing) interface.
Apache License 2.0
1
stars
1
forks
source link
`RiquSamplingResult` object has no attribute `_result` #17
In the
__repr__
ofRiquSamplingResult
,self._result
is called, butself._result
is not defined. https://github.com/qiqb-osaka/quri-parts-riqu/blob/39d34647a168e113bd68be629d1f7e43da90f74f/quri_parts/riqu/backend/sampling.py#L185-L186How to Reproduce
Error message
version
quri-parts 0.18.0 quri-parts-riqu 0.3.0