Skip to content

Commit

Permalink
add cmath dep
Browse files Browse the repository at this point in the history
  • Loading branch information
splch committed May 31, 2024
1 parent 4e95b5b commit 7ac7ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qiskit_ionq/ionq_gates.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"""Native gateset for IonQ hardware."""

from typing import Optional
import cmath
import math
import numpy
from qiskit.circuit.gate import Gate
Expand Down

0 comments on commit 7ac7ba2

Please sign in to comment.