qiskit-community / qiskit-hackathon-taiwan-20

32 stars 10 forks source link

Solve an optimization problem with Qiskit Aqua Optimization #8

Open t-imamichi opened 3 years ago

t-imamichi commented 3 years ago

Abstract

Aqua introduced a new optimization module in May 2020. It automatically generates an Ising Hamiltonian for an optimization problem and you can solve it with quantum computers by applying VQE or QAOA. Let's come up with a unique optimization problem or puzzle and solve it with quantum computers.

Description

Solving an optimization problem with quantum computer requires translating the optimization problem into an Ising Hamiltonian, and then pass the Ising Hamiltonian to a quantum algorithm, such as Variational Quantum Eigensolver (VQE) algorithm and Quantum Approximate Optimization Algorithm (QAOA). The DOcplex translator can automatically generate Ising Hamiltonians from optimization models. Users just need to write models with DOcplex. Then they can apply VQE or QAOA. The DOcplex translator was introduced recently and we welcome your examples.

References

Members

Deliverable

A jupyter notebook.

GitHub repo

https://github.com/kevinyin9/Solve-an-optimization-problem-with-Qiskit-Aqua-Optimization

billboliao commented 3 years ago

count me in! thanks.

kevinyin9 commented 3 years ago

Hello. I am interested in it.

Aaronnnnnic commented 3 years ago

Hi. I am in !

jpchou999 commented 3 years ago

Hi, we move to here from #26

billboliao commented 3 years ago

We think that our project is highly correlated to this problem ,so we move from #26 Thanks.

starktech23 commented 3 years ago

Yup, got it. Closed #26. Good luck everyone!

t-imamichi commented 3 years ago

I added members to the description. If anyone is missing, please let me know.

jpchou999 commented 3 years ago

Hi Takashi Imamichi

Thank you ^_^.

Kind regards, JP

Jyh-Pin Chou, Assistant Professor [image: 「ORCID」的圖片搜尋結果] : 0000-0001-8336-6793 Department of Physics National Changhua University of Education

Takashi Imamichi notifications@github.com 於 2020年9月8日 週二 下午5:06寫道:

I added members to the description. If anyone is missing, please let me know.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/qiskit-community/qiskit-hackathon-taiwan-20/issues/8#issuecomment-688731546, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIUMKO33FUPIDSOAGLPQ3CLSEXXZNANCNFSM4Q5UXUZQ .

t-imamichi commented 3 years ago

I would like you to open (1) a github repo to work together and (2) a slack channel of the team. Then, please start with going through the materials in my description and discussion what kind of optimization problem to address.

kevinyin9 commented 3 years ago

I would like you to open (1) a github repo to work together and (2) a slack channel of the team. Then, please start with going through the materials in my description and discussion what kind of optimization problem to address.

Sure. I open a Github repo. Here is the link https://github.com/kevinyin9/Solve-an-optimization-problem-with-Qiskit-Aqua-Optimization

starktech23 commented 3 years ago

@kevinyin9 you might want to edit out /settings from your URL

kevinyin9 commented 3 years ago

@kevinyin9 you might want to edit out /settings from your URL

Thanks. I removed it.