SlideShare a Scribd company logo
1 of 27
Download to read offline
Full stack component of
software and middleware for
superconducting & photonics
machine
Solve problem that human beings cannot solve
Introduction
Yuichiro Minato
CEO of MDR Inc.
Univ. of Tokyo (Architecture)
Kengo Kuma & associates (Architecture)
2008- MDR Inc.
2015- QC project adopted by ministry of internal affair and communications.
2017- Associate program manager on ImPACT project
2019- Advisor on Presto / Sakigake
MDR Overview
Company Name MDR Inc.

Location Hongo2-40-14-3F, Bunkyo-ku, Tokyo, Japan 

Established 2008
Capital
 $2,030,000

Business
 Quantum Computer Fullstack 

Employee
 15 (including advisor) 

Full-stack development team from software to hardware
Engineering and theory mainly from Univ. of Tokyo and Finance team
Univ. of Tokyo dep. of Engineering
Project manager at Japanese cabinet
office quantum computing project
CEO
Yuichiro Minato Daisuke Saida
Application/Middleware Superconducting qubit
Goldman Sachs
Morgan Stanley
Columbia University
Univ of Tokyo dep. of Engineering
Mitsubishi UFJ Bank

ABC Finance

Chuo Univ.

Finance Finance Management
ManagerCFO
Yoichi Takebayashi Hitoya Nakamura
Executive
Shinji Ishihara
Toshiba
Univ. of Tokyo dep. of Engineering
(Ph.D)
Tokyo Institute of Technology
Toshiba
PwCC / IBM
Sony Global Solutions

Hardware on superconducting and Application
on both QA and Universal
https://quantumcomputingreport.com/
Flux Transmon
Principle Verification of the Superconducting Flux Qubit Cell Toward the Quantum
Sampling Approach for Training of Deep Neural Networks
Yamanashi lab, Yokohama National University
National Institute of Advanced Industrial Science and Technology
Over 2100 Quantum Computing Application
Community.
around 400 people at once event
over 2100 offline
over 1500 online
https://qnn.connpass.com/
Clients
Bank

Insurance

Automotive

Heavy Industry

Trading

Telecom Career

Material company

Ministries

Universities,National Labs Over 20 Clients on QC

MUFG Bank, Ltd.
・Portfolio Optimization

・Risk management

・Monte Carlo Simulations

・Crypto Security

Applications
・Quantum Simulations

・Combinatorial Optimization

・Quantum Machine Learning

Business Area
・Finance (shor/risk calc)

・Automotive (self-driving)

・Material and Drug discovery (chemistry)

from blueqat import vqe
from blueqat.pauli import qubo_bit as q
hamiltonian =
-3*q(0)-3*q(1)-3*q(2)-3*q(3)-3*q(4)+2*q(0)*q(1)+2*q(0)*q(2)+2*q(0)*q(3)+2*q(0)*q(4)+2
*q(1)*q(2)+2*q(1)*q(3)+2*q(1)*q(4)+2*q(2)*q(3)+2*q(2)*q(4)+2*q(3)*q(4)
step = 2
result = vqe.Vqe(vqe.QaoaAnsatz(hamiltonian, step)).run()
print(result.most_common(12))
---------------------
from blueqat.pauli import *
hamiltonian1 = (1.23 * Z[0] + 4.56 * X[1] * Z[2]) ** 2
hamiltonian2 = (2.46 * Y[0] + 5.55 * Z[1] * X[2] * X[1]) ** 2
hamiltonian = hamiltonian1 + hamiltonian2
print(hamiltonian)
OSS Python SDK for quantum computing 

https://github.com/Blueqat/Blueqat
Ising model tutorial for
beginners on ipython
To create quantum computing community for
industry
Community and eco system is the most important to improve the whole system.
We need some components to maintain the community and industry.
SDK
Software development Kit
Tutorials on SDK Communication tools and place to disscuss
Hardware
Middleware to handle
the hardware
Application and Software based on the SDK
Cloudsystem to deliver the
service
Simulators
libraries
For national project we don’t need full component
If we just accomplish the research project we don’t need a lot.
SDK
Software development Kit
Tutorials on SDK Communication tools and place to disscuss
Hardware
Middleware to handle
the hardware
Application and Software based on the SDK
Cloudsystem to deliver the
service
Simulators
libraries
QC
SDK is a userside python based software stack
Installing SDK into the user’s PC handling the process to the qc machine.
And basically it contains basic simulator of quantum computer inside it.
Application is working on this SDK
User’s PC
SDK
gaussian
fock
CPU/GPU
Application /
Software
Simulator?

Usually users using simulator to develop the application before send
the data to the actual quantum computing machine. The simulator
simulate the quantum computing effect efficiently for a small size of
qubits.
The process to develop applications
Applications developed with simulator first and sent to the qc at last.
SimulatorSmall problems
adjustment of parameters
Quantum computer
through cloud
SimulatorBig problems
adjustment of parameters
Quantum computer
through cloud
decomposition
QC
Quantum Classical hybrid algorithm
SDK handle the Quantum-Classical hybrid algorithm using inside/outside simulator
and quantum computer.
User’s PC
SDK CPU/GPU
Application /
Software
HPC Simulator
There are many types hybrid algorithms for quantum computer.
Quantum classical hybrid

Quantum computer HPC
quantum calc 1
quantum calc 2
quantum calc N
opti
mizat
ion
parameter on phase
Hybrid algorithm reduce the error of the existing quantum computer for NISQ era.
The QC service is provided through cloud.
Basically quantum computer is placed inside labs and the calculation provided
through cloud system which controlling user auth and job schedules. Users and
system communicate each other through API interface.
User’s PC
SDK CPU/GPU
Application /
Software
Cloud system
API interface
Internet
user projectjobAPI interface2
QCHPC Simulator
local or internet through secured network
QC
System
HPC Simulator
System
API
interface
API
interface
Cloud system
API interface2
HPC simulator and Quantum computer need
independent PC system each.
Inside the lab near Quantum computer or HPC simulator, need some basic PC
systems to handle job.
local or internet through secured network
job scheduler job scheduler
QC machine
HPC machine
Graphic based user interface built on API
Graphic based user interface like a quantum circuit to control with mouse or touch
panels is located on internet built on the API specification. The GUI interface is not
installed on the user’s PC, we just use it through basic browser.
html/css/js
QCHPC API interface
job scheduler HPC machine
API interface
job scheduler QC machine
Cloud system
The whole system needs robustness for unstable
quantum computer
The robustness guaranteed by some job schedulers, hpc simulator and userside
simulator.
User’s PC
SDK CPU/GPU
Application /
Software
API interface
Internet
user projectjobAPI interface2
local or internet through secured network
User tend to use qc with a lot users and tutorials.
Basically SDK is written in english language because the english user is the most
over the world. If you want to gather domestic users like inside Japan, you need to
write the basic documents on Japanese language.
Basic SDK located on pip and github
Usually users acquire software from github and quick installing package system
installed inside their computer like “pip” based on python.
Install
git clone https://github.com/Blueqat/Blueqat
cd Blueqat
pip3 install -e .
or
pip3 install blueqat
The hardware and software partners
Startups usually contract partnership with hardware providers. Software startups
have a lot of clients on quantum computing projects.
Summary : The whole economy
The hardware company provides hardware. The software company is using it
providing solution for their clients. The hardware and software service providers
have their own community to get feedback from the community and improving the
service. SDK is provided for free and application and hardware is usually provided
with prices.
hardware
SDK (For free)
Applications
Solve problem that human beings cannot solve

More Related Content

What's hot

What's hot (11)

Symbexecsearch
SymbexecsearchSymbexecsearch
Symbexecsearch
 
Auto conversion of serial C code to CUDA code
Auto conversion of serial C code to CUDA codeAuto conversion of serial C code to CUDA code
Auto conversion of serial C code to CUDA code
 
Isorc18 keynote
Isorc18 keynoteIsorc18 keynote
Isorc18 keynote
 
VLSI lab manual Part A, VTU 7the sem KIT-tiptur
VLSI lab manual Part A, VTU 7the sem KIT-tipturVLSI lab manual Part A, VTU 7the sem KIT-tiptur
VLSI lab manual Part A, VTU 7the sem KIT-tiptur
 
Matrix Multiplication with Ateji PX for Java
Matrix Multiplication with Ateji PX for JavaMatrix Multiplication with Ateji PX for Java
Matrix Multiplication with Ateji PX for Java
 
EC6612 VLSI Design Lab Manual
EC6612 VLSI Design Lab ManualEC6612 VLSI Design Lab Manual
EC6612 VLSI Design Lab Manual
 
Ieee 2014 2015 matlab projects completed final list
Ieee 2014 2015 matlab projects completed final listIeee 2014 2015 matlab projects completed final list
Ieee 2014 2015 matlab projects completed final list
 
2014 ieee matlab projects titles globalsoft technologies
2014 ieee matlab projects titles globalsoft technologies2014 ieee matlab projects titles globalsoft technologies
2014 ieee matlab projects titles globalsoft technologies
 
Ieee 2014 2015 matlab project titles-globalsoft technologies
Ieee 2014 2015 matlab project titles-globalsoft technologiesIeee 2014 2015 matlab project titles-globalsoft technologies
Ieee 2014 2015 matlab project titles-globalsoft technologies
 
2014 2015 ieee matlab projects lists
2014 2015 ieee matlab projects lists2014 2015 ieee matlab projects lists
2014 2015 ieee matlab projects lists
 
Ieee 2014 2015 matlab projects titles list globalsoft technologies
Ieee 2014 2015 matlab projects titles list globalsoft technologiesIeee 2014 2015 matlab projects titles list globalsoft technologies
Ieee 2014 2015 matlab projects titles list globalsoft technologies
 

Similar to Full stack component of software and middleware for quantum machine

Dipak_Desai_Resume
Dipak_Desai_ResumeDipak_Desai_Resume
Dipak_Desai_Resume
notoha
 
Marek Suplata Projects
Marek Suplata ProjectsMarek Suplata Projects
Marek Suplata Projects
guest14f12f
 
Rachit_HMI_Development_resume
Rachit_HMI_Development_resumeRachit_HMI_Development_resume
Rachit_HMI_Development_resume
Rachit Kushwaha
 
Resume-Rohit_Vijay_Bapat_December_2016
Resume-Rohit_Vijay_Bapat_December_2016Resume-Rohit_Vijay_Bapat_December_2016
Resume-Rohit_Vijay_Bapat_December_2016
Rohit Bapat
 

Similar to Full stack component of software and middleware for quantum machine (20)

UNIT 1.pdf
UNIT 1.pdfUNIT 1.pdf
UNIT 1.pdf
 
UNIT 1.pptx
UNIT 1.pptxUNIT 1.pptx
UNIT 1.pptx
 
Dipak_Desai_Resume
Dipak_Desai_ResumeDipak_Desai_Resume
Dipak_Desai_Resume
 
ESL report
ESL reportESL report
ESL report
 
Marek Suplata Projects
Marek Suplata ProjectsMarek Suplata Projects
Marek Suplata Projects
 
Rachit_HMI_Development_resume
Rachit_HMI_Development_resumeRachit_HMI_Development_resume
Rachit_HMI_Development_resume
 
veera (updated)
veera (updated)veera (updated)
veera (updated)
 
UDP Report
UDP ReportUDP Report
UDP Report
 
OpenACC Monthly Highlights: July 2020
OpenACC Monthly Highlights: July 2020OpenACC Monthly Highlights: July 2020
OpenACC Monthly Highlights: July 2020
 
Portfolio control version sn_v5
Portfolio control version sn_v5Portfolio control version sn_v5
Portfolio control version sn_v5
 
Kotra Pavan Kumar(es)
Kotra Pavan Kumar(es)Kotra Pavan Kumar(es)
Kotra Pavan Kumar(es)
 
Pavan(ES)
Pavan(ES)Pavan(ES)
Pavan(ES)
 
Design of LDPC Decoder Based On FPGA in Digital Image Watermarking Technology
Design of LDPC Decoder Based On FPGA in Digital Image Watermarking TechnologyDesign of LDPC Decoder Based On FPGA in Digital Image Watermarking Technology
Design of LDPC Decoder Based On FPGA in Digital Image Watermarking Technology
 
Julio andradecv
Julio andradecvJulio andradecv
Julio andradecv
 
Resume-Rohit_Vijay_Bapat_December_2016
Resume-Rohit_Vijay_Bapat_December_2016Resume-Rohit_Vijay_Bapat_December_2016
Resume-Rohit_Vijay_Bapat_December_2016
 
GCF
GCFGCF
GCF
 
How To make your own Robot And control it using labview
How To make your own Robot And control it using labviewHow To make your own Robot And control it using labview
How To make your own Robot And control it using labview
 
Dsp lab manual 15 11-2016
Dsp lab manual 15 11-2016Dsp lab manual 15 11-2016
Dsp lab manual 15 11-2016
 
Computer aided process planning
Computer aided process planningComputer aided process planning
Computer aided process planning
 
B Kindilien-Does Manufacturing Have a Future?
B Kindilien-Does Manufacturing Have a Future?B Kindilien-Does Manufacturing Have a Future?
B Kindilien-Does Manufacturing Have a Future?
 

More from Yuichiro MInato

More from Yuichiro MInato (12)

これを見れば世界の量子コンピュータの流れがわかる
これを見れば世界の量子コンピュータの流れがわかるこれを見れば世界の量子コンピュータの流れがわかる
これを見れば世界の量子コンピュータの流れがわかる
 
190904FIT情報処理学会の量子コンピュータ
190904FIT情報処理学会の量子コンピュータ190904FIT情報処理学会の量子コンピュータ
190904FIT情報処理学会の量子コンピュータ
 
190702量子コンピューターはビジネスを変えるのか?
190702量子コンピューターはビジネスを変えるのか?190702量子コンピューターはビジネスを変えるのか?
190702量子コンピューターはビジネスを変えるのか?
 
200325量子コンピュータの拓く未来
200325量子コンピュータの拓く未来200325量子コンピュータの拓く未来
200325量子コンピュータの拓く未来
 
191120量子コンピュータと機械学習
191120量子コンピュータと機械学習191120量子コンピュータと機械学習
191120量子コンピュータと機械学習
 
最適化計算の概要まとめ
最適化計算の概要まとめ最適化計算の概要まとめ
最適化計算の概要まとめ
 
量子コンピュータのためのソフトウェア・ミドルウェアのフルスタックコンポーネント
量子コンピュータのためのソフトウェア・ミドルウェアのフルスタックコンポーネント量子コンピュータのためのソフトウェア・ミドルウェアのフルスタックコンポーネント
量子コンピュータのためのソフトウェア・ミドルウェアのフルスタックコンポーネント
 
Quantum Business in Japanese Market
Quantum Business in Japanese MarketQuantum Business in Japanese Market
Quantum Business in Japanese Market
 
量子コンピュータのMLOps
量子コンピュータのMLOps量子コンピュータのMLOps
量子コンピュータのMLOps
 
190319量子機械学習
190319量子機械学習190319量子機械学習
190319量子機械学習
 
Blueqat SDKハンズオン
Blueqat SDKハンズオンBlueqat SDKハンズオン
Blueqat SDKハンズオン
 
Quantum Computer Overview
Quantum Computer OverviewQuantum Computer Overview
Quantum Computer Overview
 

Recently uploaded

如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
wsppdmt
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
ranjankumarbehera14
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
gajnagarg
 
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
HyderabadDolls
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
gajnagarg
 
Computer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdfComputer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdf
SayantanBiswas37
 
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
nirzagarg
 

Recently uploaded (20)

如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
 
RESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptx
RESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptxRESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptx
RESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptx
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
 
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
 
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With OrangePredicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
 
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...
 
20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdf20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdf
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
 
Kings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themKings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about them
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
 
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
 
Computer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdfComputer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdf
 
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
 
Digital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham WareDigital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham Ware
 
Charbagh + Female Escorts Service in Lucknow | Starting ₹,5K To @25k with A/C...
Charbagh + Female Escorts Service in Lucknow | Starting ₹,5K To @25k with A/C...Charbagh + Female Escorts Service in Lucknow | Starting ₹,5K To @25k with A/C...
Charbagh + Female Escorts Service in Lucknow | Starting ₹,5K To @25k with A/C...
 
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
 
Ranking and Scoring Exercises for Research
Ranking and Scoring Exercises for ResearchRanking and Scoring Exercises for Research
Ranking and Scoring Exercises for Research
 

Full stack component of software and middleware for quantum machine

  • 1. Full stack component of software and middleware for superconducting & photonics machine Solve problem that human beings cannot solve
  • 2. Introduction Yuichiro Minato CEO of MDR Inc. Univ. of Tokyo (Architecture) Kengo Kuma & associates (Architecture) 2008- MDR Inc. 2015- QC project adopted by ministry of internal affair and communications. 2017- Associate program manager on ImPACT project 2019- Advisor on Presto / Sakigake
  • 3. MDR Overview Company Name MDR Inc.
 Location Hongo2-40-14-3F, Bunkyo-ku, Tokyo, Japan 
 Established 2008 Capital
 $2,030,000
 Business
 Quantum Computer Fullstack 
 Employee
 15 (including advisor) 

  • 4. Full-stack development team from software to hardware Engineering and theory mainly from Univ. of Tokyo and Finance team Univ. of Tokyo dep. of Engineering Project manager at Japanese cabinet office quantum computing project CEO Yuichiro Minato Daisuke Saida Application/Middleware Superconducting qubit Goldman Sachs Morgan Stanley Columbia University Univ of Tokyo dep. of Engineering Mitsubishi UFJ Bank
 ABC Finance
 Chuo Univ.
 Finance Finance Management ManagerCFO Yoichi Takebayashi Hitoya Nakamura Executive Shinji Ishihara Toshiba Univ. of Tokyo dep. of Engineering (Ph.D) Tokyo Institute of Technology Toshiba PwCC / IBM Sony Global Solutions

  • 5. Hardware on superconducting and Application on both QA and Universal https://quantumcomputingreport.com/ Flux Transmon
  • 6. Principle Verification of the Superconducting Flux Qubit Cell Toward the Quantum Sampling Approach for Training of Deep Neural Networks Yamanashi lab, Yokohama National University National Institute of Advanced Industrial Science and Technology
  • 7. Over 2100 Quantum Computing Application Community. around 400 people at once event over 2100 offline over 1500 online https://qnn.connpass.com/
  • 8. Clients Bank
 Insurance
 Automotive
 Heavy Industry
 Trading
 Telecom Career
 Material company
 Ministries
 Universities,National Labs Over 20 Clients on QC
 MUFG Bank, Ltd. ・Portfolio Optimization
 ・Risk management
 ・Monte Carlo Simulations
 ・Crypto Security

  • 9. Applications ・Quantum Simulations
 ・Combinatorial Optimization
 ・Quantum Machine Learning
 Business Area ・Finance (shor/risk calc)
 ・Automotive (self-driving)
 ・Material and Drug discovery (chemistry)

  • 10. from blueqat import vqe from blueqat.pauli import qubo_bit as q hamiltonian = -3*q(0)-3*q(1)-3*q(2)-3*q(3)-3*q(4)+2*q(0)*q(1)+2*q(0)*q(2)+2*q(0)*q(3)+2*q(0)*q(4)+2 *q(1)*q(2)+2*q(1)*q(3)+2*q(1)*q(4)+2*q(2)*q(3)+2*q(2)*q(4)+2*q(3)*q(4) step = 2 result = vqe.Vqe(vqe.QaoaAnsatz(hamiltonian, step)).run() print(result.most_common(12)) --------------------- from blueqat.pauli import * hamiltonian1 = (1.23 * Z[0] + 4.56 * X[1] * Z[2]) ** 2 hamiltonian2 = (2.46 * Y[0] + 5.55 * Z[1] * X[2] * X[1]) ** 2 hamiltonian = hamiltonian1 + hamiltonian2 print(hamiltonian) OSS Python SDK for quantum computing 
 https://github.com/Blueqat/Blueqat
  • 11. Ising model tutorial for beginners on ipython
  • 12. To create quantum computing community for industry Community and eco system is the most important to improve the whole system. We need some components to maintain the community and industry. SDK Software development Kit Tutorials on SDK Communication tools and place to disscuss Hardware Middleware to handle the hardware Application and Software based on the SDK Cloudsystem to deliver the service Simulators libraries
  • 13. For national project we don’t need full component If we just accomplish the research project we don’t need a lot. SDK Software development Kit Tutorials on SDK Communication tools and place to disscuss Hardware Middleware to handle the hardware Application and Software based on the SDK Cloudsystem to deliver the service Simulators libraries
  • 14. QC SDK is a userside python based software stack Installing SDK into the user’s PC handling the process to the qc machine. And basically it contains basic simulator of quantum computer inside it. Application is working on this SDK User’s PC SDK gaussian fock CPU/GPU Application / Software
  • 15. Simulator?
 Usually users using simulator to develop the application before send the data to the actual quantum computing machine. The simulator simulate the quantum computing effect efficiently for a small size of qubits.
  • 16. The process to develop applications Applications developed with simulator first and sent to the qc at last. SimulatorSmall problems adjustment of parameters Quantum computer through cloud SimulatorBig problems adjustment of parameters Quantum computer through cloud decomposition
  • 17. QC Quantum Classical hybrid algorithm SDK handle the Quantum-Classical hybrid algorithm using inside/outside simulator and quantum computer. User’s PC SDK CPU/GPU Application / Software HPC Simulator There are many types hybrid algorithms for quantum computer.
  • 18. Quantum classical hybrid
 Quantum computer HPC quantum calc 1 quantum calc 2 quantum calc N opti mizat ion parameter on phase Hybrid algorithm reduce the error of the existing quantum computer for NISQ era.
  • 19. The QC service is provided through cloud. Basically quantum computer is placed inside labs and the calculation provided through cloud system which controlling user auth and job schedules. Users and system communicate each other through API interface. User’s PC SDK CPU/GPU Application / Software Cloud system API interface Internet user projectjobAPI interface2 QCHPC Simulator local or internet through secured network
  • 20. QC System HPC Simulator System API interface API interface Cloud system API interface2 HPC simulator and Quantum computer need independent PC system each. Inside the lab near Quantum computer or HPC simulator, need some basic PC systems to handle job. local or internet through secured network job scheduler job scheduler QC machine HPC machine
  • 21. Graphic based user interface built on API Graphic based user interface like a quantum circuit to control with mouse or touch panels is located on internet built on the API specification. The GUI interface is not installed on the user’s PC, we just use it through basic browser. html/css/js
  • 22. QCHPC API interface job scheduler HPC machine API interface job scheduler QC machine Cloud system The whole system needs robustness for unstable quantum computer The robustness guaranteed by some job schedulers, hpc simulator and userside simulator. User’s PC SDK CPU/GPU Application / Software API interface Internet user projectjobAPI interface2 local or internet through secured network
  • 23. User tend to use qc with a lot users and tutorials. Basically SDK is written in english language because the english user is the most over the world. If you want to gather domestic users like inside Japan, you need to write the basic documents on Japanese language.
  • 24. Basic SDK located on pip and github Usually users acquire software from github and quick installing package system installed inside their computer like “pip” based on python. Install git clone https://github.com/Blueqat/Blueqat cd Blueqat pip3 install -e . or pip3 install blueqat
  • 25. The hardware and software partners Startups usually contract partnership with hardware providers. Software startups have a lot of clients on quantum computing projects.
  • 26. Summary : The whole economy The hardware company provides hardware. The software company is using it providing solution for their clients. The hardware and software service providers have their own community to get feedback from the community and improving the service. SDK is provided for free and application and hardware is usually provided with prices. hardware SDK (For free) Applications
  • 27. Solve problem that human beings cannot solve