cunqa.circuit.from_json_to_qc
- cunqa.circuit.from_json_to_qc(circuit_dict)
Function to transform a circuit in json dict format to <class ‘qiskit.circuit.quantumcircuit.QuantumCircuit’>.
- Args:
circuit_dict (dict): circuit to be transformed to QuantumCircuit.
- Return:
QuantumCircuit with the given instructions.