Skip to content

Stable 0.5.4#559

Merged
atilag merged 33 commits into
Qiskit:stablefrom
atilag:stable-0.5.4
Jun 11, 2018
Merged

Stable 0.5.4#559
atilag merged 33 commits into
Qiskit:stablefrom
atilag:stable-0.5.4

Conversation

@atilag
Copy link
Copy Markdown
Member

@atilag atilag commented Jun 11, 2018

No description provided.

yaelbh and others added 30 commits May 30, 2018 10:48
…metimes erroneous (Qiskit#518)

* Bug fix in the C++ simulator: wrong density matrix and probabilities vector in the presence of optimization, which applies to no-noise circuits where all measurements are located at the end.
* fixing the names

* fixing the test for the schemas

* renaming for ali

* available -> operational
* Fix hardcoded backend tests

* make pylint happy

* add class doc
Rename all references to `qiskit-sdk-py` to the new repository name,
`QISKit/qiskit-core`, including a handful of instances where the
`IBM/qiskit-sdk-py` form was used.
* Removed files that were copied to the new repository

* Completely removed all mentions of Sympy simulators
* Convert LocalJob tests into unit-tests.

It uses the unittest.mock module to patch external dependencies. It also uses auto-speccing [1] to ensure the mocks expose the same API as the objects being mocked.

[1] https://docs.python.org/3/library/unittest.mock.html#autospeccing

* Make code compatible with Python 3.5 mock API

* Adding subtest, fixing names and clarifying some tests.

* Fixing variable names

* Fix lint, remove sympy simulators
* fix issue with filename location on windows

* autopep8

* Revert autopep8 due to E225
Fix Sphinx warnings when rendering the CHANGELOG.rst file.
Add entries to the UNRELEASED section (up to 975e551).
* [skip ci] Update pull request template

* [skip ci] Update issue templates as pull request template format

* [skip ci] Remove template comment
Update changelog to the new format
* Consistent license across all the project

* Update license

* Update LICENSE.txt

* Update licenses

* Fix linter
* Preserve i->i initial layout when already satisfied.
* skip_translation deprecated in favor of skip_transpiler.
…it#556)

* Fix  for simulator extension instructions
* Adding tests for extending/combining circuits with init/barrier/snapshot
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Jun 11, 2018

CLA assistant check
All committers have signed the CLA.

@atilag atilag merged commit 2dd4770 into Qiskit:stable Jun 11, 2018
lia-approves pushed a commit to edasgupta/qiskit-terra that referenced this pull request Jul 30, 2019
alfrisch pushed a commit to alfrisch/qiskit-aqt-provider that referenced this pull request Mar 9, 2026
…community#25)

In the release after next, 0.4.0, we will change the namespace of the
package from 'qiskit.providers.aqt' to 'qiskit_aqt_provider'. This is
being done for 2 reasons. The first is to make it clear what is developed
as part of the core qiskit project, and things on top of it. The second
is that python namespace packaging is quite error prone and a frequent
cause of user issues. So having the aqt provider package own its own
namespace should make it much more reliable to install and use. (see
Qiskit/qiskit#559 for more details). While the first reason may change
over time as the priorities and objective of the Qiskit project evolve,
the second will always remain true. So even if the first goes away this
will be a one way permanent change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.