diff --git a/releasenotes/notes/bug-fix-jobs-limit-none-54681f2376679c69.yaml b/releasenotes/notes/0.6/bug-fix-jobs-limit-none-54681f2376679c69.yaml similarity index 100% rename from releasenotes/notes/bug-fix-jobs-limit-none-54681f2376679c69.yaml rename to releasenotes/notes/0.6/bug-fix-jobs-limit-none-54681f2376679c69.yaml diff --git a/releasenotes/notes/fix-convert-id-delay-conditiona-8fc84c79fdcd4953.yaml b/releasenotes/notes/0.6/fix-convert-id-delay-conditiona-8fc84c79fdcd4953.yaml similarity index 100% rename from releasenotes/notes/fix-convert-id-delay-conditiona-8fc84c79fdcd4953.yaml rename to releasenotes/notes/0.6/fix-convert-id-delay-conditiona-8fc84c79fdcd4953.yaml diff --git a/releasenotes/notes/0.6/fix-param-global-phase-d81185e19cb2763d.yaml b/releasenotes/notes/0.6/fix-param-global-phase-d81185e19cb2763d.yaml new file mode 100644 index 000000000..4be14f0dc --- /dev/null +++ b/releasenotes/notes/0.6/fix-param-global-phase-d81185e19cb2763d.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + 2pi wrapping cannot be applied on a parameterized global phase. + Use the DAGCircuit ``global_phase`` setter to wrap the phase for floats only. diff --git a/releasenotes/notes/include-error-code-70837fecf5abe7cb.yaml b/releasenotes/notes/0.6/include-error-code-70837fecf5abe7cb.yaml similarity index 100% rename from releasenotes/notes/include-error-code-70837fecf5abe7cb.yaml rename to releasenotes/notes/0.6/include-error-code-70837fecf5abe7cb.yaml diff --git a/releasenotes/notes/job-cost-estimation-9d1b7bd37dd102c7.yaml b/releasenotes/notes/0.6/job-cost-estimation-9d1b7bd37dd102c7.yaml similarity index 100% rename from releasenotes/notes/job-cost-estimation-9d1b7bd37dd102c7.yaml rename to releasenotes/notes/0.6/job-cost-estimation-9d1b7bd37dd102c7.yaml diff --git a/releasenotes/notes/staggered-dd-95ebe09ebc46f60f.yaml b/releasenotes/notes/0.6/staggered-dd-95ebe09ebc46f60f.yaml similarity index 100% rename from releasenotes/notes/staggered-dd-95ebe09ebc46f60f.yaml rename to releasenotes/notes/0.6/staggered-dd-95ebe09ebc46f60f.yaml diff --git a/releasenotes/notes/fix-param-global-phase-d81185e19cb2763d.yaml b/releasenotes/notes/fix-param-global-phase-d81185e19cb2763d.yaml deleted file mode 100644 index 61065fb71..000000000 --- a/releasenotes/notes/fix-param-global-phase-d81185e19cb2763d.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -fixes: - - | - 2pi wrapping cannot be applied on a parameterized global phase. Use the DAGCircuit global_phase setter to wrap the phase for floats only.