Replies: 8 comments 20 replies
-
our issue is that we're finding it very hard to implement our constraints as penalties |
Beta Was this translation helpful? Give feedback.
-
we have achieved 0.1735 with our current work around implementations of the constraints as penalties |
Beta Was this translation helpful? Give feedback.
-
We are trying to see if we can do it with QP only but introducing new binary variables. |
Beta Was this translation helpful? Give feedback.
-
This is what we're trying for out hamiltonian now |
Beta Was this translation helpful? Give feedback.
-
This is how I formulated my Hamiltonian for Task 3. It was inspired from TumCumTom's post: |
Beta Was this translation helpful? Give feedback.
-
This is what I tried to do, somehow it is not working and I don't know why: |
Beta Was this translation helpful? Give feedback.
-
IonQ_challenge_notes_annotated.pdf |
Beta Was this translation helpful? Give feedback.
-
Even though its already past the time of the challenge, I wanted to share the Hamiltonian we were using, which had 2 parameters that we tried to trial-error tune for some graphs. I think the connection restriction could be enforced much much better with other methods, but this is the simple case we came up with. |
Beta Was this translation helpful? Give feedback.
-
You might consider using a MIQP opposed to the standard QP currently in usein addition to the current binary variables used for determining wether a node is in either set, we have two other types of varriables:path variables for whether a path exists between two nodes in the same partitionflow variables for whether edges are used in a path betwen two variablesWe then want to convert our constraints made from these variables into penalties for our hamiltonianThis is our thoughts, please share if you have considered similar things or different things
What we're trying instead
Beta Was this translation helpful? Give feedback.
All reactions