-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from haiqu-ai/docs_update
Rivet logo added
- Loading branch information
Showing
4 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
<p align="center"> | ||
<picture> | ||
<img src="https://raw.githubusercontent.com/haiqu-ai/rivet/main/docs/source/_static/logos/haiquai_logo.jpeg" width="60%"> | ||
</picture> | ||
</p> | ||
|
||
# Rivet Transpiler | ||
|
||
The package provides a family of functions for efficient transpilation of quantum circuits. | ||
|
@@ -6,7 +12,7 @@ The package provides a family of functions for efficient transpilation of quantu | |
- Different transpilation stacks: | ||
* [Qiskit:](https://github.com/Qiskit/qiskit#readme) Quantum SDK | ||
* [BQSKit:](https://github.com/BQSKit/bqskit#readme) Berkeley Quantum Synthesis Toolkit | ||
* [Pytket:](https://github.com/CQCL/pytket#readme) Python inteface for Quantinuum TKET compiler | ||
* [Pytket:](https://github.com/CQCL/pytket#readme) Python interface for Quantinuum TKET compiler | ||
- Custom PassManager | ||
- Dynamical decoupling | ||
- Transpiler options | ||
|
@@ -123,12 +129,12 @@ ancilla_1 -> 4 ───────────────────── | |
|
||
## References | ||
|
||
We would like to thanks a lot to the: | ||
We would like to thank to: | ||
|
||
* [Qiskit](https://github.com/Qiskit/qiskit) Quantum SDK | ||
* [BQSKit](https://github.com/BQSKit/bqskit) Berkeley Quantum Synthesis Toolkit | ||
* [Pytket](https://github.com/CQCL/pytket) Python inteface for Quantinuum TKET compiler | ||
|
||
## Contacts | ||
|
||
Haiqu Inc. [[email protected]](mailto:[email protected]), +1 650 788 6011 | ||
Haiqu Inc. [[email protected]](mailto:[email protected]) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,7 @@ AFTER transpilation: | |
Contacts | ||
------------------- | ||
|
||
Haiqu, [email protected], +1 650 788 6011 | ||
Haiqu, [email protected] | ||
|
||
|
||
.. toctree:: | ||
|
@@ -117,6 +117,6 @@ Haiqu, [email protected], +1 650 788 6011 | |
.. toctree:: | ||
:maxdepth: 1 | ||
:hidden: | ||
:caption: Transpilation Functions | ||
:caption: API Reference | ||
|
||
api |