Skip to content

Commit e363113

Browse files
authored
Merge pull request #84 from Jij-Inc/Fix/readme_import
fixed import lib in README.md
2 parents a01044e + 23a399c commit e363113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Here's a simple example of how to use Qamomile with QAOA:
3636

3737
```python
3838
import jijmodeling as jm
39-
import jijmodeling_transpiler as jmt
40-
from qamomile.core.qaoa import QAOAConverter
39+
import jijmodeling_transpiler.core as jmt
40+
from qamomile.core.converters.qaoa import QAOAConverter
4141
from qamomile.qiskit.transpiler import QiskitTranspiler
4242

4343
# Define QUBO problem

0 commit comments

Comments
 (0)