Intel has released version 1.0 of the Intel Quantum Software Development Kit (SDK).
The SDK is a full quantum computer in simulation that can also interface with Intel’s quantum hardware, including Intel’s Horse Ridge II control chip and Intel’s quantum spin qubit chip when it becomes available this year.
The kit allows developers to program quantum algorithms in simulation, and it features an intuitive programming interface written in C++ using an industry-standard low-level virtual machine (LLVM) compiler toolchain.
As a result, Intel’s SDK offers seamless interfacing with C/C++ and Python applications, making it more versatile and customisable.
“The Intel Quantum SDK helps programmers get ready for future large-scale commercial quantum computers,” says Anne Matsuura, director of quantum applications and architecture at Intel Labs. “It will not only help developers learn how to create quantum algorithms and applications in simulation, but it will also advance the industry by creating a community of developers that will accelerate the development of applications, so they are ready when Intel’s quantum hardware becomes available.”
Version 1.0 of the SDK includes an intuitive programming interface based on C++, providing a programming language that’s familiar to classical computing developers, enabling collaboration between them and quantum developers.
The kit also features a quantum runtime environment optimized for executing hybrid quantum-classical algorithms.
Developers have the choice of two target backends for simulating qubits to either represent a higher number of generic qubits or Intel hardware.
The first backend is a high-performance open-source generic qubit simulator, Intel(r) Quantum Simulator (IQS). IQS has a backend capable of 32 qubits on a single node and more than 40 qubits on multiple nodes.
The second is a target backend that simulates Intel quantum dot qubit hardware and enables compact model simulation of Intel silicon spin qubits. Intel’s qubits leverage the company’s expertise in silicon transistor manufacturing to build a large-scale quantum computer.
With the SDK, users can develop small workloads to determine what functionalities are needed from the quantum computer’s system architecture to run algorithms efficiently and accurately on qubits.
In addition, Intel is using the SDK internally to co-design quantum hardware and software in tandem, accelerating system development.
The SDK is a customizable and expandable platform providing greater flexibility when developing quantum applications. It also provides for users to compare compiler files, a standard feature in classical computing development, to discern how well an algorithm is optimised in the compiler. It allows users to see the source code and obtain lower levels of abstraction, gaining insight into how a system stores data.
Additional features include:
* Code in familiar patterns: Intel has extended the industry-standard LLVM with quantum extensions and developed a quantum runtime environment that is modified for quantum computing, and the IQS provides a state-vector simulation of a universal quantum computer.
* Efficient execution of hybrid classical-quantum workflows: The compiler extensions allow developers to integrate results from quantum algorithms into their C++ project, opening the door to the feedback loops needed for hybrid quantum-classical algorithms like the quantum approximate optimisation algorithm (QAOA) and quantum variational eigen-solver (VQE).
* High-performance simulation: Intel DevCloud users can build executables capable of simulating applications and algorithms with up to 32 qubits on a single computational node and more than 40 on multiple nodes.