Skip to main content

Quantum Abstract Machine (QUAM) facilitates development of abstraction layers in experiments.

Project description

QUAM: Quantum Abstract Machine

Overview

QUAM (Quantum Abstract Machine) is an innovative software framework designed to provide an abstraction layer over the QUA programming language, facilitating a more intuitive interaction with quantum computing platforms. Aimed primarily at physicists and researchers, QUAM allows users to think and operate in terms of qubits and quantum operations rather than the underlying hardware specifics.

Explore detailed documentation and get started with QUAM here: QUAM Documentation.

Key Features

  • Abstraction Layer: Simplifies quantum programming by providing higher-level abstractions for qubit operations.
  • Component-Based Structure: Utilize modular components like Mixers and IQChannels for flexible quantum circuit design.
  • Automated Configuration: Generate QUA configurations from QUAM setups seamlessly.
  • Extensibility: Extend QUAM with custom classes to handle complex quantum computing scenarios.
  • State Management: Features robust tools for saving and loading your quantum states, promoting reproducibility and consistency.

Installation

To install QUAM, first ensure you have 3.9 ≤ Python ≤ 3.12 installed on your system.
Then run the following command:

pip install quam

Quick Start

Here’s a basic example to get you started with QUAM:

from quam.components import BasicQuam, SingleChannel, pulses
from qm import qua

# Create a root-level QUAM instance
machine = BasicQuam()

# Add a qubit connected to an OPX output channel
qubit = SingleChannel(opx_output=("con1", 1))
machine.channels["qubit"] = qubit

# Add a Gaussian pulse to the channel
qubit.operations["gaussian"] = pulses.GaussianPulse(
    length=100,  # Pulse length in ns
    amplitude=0.5,  # Peak amplitude of Gaussian pulse
    sigma=20,  # Standard deviation of Guassian pulse
)

# Play the Gaussian pulse on the channel within a QUA program
with qua.program() as prog:
    qubit.play("gaussian")

# Generate the QUA configuration from QUAM
qua_configuration = machine.generate_config()

License

QUAM is released under the BSD-3 License. See the LICENSE file for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quam-0.4.2.tar.gz (308.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quam-0.4.2-py3-none-any.whl (89.6 kB view details)

Uploaded Python 3

File details

Details for the file quam-0.4.2.tar.gz.

File metadata

  • Download URL: quam-0.4.2.tar.gz
  • Upload date:
  • Size: 308.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for quam-0.4.2.tar.gz
Algorithm Hash digest
SHA256 0804833adc1813b41d78b14183ddec5135bc97d013fce2744041712e69e668a9
MD5 2815b6a848ebe79477994498a4156725
BLAKE2b-256 b47a6f23120a458aa738292e595088282a52266423da1aa5b7fb8b0f33152c3e

See more details on using hashes here.

File details

Details for the file quam-0.4.2-py3-none-any.whl.

File metadata

  • Download URL: quam-0.4.2-py3-none-any.whl
  • Upload date:
  • Size: 89.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for quam-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4651c97f3a0f601f02e7d4d980973bc9eeab47af8954a1a776f4ba6a6ca601f8
MD5 3dc40d6892a3c7321a2c5a50317191d0
BLAKE2b-256 2224481120af600a2b20d080357ac28f8576c68f1e9381c2d689a44decf45921

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page