Tranqu is a one-stop framework for transpilers across multiple quantum programming libraries and formats for quantum circuits.
Since quantum circuit transpilation involves solving an NP-complete problem, developers typically rely on heuristic algorithms. While many transpiler libraries exist, the optimal transpiler and its options often depend on the quantum circuit and device information. Therefore, the ability to leverage various vendors' transpilers is highly desirable. By using Tranqu, you can run multiple vendors' transpilers without being bothered by the conversion of quantum circuits or device information.
The name "Tranqu" is derived from "tranquility," reflecting the desire to enable transpilers' smooth and stress-free use.
- Program Converter: Converts quantum circuits into another library's format.
- Device Converter: Converts device information into another library's format.
- Target Transpilation: Converts quantum circuits and device information to run the target transpiler. Users familiar with the transpiler can easily specify its options.
- Transpilation Statistics: Outputs statistical data before and after transpilation.
- Using Custom Transpilers and Converters: Uses user-created Transpilers, Program Converters, and Device Converters in Tranqu.
You can use the DOI to cite Tranqu in your research.
Citation information is also available in the CITATION file.
You can contact us by creating an issue in this repository or by email:
Tranqu is released under the Apache License 2.0.