diff --git a/README.md b/README.md index 9a70d5e..f281dfa 100644 --- a/README.md +++ b/README.md @@ -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.