Skip to content

Commit

Permalink
Fix qv circuits bug (#21)
Browse files Browse the repository at this point in the history
* quantum_volume.py - reverted simulation circuits to untranspiled and removed "sorted_qc_list_indices" from dataset when layout is "fixed"

* updated example_quantum_volume.ipynb with outputs displayed

* readout_mitigation.py - modified suppression of mthree logging messages by changing the logger level; cleaner outputs

* updated CHANGELOG.rst

* linting (removed unused sys package due to change to logging suppression)

---------

Co-authored-by: Pedro Figueroa <pedro.romero@meetiqm.com>
  • Loading branch information
pedrofigro and Pedro Figueroa authored Dec 18, 2024
1 parent 4571e7b commit fbb5acc
Show file tree
Hide file tree
Showing 4 changed files with 747 additions and 50 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog
=========

Version 2.3
===========
* Reverted QV simulation circuits to untranspiled ones (fixes bug giving all HOPs equal to zero).

Version 2.2
===========
* Added Clifford RB example notebook to docs. `#20 <https://github.com/iqm-finland/iqm-benchmarks/pull/20>`_
Expand Down
Loading

0 comments on commit fbb5acc

Please sign in to comment.