From d7750b91eeb71fd11756a957459581bde7c9fdb0 Mon Sep 17 00:00:00 2001 From: knzwnao Date: Thu, 9 Dec 2021 03:10:04 +0900 Subject: [PATCH 1/3] add note for v0.2 --- .../note-for-imperfect-analysis-dc49f2c07de327f4.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/note-for-imperfect-analysis-dc49f2c07de327f4.yaml diff --git a/releasenotes/notes/note-for-imperfect-analysis-dc49f2c07de327f4.yaml b/releasenotes/notes/note-for-imperfect-analysis-dc49f2c07de327f4.yaml new file mode 100644 index 0000000000..6536c0f5e8 --- /dev/null +++ b/releasenotes/notes/note-for-imperfect-analysis-dc49f2c07de327f4.yaml @@ -0,0 +1,10 @@ +--- +issues: + - | + Cureve analysis may have imperfection in the uncertainty propagation computation. + Fit paramters consist of the nominal part and standard error, however, + the correlation of these paramters are not precisely taken into account. + This sometimes result in the overestimation of the confidence interval of fit curves, + or overestimation of the standard error of some analysis values computed with + multiple fitting parameters. This issue will be solved in the version 0.3. + See qiskit-experiments/#551 for details. From ad5fa263f8fc9e9c87d5fbf13b298f3da6d53265 Mon Sep 17 00:00:00 2001 From: Naoki Kanazawa Date: Thu, 9 Dec 2021 03:58:21 +0900 Subject: [PATCH 2/3] Update releasenotes/notes/note-for-imperfect-analysis-dc49f2c07de327f4.yaml Co-authored-by: Christopher J. Wood --- .../notes/note-for-imperfect-analysis-dc49f2c07de327f4.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/note-for-imperfect-analysis-dc49f2c07de327f4.yaml b/releasenotes/notes/note-for-imperfect-analysis-dc49f2c07de327f4.yaml index 6536c0f5e8..b044e7f157 100644 --- a/releasenotes/notes/note-for-imperfect-analysis-dc49f2c07de327f4.yaml +++ b/releasenotes/notes/note-for-imperfect-analysis-dc49f2c07de327f4.yaml @@ -1,7 +1,7 @@ --- issues: - | - Cureve analysis may have imperfection in the uncertainty propagation computation. + Curve analysis may have imperfection in the uncertainty propagation computation. Fit paramters consist of the nominal part and standard error, however, the correlation of these paramters are not precisely taken into account. This sometimes result in the overestimation of the confidence interval of fit curves, From a15de84f1955cfab47a29e9d60f40035762d6422 Mon Sep 17 00:00:00 2001 From: Naoki Kanazawa Date: Thu, 9 Dec 2021 03:58:26 +0900 Subject: [PATCH 3/3] Update releasenotes/notes/note-for-imperfect-analysis-dc49f2c07de327f4.yaml Co-authored-by: Christopher J. Wood --- .../notes/note-for-imperfect-analysis-dc49f2c07de327f4.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/note-for-imperfect-analysis-dc49f2c07de327f4.yaml b/releasenotes/notes/note-for-imperfect-analysis-dc49f2c07de327f4.yaml index b044e7f157..2264da58b4 100644 --- a/releasenotes/notes/note-for-imperfect-analysis-dc49f2c07de327f4.yaml +++ b/releasenotes/notes/note-for-imperfect-analysis-dc49f2c07de327f4.yaml @@ -7,4 +7,4 @@ issues: This sometimes result in the overestimation of the confidence interval of fit curves, or overestimation of the standard error of some analysis values computed with multiple fitting parameters. This issue will be solved in the version 0.3. - See qiskit-experiments/#551 for details. + See [qiskit-experiments/#551](https://github.com/Qiskit/qiskit-experiments/pull/551) for details.