Skip to content

Commit

Permalink
Update README.md (#24)
Browse files Browse the repository at this point in the history
Added links to documentation and slightly improved text
  • Loading branch information
lprost authored Jan 4, 2024
1 parent 1ffebe7 commit 3a2e2e6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3a2e2e6

Please sign in to comment.