From 3a2e2e6099c0f24a59446f9d2272a308203b1b18 Mon Sep 17 00:00:00 2001 From: Laurent Prost <68969113+lprost@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:40:45 +0100 Subject: [PATCH] Update README.md (#24) Added links to documentation and slightly improved text --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd10604..9ea75ed 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # Alice & Bob Qiskit provider This project contains a provider that allows access to -[Alice & Bob](https://alice-bob.com/) QPUs from the Qiskit framework. +[Alice & Bob](https://alice-bob.com/) QPUs and emulators using +the Qiskit framework. + +Full documentation [is available here](https://alice-bob.notion.site/Alice-Bob-Felis-documentation-52e554ccbea54e34831761f083883e49). ## Installation @@ -47,9 +50,9 @@ res = job.result() print(res.get_counts()) ``` -## Local simulation of cat quit processors +## Local emulation of cat quit processors -This project contains multiple simulators of multi cat qubit processors. +This project contains multiple emulators of multi cat qubit processors. ```python from qiskit_alice_bob_provider import AliceBobLocalProvider