ionq-samples / Ion-Q-Thruster

UnitaryHACK2024 Challenge to create custom optimizer/transpiler for Qiskit to Native Gates.
MIT License
1 stars 4 forks source link

Issue 1: Create Custom Optimizer for Qiskit-IonQ #1

Open Vadikus opened 1 month ago

Vadikus commented 1 month ago

Description

Implement a custom optimizer for Qiskit specifically designed to work with IonQ's trapped-ion quantum computers. The optimizer should be able to transpile quantum circuits into the native gate set of IonQ's backend.

Tasks

References

huyenemma commented 1 month ago

Hello. I have a solution to this issue. Not yet implement the ion-trapped benefits but already can reduce circuit size by matrix optimization. my solution

splch commented 4 weeks ago

Hello. I have a solution to this issue. Not yet implement the ion-trapped benefits but already can reduce circuit size by matrix optimization. my solution

thats so cool! ill add some more issues too for the challenges :)

huyenemma commented 4 weeks ago

Shall I make a pull request for issue 1?

splch commented 4 weeks ago

Shall I make a pull request for issue 1?

yeah, though it might be more scalable to use a class like the qiskit transpiler docs describe to tackle the next 2 issues more easily!