Skip to content

Commit 91eb3c3

Browse files
authored
[Doc] The package name is quantum-evolution-kernel (#24)
1 parent 95f3a78 commit 91eb3c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For more details about the approach, see https://journals.aps.org/pra/abstract/1
1313
Edit file `pyproject.toml` to add the line
1414

1515
```toml
16-
"pasqal-qek"
16+
"quantum-evolution-kernel"
1717
```
1818

1919
to the list of `dependencies`.
@@ -37,9 +37,9 @@ $ . venv/bin/activate
3737
3. Install the package
3838

3939
```sh
40-
$ pip install pasqal-qek
40+
$ pip install quantum-evolution-kernel
4141
# or
42-
$ pipx install pasqal-qek
42+
$ pipx install quantum-evolution-kernel
4343
```
4444

4545
## Usage

0 commit comments

Comments
 (0)