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

15 行
258B

  1. """ This part computes the CZ table """
  2. from util import cache_to_disk
  3. import qi
  4. import numpy as np
  5. from tqdm import tqdm
  6. import clifford
  7. #@cache_to_disk("cz_table.pkl")
  8. def construct_table():
  9. print "awd"
  10. return "awd"
  11. cz_table = construct_table()