Skip to main content

Quantum Machines plans to expand quantum orchestration platform with $50M investment - Techcrunch

Image © Quantum Machines

Quantum Machines, an Israeli startup that is building the classical hardware and software infrastructure to help run quantum machines, announced a $50 million Series B investment today.

Today’s round was led by Red Dot Capital Partners with help from Exor, Claridge Israel, Samsung NEXT, Valor Equity Partners, Atreides Management, LP, as well as TLV Partners, Battery Ventures, 2i Ventures and other existing investors. The company has now raised approximately $83 million, according to Crunchbase data.

While quantum computing in general is in its early days, Quantum Machines has developed a nice niche by building a hardware and software system, what they call The Quantum Orchestration Platform, that helps run the burgeoning quantum machines, leaving it plenty of room to grow as the industry develops.

Certainly Quantum Machines co-founder and CEO Itamar Sivan, who has been working in quantum his entire career, sees the vast potential of this technology. “Quantum computers have the promise of potentially speeding up very substantially computations that are impossible to complete in reasonable time with classical computers, and this is at the highest level the interest in the field right now. Our vision specifically at Quantum Machines is to make quantum computers ubiquitous and disruptive across all industries,” he said.

To achieve that, the company has created a system that relies on classical computers to power quantum computers as they develop. While the company has designed its own silicon for this purpose, it is important to note that it is not building quantum chips. As Sivan explains, the classical computer has a software and hardware layer, but quantum machines have three layers: “The quantum hardware, which is the heart, and on top of that you have classical hardware […] and then on top of that you have software,” he said.

“We focus on the two latter layers. So classical hardware and the software that drives it. Now at the heart of our hardware is in fact a classical processor. So this is I think one of the most interesting parts of the quantum stack,” he explained.

He says that this interaction between classical computing and quantum computing is one that is fundamental to the technology, and it’s a mix that will last well into the future, possibly forever. What Quantum Machines is building is essentially the classical cloud infrastructure required to run quantum computers.

Quantum Machines founding team: Itamar Sivan, Nissim Ofek, Yonatan Cohen.
Image © Quantum Machines

So far the approach has been working quite well, as Sivan reports that governments, researchers, universities and the hyper scaler operators (which could include companies like Amazon, Netflix and Google, although the company has not said they are customers) are all interested in QM’s technology. While it isn’t discussing specific metrics, the company has customers in 15 countries at the moment and is working with some large entities that it couldn’t name.

The money from this round helps validate what the company is doing, enabling it to continue building out the solution, while also investing heavily in research and development, which is essential as the industry is still in early development and much will change over time.

They have been able to create this solution to this point with just 60 employees, and with the new funding should be able to build out the team in a substantial way in the coming years. He says that when it comes to diversity, he comes from an academic background where this is the norm and he has carried this forth to his company as he hires new people. What’s more, the pandemic has allowed him to hire from anywhere and he says that the company has taken advantage of this opportunity.

“First of all, we’re not hiring just in Israel, we’re hiring globally, and we’re not limited to hiring in specific geographies. We have people [from a number of countries],” he said. He adds, “Diversity for me personally means involving as many people as possible in hiring processes. That is the only way to ensure that there is diversity.”

Even throughout the pandemic, the hardware team has been meeting in person in the office with necessary precautions when it has been allowed, but most employees have continued to work from home, and that is an approach he will continue to take even when it’s safe to return to the office on a regular basis.

“Of course, work in a post-COVID era will include a substantial amount of remote work. […] So even in [our] headquarters, we anticipate allowing people to work remotely [if they wish].

Comments

Popular posts from this blog

The Amazing Vantablack Material...!!

Vantablack is a material developed by Surrey NanoSystems in the United Kingdom and is one of the darkest substances known, absorbing up to 99.96% of visible light (at 663 nm if the light is perpendicular to the material).The name is a compound of the acronym VANTA (vertically aligned carbon nanotube arrays) and the color black. Vantablack is not actually a color pigment or a paint, but a coating of carbon nanotubes. These have the property of absorbing incident light almost completely. Against a deep black background, objects coated in Vantablack material seem to disappear, as the perception of spatial depth is lost. This is because the human eye perceives shapes coated in Vantablack to be two-dimensional. IUPAC Name is Activated carbon high density skeleton. Other names are Multiwalled carbon nanotube (MWCNT), Vantablack S-VIS and Vantablack S-IR. It is insoluble in water. When light strikes Vantablack, instead of bouncing off, it becomes trapped and is continually deflected amo...

NVIDIA Tesla V100 - First Tensor Core GPU

  8x NVIDIA Tesla V100 32GB Server As we all know NVIDIA processor are so famous now a days. It give a perfect gaming performance and people used it worldwide. The thing is that it is not only use in personal computer but also at data center, where so many super computer are present for providing services. So, NVIDIA Tesla V100 is a first tensor core GPU. It is especially built to focus on AI, High Performance Computing ( HPC ) and graphics. It is powered by NVIDIA Volta Architecture. It comes with configuration 16 and 32GB and have a performance up to 100 CPUs in single GPU. A single server node with V100 GPUs can replace 60 CPUs nodes. DATA CENTER GPUs Image © NVIDIA NVIDIA V100 for NVLINK  Performance with NVIDIA GPU Boost for double precision is  7.8 teraflops and single precision is 15.7 teraflops. Deep learning performance boost is 125 teraflops. Interconnect bandwidth with bidirectional is 300 GB/s. It have memory capacity of 32/16 GB HBM2 with bandwidth 900GB/s. I...

Operating System as Extended machine and Resource manager

Operating system is software that runs in kernel mode even that is not always true. Part of the problem is that operating system perform two essential unrelated function. We can say that operating system is system software that manages computer hardware, software resources, and provide common services for computer program.  The Operating System as an Extended machine The architecture of most computers at the machine language level is not developed and difficult to program, especially for input/output. To make this point more concrete, consider modern SATA hard disks used on most computers. Only the insane the programmer would try to mess with hard disks at the hardware level. Therefore disk driver - a piece of software deals with hardware and provide interface to read and write disks blocks. Operating System  contain many drivers for control input/output device. Macintosh hardware are complicated. Real processors, memories, disks, and other devices are very complicated and it...