df = pd.read_excel(dataset, header=None,dtype=str) #faz a leitura do arquivo excel definido e o converte para um Pandas Dataframe df = df.reset_index(drop=True) #Limpa qualquer tipo de index que venha ...
def __init__(self, *, code_distance, num_rounds, basis, self.x_gauge_qubits=None # these act as the X stabilizer qubits self.flag_qubits=None # these act as both the Z stabilizer qubits and the flag ...