qiskit/releasenotes/notes/1.0/add-parameter-pow-ff5f8d108...

8 lines
295 B
YAML

---
features_circuits:
- |
:class:`~qiskit.circuit.ParameterExpression` (and thus also
:class:`~qiskit.circuit.Parameter`) now support powering: :code:`x**y`
where :code:`x` and :code:`y` can be any combination of
:class:`~qiskit.circuit.ParameterExpression` and number types.