Anders and Briegel in Python
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
196B

  1. from abp import qi
  2. from qutip import *
  3. import numpy as np
  4. def test_1():
  5. q = QubitCircuit(4)
  6. q.add_gate("CPHASE", 1, 2, arg_value=np.pi)
  7. #print gate_sequence_product(q.propagators())