From a02244b2a8366aaa4012bb80665ba9f9a5a411a0 Mon Sep 17 00:00:00 2001 From: SamD-1998 Date: Fri, 1 Sep 2023 10:42:08 -0500 Subject: [PATCH] Update releasenotes/notes/added-sign-feature-parameterexpression-57693dd69103dc8c.yaml Co-authored-by: Will Shanks --- ...added-sign-feature-parameterexpression-57693dd69103dc8c.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/added-sign-feature-parameterexpression-57693dd69103dc8c.yaml b/releasenotes/notes/added-sign-feature-parameterexpression-57693dd69103dc8c.yaml index 5a18ec721a3d..dd859012195b 100644 --- a/releasenotes/notes/added-sign-feature-parameterexpression-57693dd69103dc8c.yaml +++ b/releasenotes/notes/added-sign-feature-parameterexpression-57693dd69103dc8c.yaml @@ -4,7 +4,7 @@ features: Introduced a new feature that adds support for calculating the sign of the Parameter of the value of an expression of a Parameter class. Instead of using numpy or other libraries, the user can use the instance of the ParameterExpression class to calculate the sign. - It can be used as follows: + It can be used as follows:: from qiskit.circuit import Parameter