SlideShare une entreprise Scribd logo
1  sur  27
Télécharger pour lire hors ligne
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

Contenu connexe

Tendances

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 codeIRJET Journal
 
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-tipturPramod Kumar S
 
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 JavaPatrick Viry
 
EC6612 VLSI Design Lab Manual
EC6612 VLSI Design Lab ManualEC6612 VLSI Design Lab Manual
EC6612 VLSI Design Lab Manualtamil arasan
 
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 listIEEEJAVAPROJECTS
 
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 technologiesIEEEBULKIEEEPROJECTS2014
 
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 technologiesIEEEDOTNETPROJECTS
 
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 technologiesIEEEMATLABPROJECTS
 

Tendances (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
 

Similaire à Full stack component of software and middleware for quantum machine

Dipak_Desai_Resume
Dipak_Desai_ResumeDipak_Desai_Resume
Dipak_Desai_Resumenotoha
 
Marek Suplata Projects
Marek Suplata ProjectsMarek Suplata Projects
Marek Suplata Projectsguest14f12f
 
Rachit_HMI_Development_resume
Rachit_HMI_Development_resumeRachit_HMI_Development_resume
Rachit_HMI_Development_resumeRachit Kushwaha
 
OpenACC Monthly Highlights: July 2020
OpenACC Monthly Highlights: July 2020OpenACC Monthly Highlights: July 2020
OpenACC Monthly Highlights: July 2020OpenACC
 
Portfolio control version sn_v5
Portfolio control version sn_v5Portfolio control version sn_v5
Portfolio control version sn_v5Samuel Narcisse
 
Kotra Pavan Kumar(es)
Kotra Pavan Kumar(es)Kotra Pavan Kumar(es)
Kotra Pavan Kumar(es)Pavan Kumar
 
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 TechnologyTELKOMNIKA JOURNAL
 
Resume-Rohit_Vijay_Bapat_December_2016
Resume-Rohit_Vijay_Bapat_December_2016Resume-Rohit_Vijay_Bapat_December_2016
Resume-Rohit_Vijay_Bapat_December_2016Rohit Bapat
 
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 labviewAymen Lachkhem
 
Computer aided process planning
Computer aided process planningComputer aided process planning
Computer aided process planningjashid41
 
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?jgIpotiwon
 

Similaire à 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?
 

Plus de Yuichiro MInato

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

Plus de 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
 

Dernier

VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxolyaivanovalion
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSAishani27
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023ymrp368
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxolyaivanovalion
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxolyaivanovalion
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Delhi Call girls
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxolyaivanovalion
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 

Dernier (20)

VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICS
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 

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