Metadata-Version: 2.1
Name: qiskit2quafu
Version: 0.0.3
Summary: This package converts the circuit of qiskit into a circuit supported by quafu
Home-page: https://github.com/ladium493/qiskit2quafu
Author: XR Wang
Author-email: wang.x.aw@m.titech.ac.jp
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: qiskit
Requires-Dist: pyquafu


This package converts the circuit of qiskit into a circuit supported by quafu
The converted circuit can be input to the cloud platform for processing

Input:
qc: QuantumCircuit object of Qiskit

regName (optional): Modified register name
basis_gates (optional): The set of gates supported by the quafu chip
optimization_level (optional): optimization level

Output:
The function returns two objects, quafu_qc and qc_merge
quafu_qc: The circuit instance of quafu;
qc_merge: The converted qasm circuit in string form.
