Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mstechly authored May 7, 2024
1 parent 0dccedd commit 1c0d6e3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ assignments = ["L=100", "mu=10"]
evaluated_routine = evaluate(compiled_routine, assignments)
```

Now in order to inspect the results you can do: TODO
Now in order to inspect the results you can do:

```python
print(compiled_routine.resources["T_gates"].value)
Expand All @@ -63,12 +63,4 @@ To go step by step through the process and see how you can use bartiq for your a

## Documentation

Documentation for `bartiq` can be found [here](TODO).

To run docs locally install it with `docs` option: `pip install ".[docs]"` and then run `mkdocs serve`.

## Development

To run tests please run `pytest .`.
To run linter please run `TODO`.

Documentation for `bartiq` can be found [here](https://psiq.github.io/bartiq/).

0 comments on commit 1c0d6e3

Please sign in to comment.