Glossary : Pasqal Cloud Platform
Batch
A group of jobs with the same sequence that will run on the same backend.
Emulators
A numerical simulator of the QPU that emulate the quantum physics of a system.
Pasqal has 2 simulators available through the Cloud :
- EMU-FREE: a simple QuTip emulator for small quantum systems.
- EMU-TN: a “Tensor Network” emulators running on our dedicated Cluster.
Job
A calculation to execute on the QPU defined by a Pulser sequence. It requires multiple shots in order to derive a statically representative distribution of the resulting bitstrings.
Project
A scoped collaboration between Pasqal and a client, involving an account manager from Pasqal and all the employees from the client company who will contribute or lead this collaboration.
Pulser
Pulser is an open source Python package developed by Pasqal for low-level manipulation of a neutral atom quantum device. It contains efficient, optimized simulation routines for learning and exploration. Note that more higher-level algorithm stacks are currently in development for this tool. For more information, see Pulser documentation.
Pulser Studio
Pulser Studio is a no-code tool accessible through our Cloud platform, allowing for executing Pulser code in a graphical way directly in your the browser. It can entirely running locally on an emulator optimized for a web browser.
Pulser Studio is also integrated into the Cloud platform in order make use of our GPU based emulators.
Note that Pulser Studio is accessible to anyone but only people having access to the Pasqal Cloud platform will have access to all its features.
Check it out here : Pulser Studio.
QPU
Quantum Processing Unit. The physical device that executes Pulser sequences.
Today, Pasqal's quantum computer based on neutral atoms is called Orion Alpha (or Fresnel). The neutral atoms, controlled by optical tweezers, compose an array of 100 qubits.
Note : Neutral atoms quantum devices use highly focused lasers, so-called optical tweezers, to trap and manipulate neutral atoms individually to create 1D or 2D qubit arrays in arbitrary configurations. Current Pasqal generation of devices use around 100 rubidium atoms for computations. Each qubit is represented by a two-level energy state in a Rubidium atom, usually a ground state and a Rydberg state which is a high energy state.
Run (or shot)
A single execution of a Pulser sequence on the QPU. It is a synonym of “run” or “repetition”. This execution returns a specific bitstring.
Cloud Software Development Kit (Cloud SDK)
An open-source lightweight Python library to interact with the cloud APIs.
Notes : To access the source code and for more details on all the features of the SDK, please refer to the github repository.
User portal
Web interface which lets you follow your jobs’ progress, check their logs, retry them if needed, download their results, manage their profile, join projects and much more.
Check it out here : Pasqal Cloud User Portal