code for addition of two binary numbers using quantum computing without error

132 views Asked by At

i want a code for quantum computing that performs the addition of two binary numbers using Qiskit but it is showing error that is

Traceback (most recent call last):
  Cell In[2], line 1
    from qiskit import QuantumCircuit, transpile, assemble, Aer, execute
ImportError: cannot import name 'Aer' from 'qiskit' (/opt/conda/lib/python3.10/site-packages/qiskit/__init__.py)

Use %tb to get the full traceback.

please share a code that performs any mathematical operation using quantum computing

0

There are 0 answers