add_advanced_gates
Add advanced quantum gates such as rx, ry, swap, and controlled rotations to an existing circuit.
Instructions
Add advanced quantum gates to a circuit beyond basic H, X, Y, Z, CX.
Args: circuit_name: Name of the circuit to modify gates: List of advanced gate operations Supported gates: 'rx', 'ry', 'rz', 'rxx', 'ryy', 'rzz', 'u', 'swap', 's', 'sdg', 't', 'tdg'
Returns: Success message with applied gates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| circuit_name | Yes | ||
| gates | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |