Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Amazon Braket Simulator Version 2
# Amazon Braket Simulator Version 2 (experimental)

**⚠️ DEPRECATED — This package is no longer supported.** No further releases, bug fixes, or security updates will be made. Existing installations will continue to function but are not maintained. Please migrate to an actively maintained local simulator from the [Amazon Braket SDK](https://github.com/amazon-braket/amazon-braket-sdk-python) (e.g. the default `LocalSimulator` backends).

[![Latest Version](https://img.shields.io/pypi/v/amazon-braket-simulator-v2.svg)](https://pypi.python.org/pypi/amazon-braket-simulator-v2)
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/amazon-braket-simulator-v2)](https://pypi.python.org/pypi/amazon-braket-simulator-v2)
[![Build status](https://github.com/amazon-braket/amazon-braket-simulator-v2-python/actions/workflows/python-package.yml/badge.svg)](https://github.com/amazon-braket/amazon-braket-simulator-v2-python/actions/workflows/python-package.yml)
[![Documentation Status](https://img.shields.io/readthedocs/amazon-braket-simulator-v2-python.svg?logo=read-the-docs)](https://amazon-braket-simulator-v2-python.readthedocs.io/en/latest/?badge=latest)

This Amazon Braket Simulator is a second generation of our Python open source library that provides an
This Amazon Braket Simulator is an experimental second generation of our Python open source library that provides an
implementation of a quantum simulators that you can run locally. You can use the simulator to test quantum tasks
that you construct for the [Amazon Braket SDK](https://github.com/amazon-braket/amazon-braket-sdk-python) before you submit them to the Amazon Braket service for execution.

Expand Down
Loading