apply_ecc

This function takes a quantum circuit either as the path to an OpenQASM file or as a Qiskit QuantumCircuit. It then applies an error correcting scheme to it and returns the resulting OpenQASM circuit as a string.

apply_ecc(circuit_name: object, ecc_name: str, ecc_frequency: int = 100) dict

apply an ECC to a circuit and return the resulting circuit as an OpenQASM string