Skip to content

QISKit SDK 0.5.4

Compare
Choose a tag to compare
@atilag atilag released this 11 Jun 13:18
2dd4770

Changelog

Added

Performance improvements:
        remove deepcopies from dagcircuit, and extra check on qasm() (#523)

Changed

Rename repository to qiskit-core (#530).
Repository improvements: new changelog format (#535), updated issue templates (#531).
Renamed the specification schemas (#464).
Convert LocalJob tests into unit-tests. (#526)
Move wrapper load_qasm_* methods to a submodule (#533).

Removed

Remove Sympy simulators for moving to new repository (#514)

Fixed

Fix erroneous density matrix and probabilities in C++ simulator (#518)
Fix hardcoded backend mapping tests (#521)
Removed _modifiers call from reapply (#534)
Fix circuit drawer issue with filename location on windows (#543)
Change initial qubit layout only if the backend coupling map is not satisfied (#527)
Fix incorrect unrolling of t to tdg in CircuitBackend (#557)
Fix issue with simulator extension commands not reapplying correctly (#556)