Changelog

The format is based on Keep a Changelog, and uses Semantic Versioning.

[1.1.0] - 2026-03-03

Added

  • BEAST-PT2 (Second-Order Correction for BEAST-VQE)

    BEAST-VQE can now be augmented with a second-order perturbative correction to improve accuracy beyond the paired-electron approximation. The correction supports pair-breaking effects, single excitations, or both, and can be enabled directly in the calculator configuration.

  • Noisy Memory Restricted Simulator

    A new memory-restricted simulator can emulate physical quantum hardware, including user configured device data. It combines the standard memory restricted simulator with Monte Carlo sampling, to emulate hardware-like behavior based on calibration data.

  • GPU Acceleration

    We introduced a new GPU acceleration module with initial support for accelerated orbital rotations, providing improved performance for selected workflows.

  • Hardware Backend Improvements

    • Support for IBM NightHawk architecture devices (e.g., Miami).

    • Optional instance selection for IBM Quantum Platform backends.

    • Improved robustness of IQM backends when handling missing qubits or calibration data.

  • Performance Improvements

    • Faster mapping from second-quantized Hamiltonians to Pauli operators.

    • Performance improvements for FAST-VQE and BEAST-VQE workflows.

    • Reduced logging overhead in the memory-restricted simulator.

Deprecated

  • Tensor Hypercontraction integrals have been deprecated as it never worked to our satisfaction and it will be removed in a future release.

Fixed

  • Fixed a performance issue in even-handed projective-embedding calculations.