Class QasmExporter

java.lang.Object
com.quantum4j.qasm.QasmExporter

public final class QasmExporter extends Object
Exports QuantumCircuit objects to OpenQASM 2.0.
  • Method Details

    • toQasm

      public static String toQasm(QuantumCircuit circuit)
      Convert a circuit to OpenQASM 2.0 format.