Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/negative_feature_10360' into neg…
Browse files Browse the repository at this point in the history
…ative_feature_10360
  • Loading branch information
Sameer Dambal committed Aug 31, 2023
2 parents e4f2b4d + eb00264 commit b0ca1d4
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
prelude: >
New feature to display sign of a Parameter
features:
- |
Introduced a new feature that adds support for displaying 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 display the sign.
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:
Expand All @@ -15,8 +13,4 @@ features:
print("sign of Parameter is: ", sign_value)
Refer to <https://github.com/Qiskit/qiskit-terra/issues/10360> for more details.
fixes:
- |
Introduces a feature to display sign of a Parameter
Fixed `#10360 <https://github.com/Qiskit/qiskit-terra/issues/10360>`_

0 comments on commit b0ca1d4

Please sign in to comment.