Is there a simpler way I can write this function?

前端 未结 0 1112
一生所求
一生所求 2021-02-14 23:37

I\'m writing this function using Python:

def qc2(trip = False):                   
    quanc2 = QuantumCircuit(2)
    quanc2.cx(0,1)
    if trip == True:
                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题