Skip to content

Commit da0668d

Browse files
committed
Update ripple_adder_classic.py
1 parent 2bab03d commit da0668d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

quantum/ripple_adder_classic.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
# https://en.wikipedia.org/wiki/Adder_(electronics)#Full_adder
33
# https://en.wikipedia.org/wiki/Controlled_NOT_gate
44

5+
from typing import Tuple
6+
57
from qiskit import Aer, QuantumCircuit, execute
68
from qiskit.providers import BaseBackend
7-
from typing import Tuple
89

910

1011
def store_two_classics(val1: int, val2: int) -> Tuple[QuantumCircuit, str, str]:

0 commit comments

Comments
 (0)