Skip to content

Commit

Permalink
Merge pull request #84 from Jij-Inc/Fix/readme_import
Browse files Browse the repository at this point in the history
fixed import lib in README.md
  • Loading branch information
Jacomichi authored Oct 11, 2024
2 parents a01044e + 23a399c commit e363113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Here's a simple example of how to use Qamomile with QAOA:

```python
import jijmodeling as jm
import jijmodeling_transpiler as jmt
from qamomile.core.qaoa import QAOAConverter
import jijmodeling_transpiler.core as jmt
from qamomile.core.converters.qaoa import QAOAConverter
from qamomile.qiskit.transpiler import QiskitTranspiler

# Define QUBO problem
Expand Down

0 comments on commit e363113

Please sign in to comment.