Skip to content

Commit

Permalink
increase example readibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo-Pedicillo committed Oct 16, 2024
1 parent f70b447 commit 18f97dd
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 @@ -35,8 +35,8 @@ from boostvqe.ansatze import hdw_efficient
from qibo.models.dbi.double_bracket import DoubleBracketGeneratorType

circuit = hdw_efficient(nqubits=2, nlayers=2)

dbqa_vqe(circuit, "test_output", mode = DoubleBracketGeneratorType.group_commutator)
output_folder = "output"
dbqa_vqe(circuit, output_folder, mode = DoubleBracketGeneratorType.group_commutator)
```

All the info regarding `dbqa_vqe` can be generated with `help(dbqa_vqe)`.
Expand Down

0 comments on commit 18f97dd

Please sign in to comment.