Skip to content

Commit

Permalink
add comments in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjaskula-aws committed Feb 8, 2024
1 parent 7bd5a44 commit d89b7dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/providers/test_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,9 @@ def test_all_standard_gates(self):

def test_all_ionq_gates(self):
"""
Tests braket to qiskit conversion with standard gates.
Tests braket to qiskit conversion with ionq gates.
Note: Braket gate angles are in radians while Qiskit IonQ gates expect turns.
"""

gate_set = ["GPi", "GPi2", "MS"]
Expand Down

0 comments on commit d89b7dd

Please sign in to comment.