qiskit/releasenotes/notes/0.23/gate-power-6f97f9db5c36def3...

5 lines
110 B
YAML

---
features:
- |
Powering gates using ``**`` is now supported.
Example: ``sqrt_x = XGate() ** 0.5``