Anders and Briegel in Python
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

15 satır
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()