Package com.quantum4j.qasm
Class QasmExporter
java.lang.Object
com.quantum4j.qasm.QasmExporter
Exports QuantumCircuit objects to OpenQASM 2.0.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringtoQasm(QuantumCircuit circuit) Convert a circuit to OpenQASM 2.0 format.
-
Method Details
-
toQasm
Convert a circuit to OpenQASM 2.0 format.
-