Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Update stable/0.7 #758

Merged
merged 24 commits into from
Oct 25, 2023
Merged

Update stable/0.7 #758

merged 24 commits into from
Oct 25, 2023

Conversation

kt474
Copy link
Member

@kt474 kt474 commented Oct 25, 2023

Summary

Details and comments

kt474 and others added 24 commits August 29, 2023 12:02
It is not valid typing (per the documentation) to pass `None` to
`DAGCircuit.apply_operation_back` in either the `qargs` or `cargs`
field, though this has been silently accepted previously to support
mistaken code in the Terra schedulers, which this repository has
inherited.
* Update json.py

* Update json.py

* Added test for metadata serialization

* added release notes
* Moved here from qiskit-ibm-runtime

* Fixed imports
* Removed code related to Schedule, qubit_lo_freq, mea_lo_freq, schedule_los

* black and lint

* Returned lines in documentation that were removed by mistake

* Fixed documentation

* Put back range parameters
* Removed auth parameter and migrate method

* Updated documentation

* black
* Remove qiskit-ibmq-provider from requirements-dev.txt

* Remove IBMQ
* breaking change in Qiskit 0.45

* black
Co-authored-by: Kevin Tian <kevin.tian@ibm.com>
* Add option to no pad idle qubits in scheduling passes

This commit adds a new flag to the scheduling padding passes,
schedule_idle_qubits, which is used to opt-in to scheduling idle qubits.
By default these passes will only schedule qubits which are active. This
is a change in behavior from before where the previous default is all
qubits were scheduled. This was undesireable because it's adding
uneceesary instructions to the job payload which will need to be
processed which are effectively a no-op. The only real use case for
adding delays to idle wires is visualization, so it's left as an option
to re-enable the previous default.

Fixes #723

Co-authored-by: Thomas Alexander <thomas.a.alexander@ibm.com>

* Add missing inline type hint

* Don't put barriers on idle qubits either

* Fix formatting

* Add schedule_idle_qubits to parent constructor

* Reneable padding in control flow

* Omit idle qubits in control flow

* Run black

---------

Co-authored-by: Thomas Alexander <thomas.a.alexander@ibm.com>
Co-authored-by: Diego Ristè <10402430+dieris@users.noreply.github.com>
Co-authored-by: Kevin Tian <kevin.tian@ibm.com>
* readjust test_convert_id_to_delay

* disable not-context-manager

* duplicated entry
* Changed inheritance of exception classes

* Changed error type
* Implemented job.properties() method

* release note

* Updated documentation

* Improved the tests

---------

Co-authored-by: Kevin Tian <kevin.tian@ibm.com>
…rties()` (#746)

* use job creation date in properties

* add reno

* remove datetime param
* Fixed bug where shots defined as np.number

* Added test

* black

* add reno

---------

Co-authored-by: Kevin Tian <kevin.tian@ibm.com>
@kt474 kt474 merged commit a9f6652 into stable/0.7 Oct 25, 2023
29 checks passed
@kt474 kt474 temporarily deployed to ibm-quantum-production October 25, 2023 01:01 — with GitHub Actions Inactive
@kt474 kt474 temporarily deployed to ibm-quantum-production October 25, 2023 01:01 — with GitHub Actions Inactive
@kt474 kt474 temporarily deployed to ibm-quantum-production October 25, 2023 01:01 — with GitHub Actions Inactive
@rathishcholarajan rathishcholarajan temporarily deployed to ibm-quantum-production October 25, 2023 05:04 — with GitHub Actions Inactive
@rathishcholarajan rathishcholarajan temporarily deployed to ibm-quantum-production October 25, 2023 05:04 — with GitHub Actions Inactive
@rathishcholarajan rathishcholarajan temporarily deployed to ibm-quantum-staging October 25, 2023 05:04 — with GitHub Actions Inactive
@rathishcholarajan rathishcholarajan temporarily deployed to ibm-quantum-production October 25, 2023 05:04 — with GitHub Actions Inactive
@rathishcholarajan rathishcholarajan temporarily deployed to ibm-quantum-staging October 25, 2023 05:04 — with GitHub Actions Inactive
@daka1510 daka1510 had a problem deploying to ibm-quantum-production October 25, 2023 08:05 — with GitHub Actions Failure
@rathishcholarajan rathishcholarajan temporarily deployed to ibm-quantum-production October 25, 2023 14:16 — with GitHub Actions Inactive
@rathishcholarajan rathishcholarajan temporarily deployed to ibm-quantum-production October 25, 2023 14:16 — with GitHub Actions Inactive
@rathishcholarajan rathishcholarajan temporarily deployed to ibm-quantum-production October 25, 2023 14:16 — with GitHub Actions Inactive
@rathishcholarajan rathishcholarajan temporarily deployed to ibm-quantum-staging October 25, 2023 14:16 — with GitHub Actions Inactive
@rathishcholarajan rathishcholarajan temporarily deployed to ibm-quantum-staging October 25, 2023 14:16 — with GitHub Actions Inactive
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants