Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 728 Bytes

File metadata and controls

20 lines (18 loc) · 728 Bytes

Research Members

Kyungtaek Jun: ktfriends@gmail.com
Hyunju Lee: hyunjulee0824@gmail.com
Yunchang Seol: ycseol@knu.ac.kr

QUBO model 1 simulator for linear system

QUBO model 1 simulator version Ver 0
Solving linear system: Ax = b
QUBO matrix: |Ax-b|^2
vector x = (x1, x2, ---, xn)
xi = q1 + 2q2+ 4q3 + --- + 2^(n-1)qn - q(n+1) - 2q(n+2) - 4q(n+3) + --- + 2^(n-1)q2n
Will be update: xi = q1 + 2q2+ 4q3 + --- + 2^(n-1)qn - 2^nq(n+1)

Related paper

  1. QUBO model 1: [https://drive.google.com/file/d/1C-gYvVPPkBEwHuoi8zqwI9628wfpDi1T/view], (https://arxiv.org/abs/2106.10819)
  2. Subrange algorithm: (https://drive.google.com/file/d/1XJSeDtf0_AyJ86JV-aQSbxOwf5ukaGCD/view), (https://arxiv.org/abs/2202.07692)