We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01044e commit 23a399cCopy full SHA for 23a399c
README.md
@@ -36,8 +36,8 @@ Here's a simple example of how to use Qamomile with QAOA:
36
37
```python
38
import jijmodeling as jm
39
-import jijmodeling_transpiler as jmt
40
-from qamomile.core.qaoa import QAOAConverter
+import jijmodeling_transpiler.core as jmt
+from qamomile.core.converters.qaoa import QAOAConverter
41
from qamomile.qiskit.transpiler import QiskitTranspiler
42
43
# Define QUBO problem
0 commit comments