Anders and Briegel in Python
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
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()