qiskit-community / qiskit-hackathon-taiwan-20

32 stars 10 forks source link

Simulating a toy model: 1D Random sequential absorption process #6

Open wslu42 opened 3 years ago

wslu42 commented 3 years ago

Abstract

Random sequential absorption (RSA) processes for dimers are a typical toy model find great applications in many critical surface science problems including H2 and O2 catalyst efficiency in fuel cells. In this project by generating a 1D RSA simulation code participants are expecting to showcase how to generate a classical algorithm potentially benefits from quantum advantages.

Description

Let me quote the wikipedia real quick here: Random sequential adsorption (RSA) refers to a process where particles are randomly introduced in a system, and if they do not overlap any previously adsorbed particle, they adsorb and remain fixed for the rest of the process. RSA can be carried out in computer simulation, in a mathematical analysis, or in experiments. It was first studied by one-dimensional models: the attachment of pendant groups in a polymer chain by Paul Flory, and the car-parking problem by Alfréd Rényi.[1]

Ok to be exact, we want to study a 1D discrete Rényi parking problem, which can be found at the end of this paper [2].

The reasons why I propose this project are:

  1. The 1D problem has a analytical solution (so we can do sanity check once the code is ready), but in 2D it requires computational efforts nowadays. As a result if we can tackle it in 1D and gain some boost up through quantum advantages, this will greatly benefit the related research fields in surface sciences such as catalyst design in fuel cells.
  2. The process of "determined a random site to be bond with dimer" requires random number generator that could be implemented by applying the idea of superposition.
  3. The process of "found a certain site was not occupied by another dimer from previous binding process" should be easy to be implemented as a searching task which participants potentially could introduce Grover search.

[1] Rényi, A. (1958). "On a one-dimensional problem concerning random space filling". Publ. Math. Inst. Hung. Acad. Sci. 3 (109–127): 30–36. [2] MATTHEW P. CLAY AND NANDOR J. SIMANYI (2014) "RENYI’S PARKING PROBLEM REVISITED " https://arxiv.org/pdf/1406.1781.pdf

Members

Deliverable

An backend code simulates the 1D dimer RSA process, which should be including below features:

  1. Verification of expected coverage rate of dimer binding process to be 1-e^-2 which was found by Page in 1959.
  2. Using the idea of superposition to create quantum random number seed to decide which site to be bond with in each iteration. ^^^These are Minimal Viable Products that participants should be able to realize in a 24hr time frame^^^
  3. Applying Grover search to this problem, or at least propose a speculation how to design a searching problem that Grover can be implemented in this process.

GitHub repo

ArnieHung commented 3 years ago

Hi, @wslu42. This project sounds fun! May I join this team?

wslu42 commented 3 years ago

Hi, @wslu42. This project sounds fun! May I join this team?

Welcome on board :)

leo07010 commented 3 years ago

Is this related to quantum walk?

Lufter commented 3 years ago

I think so, Grover search is a typical application of quantum walk.

leo07010 commented 3 years ago

Nice, I think maybe I am suitable in this object. Could I join with u?

wslu42 commented 3 years ago

Welcome! @leo07010

leo07010 commented 3 years ago

thx, @wslu42

ArnieHung commented 3 years ago

Hi @leo07010, I am happy to have you in the team! Btw, my slack ID is @Arnie, you can add my contact :)

leo07010 commented 3 years ago

ok,I had already send a message to u

leo07010 commented 3 years ago

Does anyone commented on question six?LOL

bucket0810 commented 3 years ago

Hello, @wslu42. This idea sounds great! May I join this team?

leo07010 commented 3 years ago

you may discuss with us . www

yaya870611 commented 3 years ago

This idea sounds fun! May I join this team? I'm the chemical engineering student

bucket0810 commented 3 years ago

@leo07010 where are you guys? there are so many people lol

leo07010 commented 3 years ago

We are in the middle of this room.You can come to discuss with us.LOL

starktech23 commented 3 years ago

@Lufter are you joining this group? You can assign yourself from the top right if you're interested. Never mind, I think you're joining another issue :)

yaya870611 commented 3 years ago

Sorry, I want to join another group.

starktech23 commented 3 years ago

@yaya870611 no problem, please comment under that group and remove your assignment from here when you do. Thanks!

tom40109 commented 3 years ago

may i join this issue?

wslu42 commented 3 years ago

Welcome folks! I'm running on US east coast time zone so I'm 12hr behind your local time. When you are ready to start introduce ourselves please let me know either here or over Slack. Good luck and have fun!

leo07010 commented 3 years ago

our work link https://github.com/leo07010/-6