Skip to content

ktfriends/QUBO_Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages