Closed Jacomichi closed 1 month ago
The code in Readme below
from qamomile.core.qaoa import QAOAConverter
provides the error
ModuleNotFoundError: No module named 'qamomile.core.qaoa'
The code should be
from qamomile.core.converters.qaoa import QAOAConverter
I also found
import jijmodeling_transpiler as jmt
provides error.
It should be
import jijmodeling_transpiler.core as jmt
This is fixed by #84
Description
The code in Readme below
provides the error
How to fix
The code should be