Skip to content

Commit

Permalink
Add relesenotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nayan2167 committed Oct 28, 2023
1 parent 1eadffd commit 985a9b7
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
features:
- |
Added ``experiment_type`` as optional ``__init__`` kwarg in BatchExperiment
and ParallelExperiment the 'experiment_type' can now be easily set and
retrieved from the experiment object post-construction using the 'experiment_type'
property and setter.
:math":`BatchExperiment.experiment_type` as property and setter.
:math":`ParallelExperiment.experiment_type` as property and setter.
- |
:math:`BaseExperiment.experiment_type` as setter.
- |
Refer issue
`https://github.com/Qiskit-Extensions/qiskit-experiments/issues/1289`
for more details.

0 comments on commit 985a9b7

Please sign in to comment.