qiskit-advocate / qamp-fall-22

Qiskit advocate mentorship program (QAMP) fall 22 cohort (Sep - Dec 2022)
15 stars 7 forks source link

Variational, topology-aware synthesis of unitaries #18

Closed Cryoris closed 1 year ago

Cryoris commented 1 year ago

Description

Finding a circuit that implements an arbitrary unitary is a requirement in several algorithms, such as loading random distributions/data. Several algorithms for this purpose exist, but most of them ignore the qubit topologies and become less performant once the topology is taken into account. The goal is to implement a topology-aware synthesis, which is based stepwise composition and numerical optimization. This can also be used to find better decompositions for existing circuits.

The plan for this project is to implement the algorithm in Towards Optimal Topology Aware Quantum Circuit Synthesis (Davis et al, 2020) and compare perfomance for arbitrary unitary synthesis against deterministic state-of-the art decomposition.

Note This project is a little involved but the outcome would be great!

Deliverables

Benchmark of the algorithm and study on how we can improve algorithm-to-topology mappings.

Mentors details

Number of mentees

1

Type of mentees

KakashiOO7 commented 1 year ago

Hi @Cryoris, It's looks quite interesting to I would be lucky to collaborate on this with you. Hoping to hear from you soon.

Thank you

Gaya3-mv commented 1 year ago

Hi @Cryoris, this seems to be a very interesting research problem. I do wish to work on this and learn more. Thank you.

Qcatty commented 1 year ago

this seems an interesting project for me. can you provide a link to the paper that going to be used as the reference for this project?

GemmaDawson commented 1 year ago

Unfortunately, this project cannot go forward at this time