qiboteam / boostvqe

Using DBI to boost VQE optimization
3 stars 1 forks source link

`main.py` runs only in single commutator mode - there is no GCI on main branch right now #84

Open marekgluza opened 3 days ago

marekgluza commented 3 days ago

in https://github.com/qiboteam/boostvqe/blob/827b25fd1168a66f903c1820a4892da4d0121d57/main.py#L41-L43

we are passing dbi as an argument in https://github.com/qiboteam/boostvqe/blob/827b25fd1168a66f903c1820a4892da4d0121d57/main.py#L136-L146

https://github.com/qiboteam/boostvqe/blob/827b25fd1168a66f903c1820a4892da4d0121d57/main.py#L127-L130

Edoardo-Pedicillo commented 2 days ago

The easiest way to solve this issue is to remove the parser in main() and replace it with proper outputs. The main difference between this approach and the old one is that the boostvqe cannot be executed anymore directly on a bash script, but the user should provide a Python script calling the function.

I am trying to implement the idea in #92 , I will also provide a complete documentation.