-------------------
symque
-------------------
symbolic quantum computing interface into qubo-solver
given a string expression of binary {0,1} variable,
symque will present the qubo-coefficient to be solved
by a qubo solver, such as wildqat or qbsolve 

Work flow:
---------

 Ekx->Ekq->E2q-> {hi, Jij}

 {string_equation}->|QSymbolic|->{qubo_coeffs}->|qubo_solver|->{Results}

legend: {... data ...}, | ... process ...|                                                                                                                                                                  