When I try the following for conversion:
from torchquantum.plugins.qiskit_plugin import tq2qiskit
I am getting the following error.
from torchquantum.plugins.qiskit_plugin import tq2qiskit
ModuleNotFoundError: No module named 'torchquantum.plugins'
Upon further digging in the torchquanum directory, it seems the plugin module does not have the qiskit_plugin.
OR am I doing something wrong!?
When I try the following for conversion:
from torchquantum.plugins.qiskit_plugin import tq2qiskitI am getting the following error.
from torchquantum.plugins.qiskit_plugin import tq2qiskit
ModuleNotFoundError: No module named 'torchquantum.plugins'
Upon further digging in the torchquanum directory, it seems the plugin module does not have the qiskit_plugin.
OR am I doing something wrong!?