cirq-core 1.6.0.dev20250509215532__py3-none-any.whl → 1.6.0.dev20250514001158__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cirq-core might be problematic. Click here for more details.

Files changed (167) hide show
  1. cirq/_version.py +1 -1
  2. cirq/_version_test.py +2 -2
  3. cirq/circuits/_block_diagram_drawer_test.py +6 -6
  4. cirq/circuits/_box_drawing_character_data_test.py +1 -1
  5. cirq/circuits/insert_strategy_test.py +2 -2
  6. cirq/circuits/optimization_pass_test.py +5 -5
  7. cirq/contrib/acquaintance/inspection_utils_test.py +2 -2
  8. cirq/contrib/acquaintance/mutation_utils_test.py +2 -2
  9. cirq/contrib/acquaintance/optimizers_test.py +1 -1
  10. cirq/contrib/acquaintance/shift_test.py +6 -6
  11. cirq/contrib/acquaintance/strategies/cubic_test.py +2 -2
  12. cirq/contrib/acquaintance/topological_sort_test.py +1 -1
  13. cirq/contrib/hacks/disable_validation_test.py +1 -1
  14. cirq/contrib/json_test.py +3 -3
  15. cirq/contrib/noise_models/noise_models_test.py +8 -8
  16. cirq/contrib/paulistring/clifford_optimize_test.py +5 -5
  17. cirq/contrib/paulistring/clifford_target_gateset_test.py +11 -11
  18. cirq/contrib/paulistring/optimize_test.py +3 -3
  19. cirq/contrib/paulistring/pauli_string_dag_test.py +1 -1
  20. cirq/contrib/paulistring/pauli_string_optimize_test.py +3 -3
  21. cirq/contrib/paulistring/recombine_test.py +1 -1
  22. cirq/contrib/paulistring/separate_test.py +1 -1
  23. cirq/contrib/qasm_import/_parser_test.py +67 -67
  24. cirq/contrib/qcircuit/qcircuit_pdf_test.py +1 -1
  25. cirq/contrib/qcircuit/qcircuit_test.py +6 -6
  26. cirq/contrib/routing/greedy_test.py +2 -2
  27. cirq/contrib/routing/initialization_test.py +3 -3
  28. cirq/contrib/svg/svg_test.py +5 -5
  29. cirq/devices/device_test.py +4 -4
  30. cirq/devices/insertion_noise_model_test.py +5 -5
  31. cirq/devices/named_topologies_test.py +10 -10
  32. cirq/devices/noise_properties_test.py +1 -1
  33. cirq/experiments/n_qubit_tomography_test.py +5 -5
  34. cirq/experiments/t1_decay_experiment_test.py +11 -11
  35. cirq/interop/quirk/cells/arithmetic_cells_test.py +14 -14
  36. cirq/interop/quirk/cells/control_cells_test.py +5 -5
  37. cirq/interop/quirk/cells/frequency_space_cells_test.py +1 -1
  38. cirq/interop/quirk/cells/ignored_cells_test.py +1 -1
  39. cirq/interop/quirk/cells/input_cells_test.py +5 -5
  40. cirq/interop/quirk/cells/input_rotation_cells_test.py +7 -7
  41. cirq/interop/quirk/cells/measurement_cells_test.py +1 -1
  42. cirq/interop/quirk/cells/qubit_permutation_cells_test.py +7 -7
  43. cirq/interop/quirk/cells/scalar_cells_test.py +1 -1
  44. cirq/interop/quirk/cells/single_qubit_rotation_cells_test.py +3 -3
  45. cirq/interop/quirk/cells/swap_cell_test.py +4 -4
  46. cirq/interop/quirk/cells/testing_test.py +6 -6
  47. cirq/interop/quirk/cells/unsupported_cells_test.py +2 -2
  48. cirq/linalg/combinators_test.py +7 -7
  49. cirq/linalg/diagonalize_test.py +10 -10
  50. cirq/linalg/operator_spaces_test.py +11 -11
  51. cirq/linalg/tolerance_test.py +4 -4
  52. cirq/neutral_atoms/convert_to_neutral_atom_gates_test.py +1 -1
  53. cirq/ops/arithmetic_operation_test.py +2 -2
  54. cirq/ops/common_channels_test.py +80 -80
  55. cirq/ops/fsim_gate_test.py +26 -26
  56. cirq/ops/gate_features_test.py +3 -3
  57. cirq/ops/greedy_qubit_manager_test.py +3 -3
  58. cirq/ops/mixed_unitary_channel_test.py +11 -11
  59. cirq/ops/parallel_gate_test.py +16 -16
  60. cirq/ops/parity_gates_test.py +34 -32
  61. cirq/ops/pauli_gates_test.py +20 -20
  62. cirq/ops/pauli_interaction_gate_test.py +8 -8
  63. cirq/ops/pauli_sum_exponential_test.py +10 -10
  64. cirq/ops/permutation_gate_test.py +8 -8
  65. cirq/ops/phased_iswap_gate_test.py +15 -15
  66. cirq/ops/qubit_manager_test.py +4 -4
  67. cirq/ops/random_gate_channel_test.py +11 -11
  68. cirq/ops/state_preparation_channel_test.py +8 -8
  69. cirq/ops/swap_gates_test.py +17 -17
  70. cirq/ops/tags_test.py +2 -2
  71. cirq/ops/three_qubit_gates_test.py +17 -17
  72. cirq/ops/two_qubit_diagonal_gate_test.py +8 -8
  73. cirq/ops/uniform_superposition_gate_test.py +3 -3
  74. cirq/protocols/act_on_protocol_test.py +6 -6
  75. cirq/protocols/circuit_diagram_info_protocol_test.py +13 -13
  76. cirq/protocols/control_key_protocol_test.py +1 -1
  77. cirq/protocols/decompose_protocol_test.py +12 -12
  78. cirq/protocols/equal_up_to_global_phase_protocol_test.py +6 -6
  79. cirq/protocols/has_stabilizer_effect_protocol_test.py +5 -5
  80. cirq/protocols/has_unitary_protocol_test.py +8 -8
  81. cirq/protocols/hash_from_pickle_test.py +1 -1
  82. cirq/protocols/inverse_protocol_test.py +2 -2
  83. cirq/protocols/kraus_protocol_test.py +9 -9
  84. cirq/protocols/measurement_key_protocol_test.py +10 -10
  85. cirq/protocols/pauli_expansion_protocol_test.py +2 -2
  86. cirq/protocols/phase_protocol_test.py +1 -1
  87. cirq/protocols/qasm_test.py +3 -3
  88. cirq/protocols/qid_shape_protocol_test.py +1 -1
  89. cirq/protocols/resolve_parameters_test.py +5 -5
  90. cirq/protocols/trace_distance_bound_test.py +1 -1
  91. cirq/qis/channels_test.py +16 -16
  92. cirq/qis/measures_test.py +16 -14
  93. cirq/qis/noise_utils_test.py +7 -7
  94. cirq/sim/clifford/clifford_tableau_simulation_state_test.py +3 -3
  95. cirq/sim/clifford/stabilizer_ch_form_simulation_state_test.py +6 -6
  96. cirq/sim/clifford/stabilizer_sampler_test.py +2 -2
  97. cirq/sim/clifford/stabilizer_simulation_state_test.py +4 -4
  98. cirq/sim/clifford/stabilizer_state_ch_form_test.py +2 -2
  99. cirq/sim/density_matrix_simulation_state_test.py +8 -8
  100. cirq/sim/density_matrix_utils_test.py +36 -36
  101. cirq/sim/simulation_product_state_test.py +22 -22
  102. cirq/sim/simulation_state_test.py +12 -12
  103. cirq/sim/simulation_utils_test.py +1 -1
  104. cirq/sim/state_vector_simulation_state_test.py +12 -12
  105. cirq/study/flatten_expressions_test.py +11 -11
  106. cirq/study/resolver_test.py +20 -20
  107. cirq/testing/consistent_act_on_test.py +1 -1
  108. cirq/testing/consistent_channels_test.py +8 -8
  109. cirq/testing/consistent_controlled_gate_op_test.py +2 -2
  110. cirq/testing/consistent_decomposition_test.py +2 -2
  111. cirq/testing/consistent_pauli_expansion_test.py +1 -1
  112. cirq/testing/consistent_phase_by_test.py +1 -1
  113. cirq/testing/consistent_qasm_test.py +1 -1
  114. cirq/testing/consistent_specified_has_unitary_test.py +4 -4
  115. cirq/testing/consistent_unitary_test.py +2 -2
  116. cirq/testing/deprecation_test.py +2 -2
  117. cirq/testing/devices_test.py +4 -4
  118. cirq/testing/equivalent_basis_map_test.py +2 -2
  119. cirq/testing/equivalent_repr_eval_test.py +3 -3
  120. cirq/testing/gate_features_test.py +5 -5
  121. cirq/testing/json_test.py +3 -3
  122. cirq/testing/lin_alg_utils_test.py +12 -12
  123. cirq/testing/logs_test.py +7 -7
  124. cirq/testing/no_identifier_qubit_test.py +3 -3
  125. cirq/testing/op_tree_test.py +1 -1
  126. cirq/testing/order_tester_test.py +6 -6
  127. cirq/testing/pytest_utils_test.py +2 -2
  128. cirq/testing/random_circuit_test.py +5 -5
  129. cirq/testing/repr_pretty_tester_test.py +3 -3
  130. cirq/testing/routing_devices_test.py +6 -6
  131. cirq/testing/sample_circuits_test.py +1 -1
  132. cirq/testing/sample_gates_test.py +2 -2
  133. cirq/transformers/analytical_decompositions/pauli_string_decomposition_test.py +3 -3
  134. cirq/transformers/analytical_decompositions/three_qubit_decomposition_test.py +7 -7
  135. cirq/transformers/analytical_decompositions/two_qubit_to_cz_test.py +6 -6
  136. cirq/transformers/analytical_decompositions/two_qubit_to_fsim_test.py +5 -5
  137. cirq/transformers/analytical_decompositions/two_qubit_to_ms_test.py +1 -1
  138. cirq/transformers/drop_empty_moments_test.py +2 -2
  139. cirq/transformers/eject_phased_paulis_test.py +9 -9
  140. cirq/transformers/heuristic_decompositions/two_qubit_gate_tabulation_test.py +7 -7
  141. cirq/transformers/insertion_sort_test.py +1 -1
  142. cirq/transformers/merge_k_qubit_gates_test.py +9 -9
  143. cirq/transformers/qubit_management_transformers_test.py +3 -3
  144. cirq/transformers/randomized_measurements_test.py +8 -4
  145. cirq/transformers/routing/line_initial_mapper_test.py +5 -5
  146. cirq/transformers/routing/route_circuit_cqc_test.py +13 -13
  147. cirq/transformers/routing/visualize_routed_circuit_test.py +2 -2
  148. cirq/transformers/synchronize_terminal_measurements_test.py +10 -10
  149. cirq/transformers/target_gatesets/compilation_target_gateset_test.py +8 -8
  150. cirq/transformers/target_gatesets/cz_gateset_test.py +17 -17
  151. cirq/transformers/target_gatesets/sqrt_iswap_gateset_test.py +23 -23
  152. cirq/value/angle_test.py +3 -3
  153. cirq/value/classical_data_test.py +8 -8
  154. cirq/value/periodic_value_test.py +9 -7
  155. cirq/value/probability_test.py +2 -2
  156. cirq/value/value_equality_attr_test.py +11 -11
  157. cirq/vis/histogram_test.py +2 -2
  158. cirq/vis/state_histogram_test.py +5 -5
  159. cirq/vis/vis_utils_test.py +1 -1
  160. cirq/work/observable_grouping_test.py +8 -8
  161. cirq/work/observable_readout_calibration_test.py +1 -1
  162. cirq/work/zeros_sampler_test.py +4 -4
  163. {cirq_core-1.6.0.dev20250509215532.dist-info → cirq_core-1.6.0.dev20250514001158.dist-info}/METADATA +2 -1
  164. {cirq_core-1.6.0.dev20250509215532.dist-info → cirq_core-1.6.0.dev20250514001158.dist-info}/RECORD +167 -167
  165. {cirq_core-1.6.0.dev20250509215532.dist-info → cirq_core-1.6.0.dev20250514001158.dist-info}/WHEEL +0 -0
  166. {cirq_core-1.6.0.dev20250509215532.dist-info → cirq_core-1.6.0.dev20250514001158.dist-info}/licenses/LICENSE +0 -0
  167. {cirq_core-1.6.0.dev20250509215532.dist-info → cirq_core-1.6.0.dev20250514001158.dist-info}/top_level.txt +0 -0
@@ -4,16 +4,16 @@ cirq/_compat_test.py,sha256=t51ZXkEuomg1SMI871Ws-5pk68DGBsAf2TGNjVXtZ8I,34755
4
4
  cirq/_doc.py,sha256=yDyWUD_2JDS0gShfGRb-rdqRt9-WeL7DhkqX7np0Nko,2879
5
5
  cirq/_import.py,sha256=cfocxtT1BJ4HkfZ-VO8YyIhPP-xfqHDkLrzz6eeO5U0,8421
6
6
  cirq/_import_test.py,sha256=6K_v0riZJXOXUphHNkGA8MY-JcmGlezFaGmvrNhm3OQ,1015
7
- cirq/_version.py,sha256=NayJpj69ivxBTUIwLqccC4Iq9WD_gmcge5sE603tE4E,1206
8
- cirq/_version_test.py,sha256=GHgfZOPVNIL1ZFNJgQV6usJUpQp5C0NTfoKd4wNb5Kk,147
7
+ cirq/_version.py,sha256=O9qeJ67dnWKYzUEMpryICZRp-yLXmpZVAva6HeCS3GI,1206
8
+ cirq/_version_test.py,sha256=NsVmHRQeco4iSw8GQY6TpXl8gwGJWc3oUOpH4tVPsq4,155
9
9
  cirq/conftest.py,sha256=X7yLFL8GLhg2CjPw0hp5e_dGASfvHx1-QT03aUbhKJw,1168
10
10
  cirq/json_resolver_cache.py,sha256=-4KqEEYb6aps-seafnFTHTp3SZc0D8mr4O-pCKIajn8,13653
11
11
  cirq/py.typed,sha256=VFSlmh_lNwnaXzwY-ZuW-C2Ws5PkuDoVgBdNCs0jXJE,63
12
12
  cirq/circuits/__init__.py,sha256=HKunqRpZoDmjy1IiK9Cn84MTGT84_PMeQ5VDCPafcWk,1335
13
13
  cirq/circuits/_block_diagram_drawer.py,sha256=XuqIQjyHc-B7TaSzuKJe9ZFwzItjxVGdmZjTDw0d2T0,9509
14
- cirq/circuits/_block_diagram_drawer_test.py,sha256=qEWEJ9gCYunxgJpXeZweu3fEnSBSWqGfre9fw0FO7zA,11391
14
+ cirq/circuits/_block_diagram_drawer_test.py,sha256=ThGgemLIV1JUz20vSPcn1p_DXZK23QSYO-wcdJw7ABE,11439
15
15
  cirq/circuits/_box_drawing_character_data.py,sha256=5Ldk4XlJRacmyvsfcl2KhlMdXqO11uqJ650P99xjSuc,12115
16
- cirq/circuits/_box_drawing_character_data_test.py,sha256=b3BN-iVUkQENi2Ja-RYQ_-_lNcKgwV1F9DyalXxiI10,1624
16
+ cirq/circuits/_box_drawing_character_data_test.py,sha256=mQeuX4_04f-VLd25Rzog4k53WroONttLD1vhyhFt9Lk,1632
17
17
  cirq/circuits/_bucket_priority_queue.py,sha256=ml98_VAwGXzASUS0hE7lT7PeA0Hugz-qAZtjtAdBsvw,6744
18
18
  cirq/circuits/_bucket_priority_queue_test.py,sha256=1FnB39rJKODvXP3SpSD6B8Tu02yQWCWOUQSPmR-22Pw,5288
19
19
  cirq/circuits/circuit.py,sha256=reDLqLMj3SZM-z-7vLZhvy4XRTnmkK0HigbknFtMDLA,119141
@@ -23,18 +23,18 @@ cirq/circuits/circuit_test.py,sha256=KjRYRwUgC65vxf_3hdZLgid7sNm5Fn_lcIp15Q4yWyk
23
23
  cirq/circuits/frozen_circuit.py,sha256=TLjw_UmbnV-Lhtn63RqTnCBbQiZPvsJdS-s99-aMRGI,9232
24
24
  cirq/circuits/frozen_circuit_test.py,sha256=rHyii8hLhOQ6jdA8dC1OcYPGnyeBC4uY5Q53XspkkCk,4133
25
25
  cirq/circuits/insert_strategy.py,sha256=3995vK4U6O9RV4BXMoFl9Tf3ekxIiqxv71IuX80JtYo,3237
26
- cirq/circuits/insert_strategy_test.py,sha256=ttqhNP1G1jrtwFd0KIlqkTj_1C8F1K7Jqnaz0rEWAiE,1185
26
+ cirq/circuits/insert_strategy_test.py,sha256=_vjr-ugr7nsR4MvZ4_4npV-SKVcyr_gtXbG4y_yRDUo,1201
27
27
  cirq/circuits/moment.py,sha256=g6gPgOvRx7sVcxlmjzPvd7UkdFlElCw7bHrahWhrK5M,25924
28
28
  cirq/circuits/moment_test.py,sha256=672QcwLSTuuJzXIISH9UyMIOX89aYZZD3odvhyzhxLo,31116
29
29
  cirq/circuits/optimization_pass.py,sha256=8R3AqhL55giV4JPAX052r5hY-erG562Uv_SoNHHXeQU,6499
30
- cirq/circuits/optimization_pass_test.py,sha256=F1FB2_Jx5ZtwSyxMl2Y5ihA2L-ik60kjjQ4Ou8ebWX8,5887
30
+ cirq/circuits/optimization_pass_test.py,sha256=sS15gV16L5eHDzNr4GR_Lc0y62B-K6zL4T2MhcDS1Qc,5927
31
31
  cirq/circuits/qasm_output.py,sha256=Kp0BWiMpCUxt5zXcE-tynU7R8U7hwCHG-hnjzfzeBiM,13120
32
32
  cirq/circuits/qasm_output_test.py,sha256=o4A24t-gcQF6EptY5zQE4SoGjycSQAyMJux1no7FPsk,13840
33
33
  cirq/circuits/text_diagram_drawer.py,sha256=EGnSC4lB12NdgAPeKWc6yaBUr1_bbcd1hhff4zm1GZM,16610
34
34
  cirq/circuits/text_diagram_drawer_test.py,sha256=CAp28ZagRpOZjRJ35uGQR7QmKxSLl65lgq8Vx8GKsjg,10751
35
35
  cirq/contrib/__init__.py,sha256=Mha0eF2ci88OVQX3laQiXgdEVo0yGwM7R5a13ryQ8jM,1065
36
36
  cirq/contrib/json.py,sha256=L9vDmk4YWJynzWzwRvK8Lwfb2pTXPQKJsJKumJJJnSQ,752
37
- cirq/contrib/json_test.py,sha256=GKP_XKouLW1WPotgUDyHvdaOagrHnwdq2MVbhaseeQw,1117
37
+ cirq/contrib/json_test.py,sha256=yMnOX-Cm2GWgMNZr_kX0kF9x3xo7goyLt4GGhinrDLs,1141
38
38
  cirq/contrib/acquaintance/__init__.py,sha256=mJgE6eQjZ0csa7hrGYkb3lC86c4hY4LvmpY8QEOIA8s,3201
39
39
  cirq/contrib/acquaintance/bipartite.py,sha256=8PsPAo2POlrQ4sw6pnUu_WOiGL9VD1ASCy8rkpm2XnI,6545
40
40
  cirq/contrib/acquaintance/bipartite_test.py,sha256=_Sx75GV9DEbyZB-zQ9mCj--SCr0aGVBFzo-YIwq1E6I,16064
@@ -45,24 +45,24 @@ cirq/contrib/acquaintance/executor_test.py,sha256=VxmGijgjAjuy6s-H5L9Ynu4CxYXFr9
45
45
  cirq/contrib/acquaintance/gates.py,sha256=Fkk7f0YwVLULh1hGXqjtGm5etb9xuhgvQlb3hrcMML0,13571
46
46
  cirq/contrib/acquaintance/gates_test.py,sha256=hKN3uX7ew4Sv8j0DTBbBm8n64NxHMC4s6kFTpaPspac,15044
47
47
  cirq/contrib/acquaintance/inspection_utils.py,sha256=yTJ-ferTfvLst8Lm6mchsQV5qgFI-D6LtnQD_dG-B9Q,2636
48
- cirq/contrib/acquaintance/inspection_utils_test.py,sha256=_ksOZ1fBkRsylRWKHWa2-sNgqJdlQK5mb5xZx57--dI,1426
48
+ cirq/contrib/acquaintance/inspection_utils_test.py,sha256=KmlUmwmeDQyN-oHg_o6vsyuH5_PbIkxR7b72L74O2RQ,1442
49
49
  cirq/contrib/acquaintance/mutation_utils.py,sha256=q-aikSKFLGISgTNXYDGinFUW30mNLPjqTj00-SeDU80,4754
50
- cirq/contrib/acquaintance/mutation_utils_test.py,sha256=r_0IdvjSqres1KWs4o4HEb8a5WATovIBOUIAjVeIzns,7848
50
+ cirq/contrib/acquaintance/mutation_utils_test.py,sha256=1oh6xraTRcFhu-BuKRxptjIiGkFCtSVJm9MAdyCjyIw,7864
51
51
  cirq/contrib/acquaintance/optimizers.py,sha256=ZPsZW-ZakNcLMRATpVkNuBT7vBd55XqHUU3dtzMO0rw,2121
52
- cirq/contrib/acquaintance/optimizers_test.py,sha256=R_r_G7bBPBo_8qOjKgZsEBLMihZO6jlZ0yor-U25vBE,2455
52
+ cirq/contrib/acquaintance/optimizers_test.py,sha256=ldNF-N6ZYIeF6adcuZswER3djf5eEtRqvxUq8Nhzeuo,2463
53
53
  cirq/contrib/acquaintance/permutation.py,sha256=S9ngL-kIkTle0gBYbp-OzIxTUQl7Hp5C_w4UVd5apUg,11832
54
54
  cirq/contrib/acquaintance/permutation_test.py,sha256=6Q9s-qvEoLbDEmoPrtyXv_57uIDzggooJEcqY3mRzZg,11503
55
55
  cirq/contrib/acquaintance/shift.py,sha256=ZZ5Krvgx5OOLhr5qLOVvP0G_dvGMgy-fIrJPxIgY10U,3107
56
56
  cirq/contrib/acquaintance/shift_swap_network.py,sha256=WNWUZtUmyzzt3xZg6g_FgmbTNON5gtU9uKWXjWhB9YU,5311
57
57
  cirq/contrib/acquaintance/shift_swap_network_test.py,sha256=lFbP4ATIc1R-MXc3xwoC9TKvJOBu2aWo-8KX-M5ti5c,11590
58
- cirq/contrib/acquaintance/shift_test.py,sha256=FnY-D0i4CZsE0v1GLf30u_JyIYDtzV06O-Hd0tDnuXc,4555
58
+ cirq/contrib/acquaintance/shift_test.py,sha256=CFWbjmASfBelwooCdH29I3pP27D6zBc_56mMVI-KTnE,4603
59
59
  cirq/contrib/acquaintance/testing.py,sha256=auzzDDTTBiE6-0PGnJs-etYwozGqBoJ7JVlPuXcky-E,1582
60
60
  cirq/contrib/acquaintance/topological_sort.py,sha256=u57w5NVj3dddXMUO9N_WcOl0CaDA2nXS3SZtrlLEFCo,2976
61
- cirq/contrib/acquaintance/topological_sort_test.py,sha256=rW4Oa3A92kQfw2GQSxSXPIJfhftuh7eaAPJX8nUwcSQ,1672
61
+ cirq/contrib/acquaintance/topological_sort_test.py,sha256=LUQzMRM15EiaPQaSXiiS6gB1EZmhFT6d5JUsuFefMEQ,1680
62
62
  cirq/contrib/acquaintance/strategies/__init__.py,sha256=yz8Lx08TstxjUhphVf8vjFSEaqrkNs99RIrOhHZrPlU,1022
63
63
  cirq/contrib/acquaintance/strategies/complete.py,sha256=Ty3ua6PC80y_J1lyCOmzoRmMmbv-lnjhS00uxChR8to,2194
64
64
  cirq/contrib/acquaintance/strategies/cubic.py,sha256=9ynZcuGJxG6eH3XZn_8hrDTGPzoWgbaeT7Z2a5wOHvA,3180
65
- cirq/contrib/acquaintance/strategies/cubic_test.py,sha256=0ZgDl8uNv9lG1TxQSaCEjNGgRFMeaoETzKSpnhBlR8Y,1547
65
+ cirq/contrib/acquaintance/strategies/cubic_test.py,sha256=8h4tqMjwgsIxja9vIf-NfJbeT1NIXWepJ5K4f9zg2kY,1563
66
66
  cirq/contrib/acquaintance/strategies/quartic_paired.py,sha256=Cr7VeT4k8SUoZGdLtw9uw355uQV1fFT161rAscjZDDE,2583
67
67
  cirq/contrib/acquaintance/strategies/quartic_paired_test.py,sha256=zIMocEKc6rcCSJlyBsI2EJqiNY_iLVrNqruzqiQFDMk,2129
68
68
  cirq/contrib/bayesian_network/__init__.py,sha256=gR0nRY83RmjX_W16Q2lMpXYOm6wD0Fw8kbRpfOVUZ9I,701
@@ -83,32 +83,32 @@ cirq/contrib/graph_device/uniform_graph_device.py,sha256=ymG7X-wLzZE9hBc9P7Kixf4
83
83
  cirq/contrib/graph_device/uniform_graph_device_test.py,sha256=b49Kx1pH_VvD5m-DV2TSI1qe2ZjQQaB76HJVboGyRYs,1616
84
84
  cirq/contrib/hacks/__init__.py,sha256=C1uZ1J79EG0dmPxj29mnjdfx6aRU6moz6QAD9PFGUYM,584
85
85
  cirq/contrib/hacks/disable_validation.py,sha256=wJEzMoK3qDzhIFDUOIgdKqNDcHl74MJAi0OJuCjl82k,1419
86
- cirq/contrib/hacks/disable_validation_test.py,sha256=nuDfktj3bD7oFlae3R0Jf_qcAo87Z9CphYxi9lFQ1J4,1711
86
+ cirq/contrib/hacks/disable_validation_test.py,sha256=B1FjcEZBBCYjLxx5ipb5Nv5NOd5vhQ7tkKpUyCAHVrM,1719
87
87
  cirq/contrib/noise_models/__init__.py,sha256=O3wvaQ6kyNZzwsCnMMZvr2EyS76LpO9xnVZ69a2obv0,957
88
88
  cirq/contrib/noise_models/noise_models.py,sha256=i1hCLuI4c6DLMQzBenK1ghAvfnrGKCYgow7tl8Pjf5Q,7674
89
- cirq/contrib/noise_models/noise_models_test.py,sha256=nELHWYWbRp6RCurjTSEAumpZPMY2gNN3S4Mhho3pwJ0,10488
89
+ cirq/contrib/noise_models/noise_models_test.py,sha256=wjaFKFldV3pSNa-S_TI8tGmpF6X2nVf2ztSur9J2qrE,10552
90
90
  cirq/contrib/paulistring/__init__.py,sha256=1k2_MYLTMPn8AFoJvSgpN-F-6xgmDjKXRhb-FdDsFoQ,1761
91
91
  cirq/contrib/paulistring/clifford_optimize.py,sha256=bdS4pXjBxcJhFiL_jsVeS4Odcd-D02FtyxLVVsWi4LU,7830
92
- cirq/contrib/paulistring/clifford_optimize_test.py,sha256=Q8REpwDRNEHVYl3yxfzxN7c5dsQLhZSkk842xaKvFrw,3889
92
+ cirq/contrib/paulistring/clifford_optimize_test.py,sha256=j-wd7_ZY1wks44y_ZxJeCs2DMEB5yeHk9qQ5EKH0uSA,3929
93
93
  cirq/contrib/paulistring/clifford_target_gateset.py,sha256=7TyfG3ieJluz8AziQKFCT1EgRKLzWu2aoUGAEcLblGw,6369
94
- cirq/contrib/paulistring/clifford_target_gateset_test.py,sha256=Q_Zqbfp6yVzLabpKLnhIFCnGBaCgsgiABXCuAixwySQ,8668
94
+ cirq/contrib/paulistring/clifford_target_gateset_test.py,sha256=5eKp7WJq0LaG_G0kgpxOP0Ik8vxVzDVOJMYUIeCzqNk,8756
95
95
  cirq/contrib/paulistring/optimize.py,sha256=ArUWzXYpHq9SE7K9FdqsJ5WJg1ZvHs8DP6zHeJMlp18,2707
96
- cirq/contrib/paulistring/optimize_test.py,sha256=jdZBpXIialcHQGsp8LIuIpU9M5wBQX9HgnqqiMv5l8U,3559
96
+ cirq/contrib/paulistring/optimize_test.py,sha256=qgg0-x89-uuRqtPHJcL_IiDcivKLw6ek_4uj6pSy1ic,3583
97
97
  cirq/contrib/paulistring/pauli_string_dag.py,sha256=vg0994h84zHIejSdwfqR-mdwmHOWWOAOOcGuStfKPdk,1106
98
- cirq/contrib/paulistring/pauli_string_dag_test.py,sha256=4XQ2IoXx-2g5OUU1SMCLbEvDWoGyDg9FMy3_rTTqfBk,1124
98
+ cirq/contrib/paulistring/pauli_string_dag_test.py,sha256=_ghCoFbaBGe9K4VeN_pJTXhFQoLM7q6tnPM5Pu0ryG4,1132
99
99
  cirq/contrib/paulistring/pauli_string_measurement_with_readout_mitigation.py,sha256=FRCaB3Gi5fP5XF5nJankPw0IEIFp6ZlIFQ5OfFFYJvQ,20164
100
100
  cirq/contrib/paulistring/pauli_string_measurement_with_readout_mitigation_test.py,sha256=yPFWcZiVkUcwwpjQQsT135JPmj9p5KOS9urzNqUWAfQ,35501
101
101
  cirq/contrib/paulistring/pauli_string_optimize.py,sha256=QhowjgeI0vXg_XvF7FmpUgGgDJP9xCbsYS8_womA4Ho,2903
102
- cirq/contrib/paulistring/pauli_string_optimize_test.py,sha256=2wSpV7EVwuuK8wI_Pp31V4vCIkq-CEmQz3EjaFWi8fM,2895
102
+ cirq/contrib/paulistring/pauli_string_optimize_test.py,sha256=pygO7C4Voeucrt1cDrhrADe-rcJnGpdhcscjmugMPaQ,2919
103
103
  cirq/contrib/paulistring/recombine.py,sha256=Q_0RCTfg5i7WaqoynimpYXkuSuE2BIov8jYcan8V1Gk,4343
104
- cirq/contrib/paulistring/recombine_test.py,sha256=ClvleI2hVVBOA7sbi3yTth-fErJQYYCw-6ebAvXt-Ns,1915
104
+ cirq/contrib/paulistring/recombine_test.py,sha256=AVeluZbl76Bzjc_C9BoeNzscraM5bcMtlAwAW2CHFz0,1923
105
105
  cirq/contrib/paulistring/separate.py,sha256=dtGwqXxEiRCxo21wV8uAlA1E3GKQGxr3FuQWqy-jTdM,3926
106
- cirq/contrib/paulistring/separate_test.py,sha256=FzR78MSHDhNJxizbXreK6u3BeYhT7xn7W1QyHfEZ34E,1267
106
+ cirq/contrib/paulistring/separate_test.py,sha256=R8YSAoHJEuRnXZAiAJVl-x8u-RbtLmjwAqnCcrUgNCU,1275
107
107
  cirq/contrib/qasm_import/__init__.py,sha256=RKX0vGDC2Pe5rH5rM4ClXdvtrAU16ePFImQpiJtJVNo,744
108
108
  cirq/contrib/qasm_import/_lexer.py,sha256=RkrbOoT5flW_NEzdxRgv4nbmJ1mWJWlENPf7aPAVM9Y,2929
109
109
  cirq/contrib/qasm_import/_lexer_test.py,sha256=q-NgTZMeXFbBa1s6Q66qu0oHHO_f2Tsczn50kVw04Y4,6218
110
110
  cirq/contrib/qasm_import/_parser.py,sha256=lcXWip0si5ZI8iCEQ-oQQcKj08pPSDnk2Y3u55JiWys,26052
111
- cirq/contrib/qasm_import/_parser_test.py,sha256=aQZhZAjE8J7QH7fHk1RoFTKSsOn7PFhLcA4cQDuD7ls,39723
111
+ cirq/contrib/qasm_import/_parser_test.py,sha256=7IyxkbZQqmJSHudZmvrdrf87Gf-3spTea6_0XOZbdQo,40259
112
112
  cirq/contrib/qasm_import/exception.py,sha256=Wm6cwUPIkNMPjkv-ELpQ-zSoXaiLOddOQ4iYybwuS6I,695
113
113
  cirq/contrib/qasm_import/qasm.py,sha256=Ve1oJZEFezeIVam9rsbGwCUzqEXoXrkQbV5CO28G-Fc,950
114
114
  cirq/contrib/qasm_import/qasm_test.py,sha256=Co2ksl14dBvYtBUB9-9DONjjyV7uTdZqNP8k8dBLS-Y,1861
@@ -117,8 +117,8 @@ cirq/contrib/qcircuit/qcircuit_diagram.py,sha256=pwaqM9CERfePRxH6Xx3PtMLVIcN1Z37
117
117
  cirq/contrib/qcircuit/qcircuit_diagram_info.py,sha256=T1-FVcVgVtHG524MrhheqQ-GfiYY-tvKP3wH5ODcWl8,4560
118
118
  cirq/contrib/qcircuit/qcircuit_diagram_info_test.py,sha256=2CEJ3LCA-kaBeZOAc-2RRG5wEIdQLQVTqBpQ7lV2MWI,2393
119
119
  cirq/contrib/qcircuit/qcircuit_pdf.py,sha256=LwXyz5_Amz0RCE4gQKmPgVp6HLD89htEvawqhuKuY-E,2412
120
- cirq/contrib/qcircuit/qcircuit_pdf_test.py,sha256=rpb146aadlvEIHPXPyZqRlSDte2ldlKuanKryJU3cnk,1078
121
- cirq/contrib/qcircuit/qcircuit_test.py,sha256=g6lbhtkq85hKAwp1-dcU73LpAt0_RcmPKMApxd6X_6E,6041
120
+ cirq/contrib/qcircuit/qcircuit_pdf_test.py,sha256=rgfZfPup-bR_2kgYDbIUxccnqANPVVs2R3mWlPazsi4,1086
121
+ cirq/contrib/qcircuit/qcircuit_test.py,sha256=2dQOCScjW_0PQHMWfdlzvdHuMZ4PdwB5Ybj-q-2G8U8,6089
122
122
  cirq/contrib/quantum_volume/__init__.py,sha256=RF_nbmm9s9A8sLhsnb7aZnuuoeHnsvlRNuoK8nBBW2w,1038
123
123
  cirq/contrib/quantum_volume/quantum_volume.py,sha256=x1nmPFHlp1ZAQC41aYZsHzvBvTRzNZ0azXb-a62ylsQ,19389
124
124
  cirq/contrib/quantum_volume/quantum_volume_test.py,sha256=hVwInjcdS9jKPKeDoQ8EnxjwESC_QLvgEOaykwk27rI,12400
@@ -140,9 +140,9 @@ cirq/contrib/routing/__init__.py,sha256=ktb3I20eDrRtlywE_JR9yHZ_YHDC3UQn6xB-S6GT
140
140
  cirq/contrib/routing/device.py,sha256=bj0AdDB9xnXqzrsSy2C3puVOza0bU-GhImoEr1IBZDw,2889
141
141
  cirq/contrib/routing/device_test.py,sha256=fGGN9agUEEusrzCaodsmCWMJE7LBF4Vc9JQ9KL_7b9A,1926
142
142
  cirq/contrib/routing/greedy.py,sha256=TBkt0z76Fefs_6rlKE3sQXGqo_96GYsVDixrMiz9Oaw,13929
143
- cirq/contrib/routing/greedy_test.py,sha256=e658tKz2SSqIUah6r9EMup2yxaaLBz0dz6xRryV_jDE,2238
143
+ cirq/contrib/routing/greedy_test.py,sha256=dlWCkW-V2SVN5wphi4gRq2ogKIVsGSBLLc1AkBhdmg4,2254
144
144
  cirq/contrib/routing/initialization.py,sha256=M6z2eSiFaoZutZFQXhTJrQKdNVp2TEBtEPfmwGUlZAk,3733
145
- cirq/contrib/routing/initialization_test.py,sha256=_-nePdUmoE3IdW240GEMBCm0P8rlOWF_ENXb196LlQo,2473
145
+ cirq/contrib/routing/initialization_test.py,sha256=oyvC90NJZBMkC8zFYfK6T8aCdDPZj_Jc8KcMVvDrAs4,2497
146
146
  cirq/contrib/routing/router.py,sha256=e-1AYvPFPFbK9G0C0pfkxlJy4RjoTpaf23ndUuS1v7U,2565
147
147
  cirq/contrib/routing/router_test.py,sha256=eIoKRCOMgXdAbxKURgD2rBhlz47AQXqDMbwyqKTz-ng,6330
148
148
  cirq/contrib/routing/swap_network.py,sha256=3isu0X6KZS6Fkp6ZdZcSNpqP4IJVjxfY818GCI_kQlk,2385
@@ -154,24 +154,24 @@ cirq/contrib/shuffle_circuits/shuffle_circuits_with_readout_benchmarking.py,sha2
154
154
  cirq/contrib/shuffle_circuits/shuffle_circuits_with_readout_benchmarking_test.py,sha256=TaO33Z5IYLQcFxpaYXbCiTjQdtgeBwL5qhT2TjbHpDA,13847
155
155
  cirq/contrib/svg/__init__.py,sha256=m7d-CNT2j74uNQdmM2xJ1a7HG6v0FZMt8eAwW4rPJpI,148
156
156
  cirq/contrib/svg/svg.py,sha256=QQs--lyGCOY8ynbUIxdJf-i-8X_fU8NRjPIn8ELUnIk,9410
157
- cirq/contrib/svg/svg_test.py,sha256=VUuaQGu0ZxnWXgbh7BgZYQK4zyaxdPfBrX9ifJ7quUc,2430
157
+ cirq/contrib/svg/svg_test.py,sha256=RIWFUT2uIRlvH-oT3gRLDBxkVX2Yp2EWgMXYVf_Az3g,2470
158
158
  cirq/devices/__init__.py,sha256=ZhUNJv7L1V9n3yQCDFJ_CkQNjgT-rJ8MZTfafHqCvhY,2577
159
159
  cirq/devices/device.py,sha256=4MXGo_NHHlysc3aK5a29jgdmjJniA6VCum8tUDW4HFw,5407
160
- cirq/devices/device_test.py,sha256=9MDFBoTA2AwjhR65Dzmibohecah82yEM7d6w_ujWiSc,1125
160
+ cirq/devices/device_test.py,sha256=YRZvCr8bsrwpajH4JXjtBwpv-wBnHHgw5PaWBqgjfXQ,1157
161
161
  cirq/devices/grid_device_metadata.py,sha256=V2OWWw0BK6NsfhdoViA9DRnPf92zWa0wUJBRcbhzFeM,8639
162
162
  cirq/devices/grid_device_metadata_test.py,sha256=jUnuBRH_ufJUIp4fA70z7IOXCbIxYAbgfHwYbC-nTJ8,8593
163
163
  cirq/devices/grid_qubit.py,sha256=51BohF1G-CnKFgLy792zfAE_bwH1cRwWK4jnAvevtZk,18819
164
164
  cirq/devices/grid_qubit_test.py,sha256=3-H-xzJre0H36J83vF3U2oK1cojZKyv2oJ6UeD57roA,15011
165
165
  cirq/devices/insertion_noise_model.py,sha256=9MIkrRcnXoCBOoVflHHex6Z_4TxVkwj02UPd-Bjjr18,3626
166
- cirq/devices/insertion_noise_model_test.py,sha256=YtKV1tI57ux_mXJbAF98TuTk2kpGeBxBQjzWWmkVtY8,3992
166
+ cirq/devices/insertion_noise_model_test.py,sha256=Iw5T_XAWJM5fv4gn4_pBB-rvSPA2wSakt-vK02o9u1A,4032
167
167
  cirq/devices/line_qubit.py,sha256=nZOtTehJq2JuKP4evGQkR-ktMWNizkDPtUQhU1A4u-s,11829
168
168
  cirq/devices/line_qubit_test.py,sha256=eu47MSzy5eymIccIuHct8Z_WJeHhZYEARR3yB3NXyO8,10287
169
169
  cirq/devices/named_topologies.py,sha256=GbyG54LM_-hTprfT7085z32eoLrFe_stC2mhSlC1Zuo,15818
170
- cirq/devices/named_topologies_test.py,sha256=4YURaPFHN7CAxl9Tve_kysJuEY4O1PPywEMkGGr12m0,4737
170
+ cirq/devices/named_topologies_test.py,sha256=fYOM6Av7WhvqCfT6yDyqHIfhMSJKAWStA-xQPw0KBaI,4817
171
171
  cirq/devices/noise_model.py,sha256=lwyF5OkplbEbIBj5_dOY21RqIfTC_SIAQt9oL26g6N0,11245
172
172
  cirq/devices/noise_model_test.py,sha256=QvgpP__Eecojm1DkCbRgDyu7xrbyPbvg7POS4xFktK4,9276
173
173
  cirq/devices/noise_properties.py,sha256=0VzM0_rmV1JumKQccj9_GEGPE0jNkuwIqXEaZfmEjcU,5111
174
- cirq/devices/noise_properties_test.py,sha256=0s8ROjcRyfXeExxGz4gyA79pZARXwHanzOpDpcXEmcM,2341
174
+ cirq/devices/noise_properties_test.py,sha256=buOQnAbgnR-BxMJGXrM-bc1Dys7ZypySws6_ZoajhEg,2349
175
175
  cirq/devices/noise_utils.py,sha256=N6zxBAmhbK3UGiu9FTQH_3GFB_0668B3x5NyAUKlIvI,7187
176
176
  cirq/devices/noise_utils_test.py,sha256=cMSiNoOIPeo40t13b3R2-RrFUITjJhOoKj1UGpmJ3cs,2063
177
177
  cirq/devices/superconducting_qubits_noise_properties.py,sha256=3FWn3Kwgkq3qVyMffHNdmFdqUtv5JwNr7dzfFI7srNY,8164
@@ -184,7 +184,7 @@ cirq/experiments/__init__.py,sha256=Sx2sW3Uj0p7W-E_HkZ21YpHVUvKlp_zc5WWtago4rlo,
184
184
  cirq/experiments/fidelity_estimation.py,sha256=Z6BjqAKMzyMGRMnUyy5YN3o0fpAOMtnmtQ6b_dGhT8E,9283
185
185
  cirq/experiments/fidelity_estimation_test.py,sha256=SX5hwQjyzWm1yr1q0C_LCgbFfUF_Ye36g6HuQbtinGI,4918
186
186
  cirq/experiments/n_qubit_tomography.py,sha256=T4Q8GkcESrraFfnSnDEaMh_-7X7U3ufpdHwrjprBr4M,8482
187
- cirq/experiments/n_qubit_tomography_test.py,sha256=wHfV2OpGYSDXfoyEh-B5dc1Dv8sxKNFbUoHyjIWZoFk,4362
187
+ cirq/experiments/n_qubit_tomography_test.py,sha256=meZcrjHJfeA3gMfrltKX_V5CP57ORSe_GQJt79wJzK4,4402
188
188
  cirq/experiments/purity_estimation.py,sha256=6D1UwFlQRzHeajXMTyTUfBYAc0jJQ8Cfz4lteFKeUaM,2467
189
189
  cirq/experiments/purity_estimation_test.py,sha256=xlBGp0NOBYR0IhTy3bckHPgi81FkGSGxKqk9hwXG-I8,923
190
190
  cirq/experiments/qubit_characterizations.py,sha256=dlW50ijAHPSGIx6ObH2_bXRjUIZOsDFotzpPuJiJkJY,36710
@@ -196,7 +196,7 @@ cirq/experiments/readout_confusion_matrix_test.py,sha256=fIL-r9vi6QEp0Bt5Fv9BlJl
196
196
  cirq/experiments/single_qubit_readout_calibration.py,sha256=K9IZQINYwDVxF3OT15Zd40JnQhKtGc9z5UNALMIIu4w,14749
197
197
  cirq/experiments/single_qubit_readout_calibration_test.py,sha256=HQE29SxyL2mUhvNZnV9F_vOaAIJteox7volmDfZQy8g,7751
198
198
  cirq/experiments/t1_decay_experiment.py,sha256=IA108IQ9KEcZilEwu_famESZmdMaxJAUKyHKJNhBjz4,7112
199
- cirq/experiments/t1_decay_experiment_test.py,sha256=LauXCkcLNxrmM5gNCT5RSWaRQ8OnlV8sCZZ3CBrLjpI,9138
199
+ cirq/experiments/t1_decay_experiment_test.py,sha256=Msg41UPyeFHveKq6Ixxr9r-YAOatPNa08jIL7GI7WdI,9226
200
200
  cirq/experiments/t2_decay_experiment.py,sha256=RM8KbXmEWfLu865QksIZPCL9h37VQLUKoSTb1Uq_QnI,19176
201
201
  cirq/experiments/t2_decay_experiment_test.py,sha256=dJhtdqgH2majCQ-sstyjog75wkzkzHrHVsQrGpuYXfE,15030
202
202
  cirq/experiments/two_qubit_xeb.py,sha256=loImf3M7UDPyAhWsVwYn7xNSumBCXZ5LRsgCy6IaaWE,22840
@@ -219,60 +219,60 @@ cirq/interop/quirk/url_to_circuit_test.py,sha256=dB_QV_aT_9OfJS61JxHbe5oMbiJh-d6
219
219
  cirq/interop/quirk/cells/__init__.py,sha256=whHeo2FI2h19CUYzUzzdrRqEz-LE0AswzQdmklbuFdE,1483
220
220
  cirq/interop/quirk/cells/all_cells.py,sha256=Umd8wmwx51LzEqQbJFpWuvqL7g4MsSQXXztGzg1JbPk,2558
221
221
  cirq/interop/quirk/cells/arithmetic_cells.py,sha256=8H1YmrJi_I_eHfw-5icbKDFSeaFBFntTOBrMKvalb7A,13149
222
- cirq/interop/quirk/cells/arithmetic_cells_test.py,sha256=dalnDnHwMp2oBi9VpIxVNTz6nMZNYL5WI74kw7Flb5w,14625
222
+ cirq/interop/quirk/cells/arithmetic_cells_test.py,sha256=l4mrFnzSldgm_LTdtzo_eBa2QmYgLs9BHzbOAWPVaGw,14737
223
223
  cirq/interop/quirk/cells/cell.py,sha256=q325wair37CfRl-ipWtuy7bhf3r83pODTtw6cf9RyBQ,8452
224
224
  cirq/interop/quirk/cells/cell_test.py,sha256=-HDH3PIn8DPtaeUWlfR4bpLWQ-LqF6WQcjFUolUvXCg,2276
225
225
  cirq/interop/quirk/cells/composite_cell.py,sha256=-4UFAW0GWYELbRksIg8T1bfJq5Q5I6jxoe6SzUyc6H4,5356
226
226
  cirq/interop/quirk/cells/composite_cell_test.py,sha256=3qiQb0VOLtr1ZBKjCMRrJm_AXALDBLK9DwBTu3kQG6o,5308
227
227
  cirq/interop/quirk/cells/control_cells.py,sha256=nKQ-5wZUgywVMmXbFcqScF9VBj-R8hRGeXXelc20duQ,5573
228
- cirq/interop/quirk/cells/control_cells_test.py,sha256=rqCmmjE5ym5wqzpTrEGso8dCgrIC6JxnMHqzuk4hfsc,4673
228
+ cirq/interop/quirk/cells/control_cells_test.py,sha256=sectKGrXqLXadVO20zgt3AnemSKpfrue2o0lenUpK5k,4713
229
229
  cirq/interop/quirk/cells/frequency_space_cells.py,sha256=OWkNeR8ssvuapsOLWmJytEexhf84TmFz-uKT97XZIJQ,1919
230
- cirq/interop/quirk/cells/frequency_space_cells_test.py,sha256=fPAjxnD8sKnuxNdY89K66pdbV4Hi3IxhdeWWni5-Uno,1812
230
+ cirq/interop/quirk/cells/frequency_space_cells_test.py,sha256=mDDSOWpG--YBrfmRJ53IM-EuCpepYqk_o58POu1ZNhs,1820
231
231
  cirq/interop/quirk/cells/ignored_cells.py,sha256=SVYXVuVM7FWfIPQdTSS64zqadxwpVDnaMmA3AG92nqo,1378
232
- cirq/interop/quirk/cells/ignored_cells_test.py,sha256=46KXRNPM_t6-aKklrDpLbBDXijHDDafepE2KKuJGNLA,919
232
+ cirq/interop/quirk/cells/ignored_cells_test.py,sha256=v0wsSeKj9EPfnDs-ZBVI7v9VHW6JS4Aaa1Hlq7EbhwA,927
233
233
  cirq/interop/quirk/cells/input_cells.py,sha256=hR8zQQOCgbeRLK2f31mwRcAS5lGPi1AO83Uz1KuVDdQ,2951
234
- cirq/interop/quirk/cells/input_cells_test.py,sha256=Aavp8SHgnF0vAG2fvcX1y0x6Hzrz6dg1tGMjBNLyl5o,3500
234
+ cirq/interop/quirk/cells/input_cells_test.py,sha256=eVoDL37vDkaHit8e9vIK_K2KrxJ34wg1Ma2t1RPkxMM,3540
235
235
  cirq/interop/quirk/cells/input_rotation_cells.py,sha256=HF_KFnfcFMCJ88XZF0BiOy1TsoCzD_qw2DAbeSV8qjI,7377
236
- cirq/interop/quirk/cells/input_rotation_cells_test.py,sha256=o56BWKRiE_MFSZldbSa9PnDlnOFslEyODbmcjzRlqjM,6318
236
+ cirq/interop/quirk/cells/input_rotation_cells_test.py,sha256=6UhV6T5Os3omTDGNy8vRoo2iNPCtxAS4rKoejrfofQ8,6374
237
237
  cirq/interop/quirk/cells/measurement_cells.py,sha256=_6a6jm-EP9khPm2eZZu2ArlTdvfLzo1bW7LZ9GFaXVg,1539
238
- cirq/interop/quirk/cells/measurement_cells_test.py,sha256=AYYzjn3BrQbk-Rg1L3WjCOQN9eGLRQzqwYr6i8UH0Fk,1574
238
+ cirq/interop/quirk/cells/measurement_cells_test.py,sha256=guP6XrUdM2gxOhjqc3QyWOSLYpkb9gZOZRPuyC5gPhM,1582
239
239
  cirq/interop/quirk/cells/parse.py,sha256=Ilyzz9rbe9XYExVlj4rcJsrIWN4TnAj6LlVl37S9MO8,11873
240
240
  cirq/interop/quirk/cells/parse_test.py,sha256=1L3qRRaz8Q0vh8N92uFwI7G-ez97mKIqubQgp10uPsI,7473
241
241
  cirq/interop/quirk/cells/qubit_permutation_cells.py,sha256=swv_ovLaqO073j-uo6JtII_Sw_Nh51e53tSq-8JREoM,3424
242
- cirq/interop/quirk/cells/qubit_permutation_cells_test.py,sha256=n0veQKx0EdFzu_gdY_AVjwqyoHae7JGkDFX6qhLeGrQ,4460
242
+ cirq/interop/quirk/cells/qubit_permutation_cells_test.py,sha256=Yk1zMK1G-M58jph3m9vLwA_ouLbtgoEq0hC2Go-8N88,4516
243
243
  cirq/interop/quirk/cells/scalar_cells.py,sha256=rHgoPJX3a9CGFAcjnJJMjc6xIsDTKdGJyGaMXGZYlnc,1281
244
- cirq/interop/quirk/cells/scalar_cells_test.py,sha256=1IrttKsY0921W-885PnpZaYe8OQXKVQ9g7semm28W4E,1367
244
+ cirq/interop/quirk/cells/scalar_cells_test.py,sha256=5VziFmUmdiB51gkXDAxSQgPR_BSL_bAhjaqvAlOrYlk,1375
245
245
  cirq/interop/quirk/cells/single_qubit_rotation_cells.py,sha256=v9BZKb4sCW7aVfddfdnDNoqmxbIL7FXnppyLp-4iqM0,4494
246
- cirq/interop/quirk/cells/single_qubit_rotation_cells_test.py,sha256=NZ5r7sLQx9p3yLCQ0RQmX-8R6e2vPtXmpL8_xbv1PnE,5037
246
+ cirq/interop/quirk/cells/single_qubit_rotation_cells_test.py,sha256=MEaFcGPlHWs-mPGdrGYphTQoiGkIk_KuLYb04WF5iWk,5061
247
247
  cirq/interop/quirk/cells/swap_cell.py,sha256=7WxDTBPu4gGKTkJYxtnNK5E3L3gmrzyCdi50fJuScFw,2443
248
- cirq/interop/quirk/cells/swap_cell_test.py,sha256=z3Dz7jrkEI7ri2vOqQQAO8bbhUSRYU4JORgF4YqOY3k,2321
248
+ cirq/interop/quirk/cells/swap_cell_test.py,sha256=REZiXGrS6XELQ2y4mPw8pnAXvjH3jDC2hXYFnrKuADo,2353
249
249
  cirq/interop/quirk/cells/testing.py,sha256=0r4_XPBj6plgwYdvYBzZYMsm8dOXFibAexj2F6mmMoY,3316
250
- cirq/interop/quirk/cells/testing_test.py,sha256=Qb__MOXjUrna7Wy6mlRWFyyy78KfzqlKsTvNfdR8-fc,3929
250
+ cirq/interop/quirk/cells/testing_test.py,sha256=YvSKMtWQlzx9NeVmFOl6tTQ7HJ2zwivvVYce_mbDFfg,3977
251
251
  cirq/interop/quirk/cells/unsupported_cells.py,sha256=xTE4aKpuVocey_lvWwb8Q1fla6oMqI1S4rc7a2UtDgs,2841
252
- cirq/interop/quirk/cells/unsupported_cells_test.py,sha256=5bl-maazy7Dr8u6kwK1AhGT4vtHqzIMRKxoMKYC-JWs,2178
252
+ cirq/interop/quirk/cells/unsupported_cells_test.py,sha256=n2Ai2RbYA_WtNczsfy82BqDQYkNcxyJMXqqcuAHnBpY,2194
253
253
  cirq/ion/__init__.py,sha256=F6tf4JZOGpDdxX0FxT42qgq8rF96ZTFHMJ0OV09Yj1c,787
254
254
  cirq/linalg/__init__.py,sha256=0dSlIBy-TVzf7b_-rLLlrS8ZFkgCfYg0pJjWs72xYOk,4045
255
255
  cirq/linalg/combinators.py,sha256=eFblS-EO45W0uqOm4rPmPj85_3w6Y3y7wnOTTLIiSK8,5366
256
- cirq/linalg/combinators_test.py,sha256=eRy1FrGujE8UC3pP1X5MfWmKlpjimHTxdiixr-G4nJM,4829
256
+ cirq/linalg/combinators_test.py,sha256=LBfX3D8dAd0KUXwBPtKwm-G4IkTmKTdib407g8upc2E,4885
257
257
  cirq/linalg/decompositions.py,sha256=bKwdrDSMQtnZgGhowVFrxfpuQbLR-s-xWwVF23h88Ms,38675
258
258
  cirq/linalg/decompositions_test.py,sha256=zlx9-1GbEjD128-fAwx4qqdbd5g324O65l3VzioilHY,25436
259
259
  cirq/linalg/diagonalize.py,sha256=Y3fFcyEWKH5CGbGY8KeQPGBgdDgvETF3WUCkVNIVfNw,10051
260
- cirq/linalg/diagonalize_test.py,sha256=Jn6Gc1R_1MaL6vUUqjIx_6WvMDTIj7l8OxUNJgWKmsc,9089
260
+ cirq/linalg/diagonalize_test.py,sha256=EOD4ufvwb6jgfLmio61iIsPEr_Pz2wAtINgjOX7zg7Q,9169
261
261
  cirq/linalg/operator_spaces.py,sha256=kzKK0TNn7Mjul45vTygGyJik-PCct8dVfUiTcjWPVps,4136
262
- cirq/linalg/operator_spaces_test.py,sha256=Hbm8e4kGbGw9c4O3v5o0kYbcikwDkdIoAy3V8EofJr4,10605
262
+ cirq/linalg/operator_spaces_test.py,sha256=0zXC75KQ5S6hJhY5wndq61rOIltV-6r2WoLrzv3esSw,10693
263
263
  cirq/linalg/predicates.py,sha256=WyMHG_X_nGrPAqAN7Z-QIEfOxeBaaBqesHuJg2jz-MY,12147
264
264
  cirq/linalg/predicates_test.py,sha256=syNiyS-clEGeZnbKT7zyR8_ClDnXFYtDnLKozLbitzw,21504
265
265
  cirq/linalg/tolerance.py,sha256=EOP8s53270gw3wCPsnuuuhLENBhdUffxEDygwVLOvzY,1905
266
- cirq/linalg/tolerance_test.py,sha256=wnmuXIGEn_mugGoNm3AigSgjV2DMFdj8xpgRTMBbO7A,2355
266
+ cirq/linalg/tolerance_test.py,sha256=sIb4yJKcFPLE-2PP_-yLYqB1N4sngfUl_wAM_pTgN3o,2387
267
267
  cirq/linalg/transformations.py,sha256=zo9Gwo4VX2uQfN_7iOzQrxI-27uDj7s8eTUe2eJQetU,32519
268
268
  cirq/linalg/transformations_test.py,sha256=4GnfQhB1lERteVxvTHXMXxEt4vwQLZBXNJOvnFY3AKY,25636
269
269
  cirq/neutral_atoms/__init__.py,sha256=VoQBkmZ5m4TPxjxShRixjqJbnc-IAnAWkGOPu8MBS5o,813
270
270
  cirq/neutral_atoms/convert_to_neutral_atom_gates.py,sha256=2sIJd5CzWjehMi_rfFW8QXSnafwdWqzrnrzKbWlkXf0,1156
271
- cirq/neutral_atoms/convert_to_neutral_atom_gates_test.py,sha256=svleNo8P_cQLCMfcGLkU896cpLjZKPynDKnJGM2pyJ0,1861
271
+ cirq/neutral_atoms/convert_to_neutral_atom_gates_test.py,sha256=yZhv5hVhvUhCQnntP_Nk6mPsXs1j1d8bFhcSMmz-_yE,1869
272
272
  cirq/neutral_atoms/neutral_atom_devices.py,sha256=s-LInrNp8k_txKbpLWfsaoiZvUScOWNxr-jiB-nFcDA,1358
273
273
  cirq/ops/__init__.py,sha256=Fvghj3MopLpeIdbpb6en855QgwperBs5esV1iszhBDA,8274
274
274
  cirq/ops/arithmetic_operation.py,sha256=j1RkP2gDX3n7xzEKNAoTQSmzfXBIAdov07AUlhdtVQw,10157
275
- cirq/ops/arithmetic_operation_test.py,sha256=iKjnwOvd1wCWk-byeUC14aGwYuHXOlkrtlOvNRUcMqs,4942
275
+ cirq/ops/arithmetic_operation_test.py,sha256=xIuLKsTWl6y2X90IukOv4xsbQGUCYi2m4jgHJWqdbLM,4958
276
276
  cirq/ops/boolean_hamiltonian.py,sha256=2Z5iqrxHxMmFjRgY72uqedK2C6sfFtIFSGs8TGwyhKg,14946
277
277
  cirq/ops/boolean_hamiltonian_test.py,sha256=p0vm-hQKWJQdiLl6KyM-ylF3eIW1JgxBfiheFABKCig,8540
278
278
  cirq/ops/classically_controlled_operation.py,sha256=lRP-agJZBgGO5CL9OML3oZKaOZJAuAMqnHe4XRAC6Gk,10369
@@ -280,7 +280,7 @@ cirq/ops/classically_controlled_operation_test.py,sha256=nIYyXfNH4E2IibZSLk6QDVH
280
280
  cirq/ops/clifford_gate.py,sha256=awiYS6M5HiFXZee1Y9ZouC6u92UjfTJsK7soelid0ng,39392
281
281
  cirq/ops/clifford_gate_test.py,sha256=0AzR-XI9N97rRS-bxXQhvu5KS2eaFSoMliW-J68wk68,40375
282
282
  cirq/ops/common_channels.py,sha256=aTxfQ7F4ewv2h_XfUgfdGk2DbU7Lian-Jp_2muMNXlg,37130
283
- cirq/ops/common_channels_test.py,sha256=nQsSSxu7vtedb3ZUuw4hNKIX7MYI4x8lxvLyWMZNt10,30079
283
+ cirq/ops/common_channels_test.py,sha256=2AEMqpjQyeDP6rE2nY2gHuMbanaYQZb_na0ScuuGPWA,30719
284
284
  cirq/ops/common_gate_families.py,sha256=2E31Qr_Yv1zI-r_MNWmr1xJYrEHHU45274iDrt_oKPE,8611
285
285
  cirq/ops/common_gate_families_test.py,sha256=bEF6Q6GtEOTc9kHM5WC1UIULPGnMPXdtm8gzLT_aNBI,5276
286
286
  cirq/ops/common_gates.py,sha256=ITW2Vvpw8VzypGn99yawjf1u8tW1arg51kRzvaNHWUE,58256
@@ -300,9 +300,9 @@ cirq/ops/eigen_gate_test.py,sha256=D9ETnoJ4NRcz9EvzQOFra84bonph8optp7zhW57rgWA,1
300
300
  cirq/ops/fourier_transform.py,sha256=My5E49ox7sXTEXYP6QXSWIgsloOtX3rnAu1f1eFSHx0,7497
301
301
  cirq/ops/fourier_transform_test.py,sha256=mtWhiC_Tg60uNh7mhhMb02cckGfNC_Tjte-Q4gRcF8c,6226
302
302
  cirq/ops/fsim_gate.py,sha256=pZiUI7GrLKSUtQs-U2sA0efPFfyILLS8BWddSfhZQCc,20073
303
- cirq/ops/fsim_gate_test.py,sha256=4kFk0ALzTmaskQURHPl6JerNvw8gbZn49nt1_WAjpdY,25671
303
+ cirq/ops/fsim_gate_test.py,sha256=OgefVUrgUlCH9BfWr33HE8Q3K_rCZot8PjFLmMNbHXQ,25879
304
304
  cirq/ops/gate_features.py,sha256=414mSi3kgKSwLOeAG_WEZKn8ZMaLtOowed7os1qSnM4,1049
305
- cirq/ops/gate_features_test.py,sha256=mnlqJnSpllcOnTUdvmUs_ssnPRhAIgHhKIAK2Z86Dfg,2347
305
+ cirq/ops/gate_features_test.py,sha256=iaHY4odaJMpntUe7rOIcaUHU-Z5s7AIn7jiLsLswxRo,2371
306
306
  cirq/ops/gate_operation.py,sha256=_JbRX0FkDK8HzAwE9RY6b5YVaRbpZwJnNV9BrWJ2kTY,13680
307
307
  cirq/ops/gate_operation_test.py,sha256=24RJmqG65_Z2ZeO1jnVT_VCKwfHcxP25Zfh3_JmjWpk,17517
308
308
  cirq/ops/gateset.py,sha256=GqBz0R7sMUJaW9Pe7UCdhuM4lLE8RzrRkb8F97ePWnA,21660
@@ -310,7 +310,7 @@ cirq/ops/gateset_test.py,sha256=XqEgjuUga5gGUjHRBIbA6Pe7JCgCX-UBxrnXALMvrxM,1655
310
310
  cirq/ops/global_phase_op.py,sha256=hgXUGUEDQTJwdvRrkSZbVQsrjbrfdT6OxTER1jl440Q,4889
311
311
  cirq/ops/global_phase_op_test.py,sha256=C-YMN5ja9IKKgmwC5w2sPDBpFr8p0pJrE5WFikCVZOg,9833
312
312
  cirq/ops/greedy_qubit_manager.py,sha256=8csh_mmSgIQ5qzWw5xHpZ3mR7Io7vpTeG0n6qazA6jo,4061
313
- cirq/ops/greedy_qubit_manager_test.py,sha256=aixmKja9mp0WvLQE92aFpQLVEwJilsKV-5YWDO2a4_s,3404
313
+ cirq/ops/greedy_qubit_manager_test.py,sha256=4h7FS8hJCXLd8Z-EDVZ2OVWa9RH3fk4xnN37IheyeqU,3428
314
314
  cirq/ops/identity.py,sha256=VaIVbO-4rIAxgiud9TQZDtI0EwTG1qyxD_Rg-pBsq6g,5910
315
315
  cirq/ops/identity_test.py,sha256=OIrm8v4wBVq8bbAGZ-f5TERt8Hl6aD1bL8iHCOEhzNo,7939
316
316
  cirq/ops/kraus_channel.py,sha256=mA8iCmdZIavIc7vcGqSeJ5mYm48nIOTTQu789nfMjGY,5113
@@ -324,19 +324,19 @@ cirq/ops/measure_util_test.py,sha256=Yzlced4nb4DHO-0cM_a-QZGO_3R8oqExkpIALN_pG4A
324
324
  cirq/ops/measurement_gate.py,sha256=0088IVwTUItpY_1I2iskeARSDlyqRV_Kh7QTIACOj-I,11987
325
325
  cirq/ops/measurement_gate_test.py,sha256=1DenBunnVVqx8uWxhdi4rCMQHxmQ3X7hqPdsB27FUHA,18299
326
326
  cirq/ops/mixed_unitary_channel.py,sha256=GdpKExjLIBrhqpyb21YM0AiNQgxA5TqUgkjam7SVDak,5287
327
- cirq/ops/mixed_unitary_channel_test.py,sha256=bP3fUC7dtIFOZaJd04Ovz-lChzLsXF1Jsq8tFlQNpfE,5152
327
+ cirq/ops/mixed_unitary_channel_test.py,sha256=WSlM8tAgG86UqegllNLteMy-jwBJszvDii09mo_OgmQ,5240
328
328
  cirq/ops/named_qubit.py,sha256=2vAtNvZNhsjyigRDp2PMp2LCdF2jYAGmC8Zo6_IUVuw,10032
329
329
  cirq/ops/named_qubit_test.py,sha256=mtJVRe4JzFSNckMQJSGCj1P0VBtpGh--6YxKbIEE3TQ,5221
330
330
  cirq/ops/op_tree.py,sha256=Voltj5mC0yaN_peWkOsn5RTAfKTkHu4pT_9MGGDdiXc,5308
331
331
  cirq/ops/op_tree_test.py,sha256=FzDaDjooimUEYvCvXrTCXbR2Je8QjRTZ0VXoeI7AGyo,5700
332
332
  cirq/ops/parallel_gate.py,sha256=S_Kp9S2gdAa_8RqGSDusjPG00DEikK5tbtL3WCTH6_o,6296
333
- cirq/ops/parallel_gate_test.py,sha256=lWCLnlEhs_LDNgewp7e3uN-23Q513i4G0JMva96_GiE,6299
333
+ cirq/ops/parallel_gate_test.py,sha256=AyvG_Uvu_wOiPb9__-YIIxfSUVcmGZ3OJTck9icKBRI,6427
334
334
  cirq/ops/parity_gates.py,sha256=cm3KTku0wBrawbyHCzOuQOpYVbeahaZfIrDkxNBeB4s,14355
335
- cirq/ops/parity_gates_test.py,sha256=43k4Q6YIm2wOVxaAgp02ki0zpAQ271_lcG2GbWR4TJc,11289
335
+ cirq/ops/parity_gates_test.py,sha256=__o_Fu9alYNhAxAaEhAmr7rpBk2xgreyfXJFi4CUtBo,11551
336
336
  cirq/ops/pauli_gates.py,sha256=Wfpa-_7tMGNnHcLxUdC9Zqsp2dzxW1piPgj34UAq1Is,6820
337
- cirq/ops/pauli_gates_test.py,sha256=3AX2hzr-xeXrZUeSr-yBFYhbLeHK1qEh7_Bq9vGUAgo,7753
337
+ cirq/ops/pauli_gates_test.py,sha256=nJFHCbi276AqlDde234-3-YZW-idKwjurRguoRy-B2w,7913
338
338
  cirq/ops/pauli_interaction_gate.py,sha256=hGYmC1i8UCDDJ6e3ML6M8GeW-byq_dLoNv5UvB4ECao,5558
339
- cirq/ops/pauli_interaction_gate_test.py,sha256=adnIIgCvFzO-inNaN77HER-WJ0hg6L63_HfiT60oV3M,4543
339
+ cirq/ops/pauli_interaction_gate_test.py,sha256=2BMyxn_Ys4OsyUGQWaO2Ez88LinV5zt0WH2obFBqj18,4607
340
340
  cirq/ops/pauli_measurement_gate.py,sha256=R64b1zbnwecKTkZHXzOcro21OubDu-wibRk5ppwFfLk,7217
341
341
  cirq/ops/pauli_measurement_gate_test.py,sha256=acKmYvwSQniIX2FtOCVrIPRPmyUBeV4uNUFmyShJixE,6778
342
342
  cirq/ops/pauli_string.py,sha256=OUqhn_gdf3RkYM3G1amiPaHMU89kOUBCSA3AFaWjGnI,66771
@@ -346,11 +346,11 @@ cirq/ops/pauli_string_raw_types.py,sha256=200Epv_YmR33YVEL8wT198S04GAruyG7I0xVtV
346
346
  cirq/ops/pauli_string_raw_types_test.py,sha256=SZPluslZPGffPq93F5apESBygWZ2cj7BEX6dQuawRQE,2648
347
347
  cirq/ops/pauli_string_test.py,sha256=t4nrqnunT412KzOKac5Wb9NdiZGoR8exWy31GmFXmSk,72831
348
348
  cirq/ops/pauli_sum_exponential.py,sha256=o-OsJ6SfsYNnMdSTpAaL1uauTKh9SLL3oLLoh7y4IV0,4868
349
- cirq/ops/pauli_sum_exponential_test.py,sha256=Vi2-0zDUCS4XtFn9dfmkgh9dH2ncuKYOiQLCZPoLMkg,5369
349
+ cirq/ops/pauli_sum_exponential_test.py,sha256=Gl_1PFygjluREmmByq0V_W_YNFwjWo5_e-FKwIIvN9E,5449
350
350
  cirq/ops/permutation_gate.py,sha256=uLd0qZgT4eDKO22Me9HGSDD7Hnf1Ol3ddkwJ7ZghL3U,4224
351
- cirq/ops/permutation_gate_test.py,sha256=qroZ88JYhSU6rxuQsJ2pS2XqPFJ1BGvXYVy3cnpUc9k,3281
351
+ cirq/ops/permutation_gate_test.py,sha256=roLh4_YZonQ3cVOrWhl3Tlcy6AnJBc7ekhIPRCnAxMk,3345
352
352
  cirq/ops/phased_iswap_gate.py,sha256=kXC0V_fIFq-MO6jlA5arse60kqfDb3nqDC_YYfcZ19g,8996
353
- cirq/ops/phased_iswap_gate_test.py,sha256=tB1MqH8Y0Kgr0QIxs1kq1yl2g0mKYI7Q_AaadBhFe2U,7360
353
+ cirq/ops/phased_iswap_gate_test.py,sha256=M6GP7PS0aw2Rj9jQwv9z5Z3ah1DC1Ec3W3vJ62J62gk,7480
354
354
  cirq/ops/phased_x_gate.py,sha256=OHm4Bv3gF2GcGZfCU71Kj2PXqdjpVk5Ufo9yk_oylVk,9322
355
355
  cirq/ops/phased_x_gate_test.py,sha256=g_qbhl2OesKgXkzECv-7FJPMlOBzv9-AzkVZgfflxbE,10821
356
356
  cirq/ops/phased_x_z_gate.py,sha256=72_lDbJXEbKYQ1Q6brCc2jEiNcH1B5t8hnN2v_RqjRY,11524
@@ -360,31 +360,31 @@ cirq/ops/projector_test.py,sha256=Wq7ddj-PV30yUXJxJoT3XIw2sIUC1AilnZ9m9N5Ejr8,90
360
360
  cirq/ops/qid_util.py,sha256=B2Ilqp4LCDN-Um3lx2GfWq3IelZYicMvFx7hgIQmmhc,2095
361
361
  cirq/ops/qid_util_test.py,sha256=JdViBgFfH4bZJyPKTjUf9MuPxMQe08JV_Tl6tusekfk,1061
362
362
  cirq/ops/qubit_manager.py,sha256=bMKvI-z018xf0YKfy87XhAseYKKGXNsFAyPR-AMhAC0,3562
363
- cirq/ops/qubit_manager_test.py,sha256=HGPOQEwVujNFngi6iAGOYKqqWDwFp0jcA8nbU_GFvpY,3372
363
+ cirq/ops/qubit_manager_test.py,sha256=sU4iYIELj0s6eIZtH8D3fJc-LMvGC3DMC4d7qAfu06Y,3404
364
364
  cirq/ops/qubit_order.py,sha256=2jCQE6bebhwkTphxJvPfAvGp16Dyees-erbPrBc4ibw,5616
365
365
  cirq/ops/qubit_order_or_list.py,sha256=WVnhQcOYCgAhiB4t47Kji-pN1tnvs--X5deCQwwGVno,1165
366
366
  cirq/ops/qubit_order_test.py,sha256=B9xMIxlaI7YjRUNA6AkHJuUCFejGYw-lT7ZaSl31yTU,4238
367
367
  cirq/ops/random_gate_channel.py,sha256=HqE7wWehH6cNPEcsqNIFj99lL7iNzK-YAyXXJrzQxkk,5141
368
- cirq/ops/random_gate_channel_test.py,sha256=6pJgavUZAw9WSxgcDPNwQk1Wzt4ffD-1dED2IcpKUcg,8398
368
+ cirq/ops/random_gate_channel_test.py,sha256=bqlaghuZs1JUek8t4zXcowcK_XZN7-ZY83t2998uMRA,8486
369
369
  cirq/ops/raw_types.py,sha256=MfOTIYszz0PuedZss2u9aA3cwqtfyEv30FtwtkJx2io,43937
370
370
  cirq/ops/raw_types_test.py,sha256=YyyR1UDyW4Vail8Zsvz-nCLlqRsnjCnuzQEBn2oEZyM,34751
371
371
  cirq/ops/state_preparation_channel.py,sha256=ypePZSkI2WiXR4Z0K4PbqZe5pA8YzB0lScFZEHccixA,4794
372
- cirq/ops/state_preparation_channel_test.py,sha256=tSjrd5cCkd0nEV26WzJN-IVVHtm7HjfHGImYcvhYec8,5923
372
+ cirq/ops/state_preparation_channel_test.py,sha256=9rvE73iDq62kwd5v0-VJYeoRqLVnqcUWyd0FhfFy2vw,5987
373
373
  cirq/ops/swap_gates.py,sha256=dCamFTMhCwi7DDqKsviUpCV-WqsU_tE3Jh4r8R-Oq_k,11784
374
- cirq/ops/swap_gates_test.py,sha256=_CihLf6rY4PNphCkH-S5mLJQYZW9ILjnnwUyQ9b0Blg,7452
374
+ cirq/ops/swap_gates_test.py,sha256=mWc_fB7jwnDwjeV2eV04NJtv2v2Kruo15hjsLgGQvVU,7588
375
375
  cirq/ops/tags.py,sha256=B3nEsZQTurGPJodH7aDoreNSatqawTxwsmw8fSKaIlc,2294
376
- cirq/ops/tags_test.py,sha256=4V9twOuCXd7Glvj9p3RW-tZ4-bfLtC1tmonR4soKNA0,1158
376
+ cirq/ops/tags_test.py,sha256=2axrj3h8xEdMWh-ROyDC3h4mwTUd_yLcvcXSYaP1qkk,1174
377
377
  cirq/ops/three_qubit_gates.py,sha256=TiK4M9Aed3ILT1-017eJie4T2Ir08RD3_36cbV4sRmc,28440
378
- cirq/ops/three_qubit_gates_test.py,sha256=jCwb6nHl1Y0qdvqzeLW2TRIWEPLmGE47SwacdzUcFiU,11779
378
+ cirq/ops/three_qubit_gates_test.py,sha256=u54R1A4YEcTpSYJPRgfVmnV0587Z7krcl5yd9b_5POk,11915
379
379
  cirq/ops/two_qubit_diagonal_gate.py,sha256=cDAQwtynA0i746aBbg3F3uLTxyr0C90mXKQBURjlpM0,5403
380
- cirq/ops/two_qubit_diagonal_gate_test.py,sha256=qiuREluCDKMok3ormBOdDYCFlOS9u1zFLqTsORO5JtM,4000
380
+ cirq/ops/two_qubit_diagonal_gate_test.py,sha256=5muhI3cizipnwv7-OJoSk8zBMfiDRouYGoHhWKz_cFk,4064
381
381
  cirq/ops/uniform_superposition_gate.py,sha256=WCBHosmq67T23fB3GhNp45l8KdeVgVp4lB4I1kVKh90,4757
382
- cirq/ops/uniform_superposition_gate_test.py,sha256=gbtUQzWctZzSXNrWIq45s37J5L-hTyz9H-rtUzWcL0s,3552
382
+ cirq/ops/uniform_superposition_gate_test.py,sha256=qc_OkbRDANOy3S3ohW_u3MvEE7dd82g3gAIxY6IQ0-s,3576
383
383
  cirq/ops/wait_gate.py,sha256=UICm3Yoooffh5B9LsQQiWqBtt0K2i7VfLWZACqQ_EGI,5598
384
384
  cirq/ops/wait_gate_test.py,sha256=2Uw8ZjFkYGhDosoxbJr_IW2wWdxY8kXR-CLyC69DYRg,3543
385
385
  cirq/protocols/__init__.py,sha256=JvMKV92kF8qxm8mXNM9iY8TMyn87mwSwaafnvuphcgY,6087
386
386
  cirq/protocols/act_on_protocol.py,sha256=yf8QZwBUG6E2vdkHHZho7-6n2_qtBQJZ9onw6XMAO8w,6912
387
- cirq/protocols/act_on_protocol_test.py,sha256=UdaKEtg1WY2HQOoDQShnCo0vXUCu2ZRgdzpVjPKH_lA,3174
387
+ cirq/protocols/act_on_protocol_test.py,sha256=wJOZGPjXp89fkxodiPGS_ydlyCwkBq-qSB9459dZyoM,3222
388
388
  cirq/protocols/apply_channel_protocol.py,sha256=s5gkjAcAMe_qdPJGPuZnt4r6zZhszpddnK8Ed-wEO90,15678
389
389
  cirq/protocols/apply_channel_protocol_test.py,sha256=ETAWrBTVkPuUPUgHsLZo1HUsJnZsO0hD2fQeXlXtvjE,10582
390
390
  cirq/protocols/apply_mixture_protocol.py,sha256=pYxlpOXxPjMIddyYtEw82_18ioNNvEEcmsImaQ1YiBc,16479
@@ -394,46 +394,46 @@ cirq/protocols/apply_unitary_protocol_test.py,sha256=ajjHvcBBv5n8Qh_hMPZkdsOvy1x
394
394
  cirq/protocols/approximate_equality_protocol.py,sha256=ZqnkoltD8vS1eQjV7Lw3RS49cdjZjGTF0LbdRUlBOCw,6257
395
395
  cirq/protocols/approximate_equality_protocol_test.py,sha256=HRjM3PVRGgJNM1cqq7NQ3cMlsiYwL6zEm-MN4y7t1_M,9176
396
396
  cirq/protocols/circuit_diagram_info_protocol.py,sha256=xb2Eea2pj7Ey8fSXH9IgfiZZHxYraj9L2Lpr_S4Iins,16029
397
- cirq/protocols/circuit_diagram_info_protocol_test.py,sha256=2RGVwyseCcOZ3lNMjEavQcAIb_0JEt_KCsUpQRI5j5A,10633
397
+ cirq/protocols/circuit_diagram_info_protocol_test.py,sha256=Yz0amY64WATc_f-SmzPRkbTVP3zbcvcqlMul2BYr--g,10737
398
398
  cirq/protocols/commutes_protocol.py,sha256=n7EQYs2giG3_Kh0bVhOXYQD7we7vTwj8IklBqQdolgM,7394
399
399
  cirq/protocols/commutes_protocol_test.py,sha256=h0Lky4jrs7Hxrh4MeHxmxNciuofKGGZ2eC-ceWP8wKU,5849
400
400
  cirq/protocols/control_key_protocol.py,sha256=uVn5r4IUKFBVgHbuAz5teeASOnOex4yzeufVsNqWFCc,2644
401
- cirq/protocols/control_key_protocol_test.py,sha256=190gp4QBu5QpP2doMmzx9RkAkp6VZOOWGOXp0RIFgqc,970
401
+ cirq/protocols/control_key_protocol_test.py,sha256=LTEABpSzj9s9XRMyIXZwC6jIEEz0qELQfi88ZuUsmz4,978
402
402
  cirq/protocols/decompose_protocol.py,sha256=eI09q0rJ5XQ3dicvVBqwat9NogX-BEa45xmmvoNPQUQ,18940
403
- cirq/protocols/decompose_protocol_test.py,sha256=RoCbxol2sEaCfm4SiCvF-rPceWHkmMkDytq-FqNYq1A,16079
403
+ cirq/protocols/decompose_protocol_test.py,sha256=UAayIif0i6zwT3gJnzg5UhsUERz6zead5r1B78WrYSM,16175
404
404
  cirq/protocols/equal_up_to_global_phase_protocol.py,sha256=7uF0v5c8pzmj9j7SbgG-dJ9nd4zddKMRf8tPx-Zr8Ys,4070
405
- cirq/protocols/equal_up_to_global_phase_protocol_test.py,sha256=4lTuxGY4-JfoK9vr_2OUHxr5IAnVeveq3OAZFkLi_eM,5965
405
+ cirq/protocols/equal_up_to_global_phase_protocol_test.py,sha256=S5oI0rAhN281X0Nh6VkiSm6aXDxxiDZlNOOHO-QQpJE,6013
406
406
  cirq/protocols/has_stabilizer_effect_protocol.py,sha256=JyJFMS_OdSr9kCS7INgfHrqjym9vSjOdTg6lK17KkK4,4295
407
- cirq/protocols/has_stabilizer_effect_protocol_test.py,sha256=0ia7ehyGpmscjRP448dBANZKwnlbqSODdPUYRUhDEN0,3879
407
+ cirq/protocols/has_stabilizer_effect_protocol_test.py,sha256=53XtowKG5PUOadPZRfNty07mGyAQA177MDf2q57KmcY,3919
408
408
  cirq/protocols/has_unitary_protocol.py,sha256=sOP_qz-9JKZ_yg9QDpF0uw0qGfV8dTS_UpPtEpk512I,5372
409
- cirq/protocols/has_unitary_protocol_test.py,sha256=4KmFfE3ciJtHBwnYwXcu0uTzQyfeVz-YI3EyAxM9ZP4,5761
410
- cirq/protocols/hash_from_pickle_test.py,sha256=YvDlLEQKZLhTaVhtHXGB4MntUhxN1Za9rQqf7ZfAfdw,4634
409
+ cirq/protocols/has_unitary_protocol_test.py,sha256=UXz8Loit9m9KaWzsnRP8_mRV8dvMFjOfWqZzJ654zP0,5825
410
+ cirq/protocols/hash_from_pickle_test.py,sha256=ghLwtXySQgya5flt4rSNiuK4nqRfiFlZh7d9o7nmeXc,4642
411
411
  cirq/protocols/inverse_protocol.py,sha256=0HZVO8WGOHy0CFaTtDEwq0tSVXWPFoKJ72tA1TIapQU,4119
412
- cirq/protocols/inverse_protocol_test.py,sha256=pqqIU4_G4Npc9Z-SeoM9eCB2T5JRTeI02NCXhP0UtaI,2017
412
+ cirq/protocols/inverse_protocol_test.py,sha256=4cAw5w3qVbWoeYjk8ZZwljSIyE0-yVZ3UeAalBF_u1Y,2033
413
413
  cirq/protocols/json_serialization.py,sha256=VJCEXB9fkIZh3_d6dkh_QDxwjC3iJAlELGHsCmAMvE4,24779
414
414
  cirq/protocols/json_serialization_test.py,sha256=qrh6XTy6k-FCVAd3QvSV_ENHVf9UUgHOt_pzsniI6UM,28144
415
415
  cirq/protocols/kraus_protocol.py,sha256=NVzMsIyqxytGAui-avLdq3K0C7UqjckrTDvr0ENmDtQ,9300
416
- cirq/protocols/kraus_protocol_test.py,sha256=NYVayiCaEpfvelsoR7bP57lUKn2pjFKYOiVOFHeZn9Q,5400
416
+ cirq/protocols/kraus_protocol_test.py,sha256=s1pEivTJ14-8eWy9HBtycS82eIPLKYByohHg55i0ANg,5472
417
417
  cirq/protocols/measurement_key_protocol.py,sha256=IDlCVbXe6gk5wfcoUisAoJuhlJnFXhYPcr6Of4xdaH4,13427
418
- cirq/protocols/measurement_key_protocol_test.py,sha256=W7yWKFVo6fMr7JjTECe8bMh1-NMDOpGMh3S-vmNl_3s,8654
418
+ cirq/protocols/measurement_key_protocol_test.py,sha256=T4dWXADV4zjnFmAst3y1sTOwl20D8AamFP-JT9tJf0U,8734
419
419
  cirq/protocols/mixture_protocol.py,sha256=L6FDIJmYqirVGsNwoUz5sulEDFoRUbhwz4yFL0ML2Po,6448
420
420
  cirq/protocols/mixture_protocol_test.py,sha256=5mCh6JjlumMiSwDM818Nvo72AGxttuIYuawyESIQFtY,3818
421
421
  cirq/protocols/mul_protocol.py,sha256=ZhkowiHCulggWanjoz6HpMGf0ODqDNIjM32knFKPuJ0,2770
422
422
  cirq/protocols/mul_protocol_test.py,sha256=Qv7y17r-HjLXC7e-6t_Y6ht8lD_iiXE6CRyRFb7noGE,2136
423
423
  cirq/protocols/pauli_expansion_protocol.py,sha256=vtpVoBlU1pXm4RQf3DDGervXwcW8jqNxs6ETHPSsp1I,3750
424
- cirq/protocols/pauli_expansion_protocol_test.py,sha256=z6eo1mBCVa965OAbVYKlTAqN2VztjqgMVvcYVC2C46s,2728
424
+ cirq/protocols/pauli_expansion_protocol_test.py,sha256=bYFNX3PpWed3KAxKwJlxrZ6oKsyWjkkhya6jzSKNZlE,2744
425
425
  cirq/protocols/phase_protocol.py,sha256=dXZRJb7aT8ZvtliItZOvoiaev-QvjBT4SknwZ5p-RUI,3612
426
- cirq/protocols/phase_protocol_test.py,sha256=eU4g6VDqfWZCpklVlY1t5msc5kAZsP-UlPrROLll_ms,1939
426
+ cirq/protocols/phase_protocol_test.py,sha256=AGW42HQRh4yFzBQo60WB6BNziawt1U4fVs4Ebg_Oz9s,1947
427
427
  cirq/protocols/pow_protocol.py,sha256=ovwPBT-BEu1QrNm7S9Gm3n5TRUmyklOjJgwohVX5F2c,3300
428
428
  cirq/protocols/pow_protocol_test.py,sha256=8eBcGUqRWSSYkEkvSHXL6tcv1o-ilnl6nzgNl9vfctg,1626
429
429
  cirq/protocols/qasm.py,sha256=uZ3qeCK3HI7k0Aw8WzBmunIhVPj7qCpRvCLt1W6TMcg,7436
430
- cirq/protocols/qasm_test.py,sha256=O6QdL45eEPigqzy_oLB_CjFSQhtKUBmCtQWNdk7j8Zg,2216
430
+ cirq/protocols/qasm_test.py,sha256=6UbZVACV3BNMHMaRueb2ARrC7X40OUQdOBv-21yqhaU,2240
431
431
  cirq/protocols/qid_shape_protocol.py,sha256=kIsdspR6O6B_e2K7SKrRmmJS-9XSoguzEIGrsV5jzfM,7690
432
- cirq/protocols/qid_shape_protocol_test.py,sha256=Qjo-wemjkP__1jQnVkkB91mUs8EpfXyKI9GzeZQVb1E,2303
432
+ cirq/protocols/qid_shape_protocol_test.py,sha256=pJ9TOvLhQ8rzCgHlhQicxapTWKE2jmnB50UrZH0hAxM,2311
433
433
  cirq/protocols/resolve_parameters.py,sha256=KAMkSoctbyl_S775T567_mL0Fb46upElSEzk5u_JA3E,7428
434
- cirq/protocols/resolve_parameters_test.py,sha256=LrgTQRxeL8VSBqs_YOM3JxikIBg-bZwwworjyVLIcos,4889
434
+ cirq/protocols/resolve_parameters_test.py,sha256=mhjka-Y81AmkGT5BtznlQcf3a5cuAWd1JpIyVmaj6eU,4929
435
435
  cirq/protocols/trace_distance_bound.py,sha256=vfZ1ecyjpOg-zg780uLy9vL8cBD_Vy4xY5TRP-CAPNM,4172
436
- cirq/protocols/trace_distance_bound_test.py,sha256=FHec7-ngnDjdEf9APIMqU76XCcGO7bCjHkinjA0k5us,1936
436
+ cirq/protocols/trace_distance_bound_test.py,sha256=BiliirMFAwreM6f8KDVAXyTGCIms-qe-Vxd0CCtEsfc,1944
437
437
  cirq/protocols/unitary_protocol.py,sha256=ZH7sVFIKSqWQD4GrsM3BLlswWPiErXCl8aWSO1taow8,8152
438
438
  cirq/protocols/unitary_protocol_test.py,sha256=PTvhsLPsRpfto5pkiaMSPcrxMkM9_53M81U6Ev7pwjU,10209
439
439
  cirq/protocols/json_test_data/AmplitudeDampingChannel.json,sha256=x3szAuG8j_1uAK5ghFapaB410g0twQ83aQNsvItXVdo,60
@@ -901,15 +901,15 @@ cirq/protocols/json_test_data/sympy.pi.json,sha256=9LMRtr_ef-On0sxRe0vbUeXZt8cdD
901
901
  cirq/protocols/json_test_data/sympy.pi.repr,sha256=ZQS0my0esr3dWTZ3mWlqgR63uorPCpuSkOgnvu_x_c4,12
902
902
  cirq/qis/__init__.py,sha256=7yOctnS4jY-rTfV9fKMbddVh1m8GjZDf3_hx4A7ZOcM,2892
903
903
  cirq/qis/channels.py,sha256=AxKgLUbWLrb1pz9xLtSpYm_stjN-IWOwLFYC9YZSons,12798
904
- cirq/qis/channels_test.py,sha256=x5pM-H790sck8uzon0dp4zHwLGxvZNZuJNGzjxw1rcE,14092
904
+ cirq/qis/channels_test.py,sha256=Ac6GqB3nvka93AUr6nHhcRCTmW1selsQnt4ZK8h-Ttw,14220
905
905
  cirq/qis/clifford_tableau.py,sha256=jz5CS1lmwh1Adkq5lZ6qUmABGiebcyYUTTFqGf26H_A,26248
906
906
  cirq/qis/clifford_tableau_test.py,sha256=sHmHC3APFc5tpAkSSpVsywVgvAnkg5cYcj8KQjifcBI,18440
907
907
  cirq/qis/entropy.py,sha256=KFMp9oH_4_q7emYiD5wIVRZFpgamyBXrA61_Ul7XGCU,3954
908
908
  cirq/qis/entropy_test.py,sha256=FEx-cK8LMfj7iDwX3u-60U_Kg38l00K3uJfkLTQbuKM,1673
909
909
  cirq/qis/measures.py,sha256=ymbCgIzKZ9o4nUOt6UYrbQe6lUUUgyKFe80fpcIXExg,12277
910
- cirq/qis/measures_test.py,sha256=avHuP1sbU_uOnaJDMQFoQULPO7Q9npOUGZgZmXigHJY,10268
910
+ cirq/qis/measures_test.py,sha256=m1RDwdoAWz7sK_Cov2MLz3cCQu5hCpQHIdVS0XMz-Ms,10386
911
911
  cirq/qis/noise_utils.py,sha256=wakkdQdBzOUWCf71sCxMCWwfPPAnJi5bNYsXDzGzkx0,3680
912
- cirq/qis/noise_utils_test.py,sha256=EX392K8scTM7gpSyfTk6KxH5OHA2zfzRQ-Hb2KiT1mU,3391
912
+ cirq/qis/noise_utils_test.py,sha256=DZ76fZRhai5PiXCojJAG6K8CIWkxR29HOKo-K0oixJo,3447
913
913
  cirq/qis/quantum_state_representation.py,sha256=n9YiXnTnCp0SAP3RYosNl1XXA4kLvF1mcnZ-13ef_h8,3245
914
914
  cirq/qis/states.py,sha256=Qi7ItwAl4Q_9ZDVS0KXAxEyvgUj-yAsvZg3pG0TIlKc,41910
915
915
  cirq/qis/states_test.py,sha256=I4fHt5drqG0C36bvmU-H7DfY3zOC8CfiZFzKJvSOnFs,31813
@@ -917,20 +917,20 @@ cirq/sim/__init__.py,sha256=J209uAbjmgzER-48Q-FkRUWQ1FlG6-1c7GK11owZIW4,3452
917
917
  cirq/sim/classical_simulator.py,sha256=1Cm9tOZW4U1Jaj78slxX3pgiiHTE4kdBijwOWCq2O-s,9342
918
918
  cirq/sim/classical_simulator_test.py,sha256=FzQlf2hsyOjn0KL3QGpzXFPzJ_n73G5RoeuDxSV0-6E,12703
919
919
  cirq/sim/density_matrix_simulation_state.py,sha256=5-p09Xq70pl2SthSFgtijfl2dN75rgZ1tpxlBlBQkV4,14040
920
- cirq/sim/density_matrix_simulation_state_test.py,sha256=uqSKZrXEPLYO7R3UW2d1y_Yq6CcyJ0drTSCjGbtzBuc,4369
920
+ cirq/sim/density_matrix_simulation_state_test.py,sha256=fwHv-ygn4y35mT-ZQH5hYm57xgF2iWox-8TTp1Wn1OM,4433
921
921
  cirq/sim/density_matrix_simulator.py,sha256=cN-yd0I2PzCSy0ZyoG0seMxnxU92v9KGUBwtZXNfvEQ,17542
922
922
  cirq/sim/density_matrix_simulator_test.py,sha256=6m9V7ujqy-PML8fAi-42y6OI2sdeWl4TpLSypOHpJPE,61348
923
923
  cirq/sim/density_matrix_utils.py,sha256=g4TOPDO5DM0DE5LO_h7mx9prZLfJNcvkbnVs5D9PM4g,10305
924
- cirq/sim/density_matrix_utils_test.py,sha256=ZJpeolcie9rSIvrWhxcGhzr6Ojyn8me00rfrDwn4y-M,14225
924
+ cirq/sim/density_matrix_utils_test.py,sha256=dKbzbPCVw5TOJcAuviwlJWKEllahuB_utnv62KgvUIE,14513
925
925
  cirq/sim/mux.py,sha256=dUbfoLP41PuYVeJiy5xifmuuImCUs4SskymYjJ_RjC8,12497
926
926
  cirq/sim/mux_test.py,sha256=uJUUnE9qg10rF0pGWo_bAWhp8JzsmOGW4hFRZeTKwdM,13680
927
927
  cirq/sim/simulation_product_state.py,sha256=oUJ9xjiwrjRNmldjBGts5bxn2g1tojj_rM1cS_1uvl4,7054
928
- cirq/sim/simulation_product_state_test.py,sha256=7rYWVCW2igTcY_E66GoqH-EJMd6KTm6Y3NK0ztXszvM,8899
928
+ cirq/sim/simulation_product_state_test.py,sha256=4jnR3Ppke4muti_X84m2DvMtWCQysAZNDgh118OYI1M,9075
929
929
  cirq/sim/simulation_state.py,sha256=z-4s4WWO9L2zRZHpBsDvqaBsIZyOgT4uEp3bookXVSw,12653
930
930
  cirq/sim/simulation_state_base.py,sha256=pi4M2h4H23rBGSLLzrxbjL6RvN17hP6zQYQg7Mj-Scg,4194
931
- cirq/sim/simulation_state_test.py,sha256=kmOjHF71b96-JmHEVYg1Ki5HD6TuoYKOCQphWVYtG5o,7428
931
+ cirq/sim/simulation_state_test.py,sha256=Lj714X4eDqyhXARDcomEn6BxWYNJviUMGpk7UW_ERfk,7524
932
932
  cirq/sim/simulation_utils.py,sha256=hsR4ea2eERW3ugNPSheE0bNBYEcJl6US-a6rmu7CSOA,2598
933
- cirq/sim/simulation_utils_test.py,sha256=iBJJxPs0J2HVpAIvuRwg_kiq3-VjhWSJhOM8irQVAkQ,1332
933
+ cirq/sim/simulation_utils_test.py,sha256=NASrZL6oErRg9fhSg0OrwttUBlM490jzXIiwlijcoCs,1340
934
934
  cirq/sim/simulator.py,sha256=Cc_jkQp4IQQjB1jjqtC1I3Penr3SrYrL8dfjyCGg0K4,41899
935
935
  cirq/sim/simulator_base.py,sha256=KPTuU1SgQqynZ5IPDY50hlgh--jPn5Wl_5WJiYtJhVU,18153
936
936
  cirq/sim/simulator_base_test.py,sha256=U8HqxdUwKOpzVde74Zwdmazz_SJEiDV2bQVV-maoST4,14970
@@ -939,7 +939,7 @@ cirq/sim/sparse_simulator.py,sha256=omR3BS37J6RIDXXa6xcweRJ836tXOBPdoaEDVAS2oKs,
939
939
  cirq/sim/sparse_simulator_test.py,sha256=epPvf_e3TVQTSBDq82lBZj4oCHKt_JX1oZGfOYRkkXI,53806
940
940
  cirq/sim/state_vector.py,sha256=WyipINIrn17YrE9g09HG5yhTbIDJsZZhLkz6eBluePE,13453
941
941
  cirq/sim/state_vector_simulation_state.py,sha256=X0nNcr7YxN_NbvKDgYF2wtnRqtumts_nz3cYcA8lifw,17584
942
- cirq/sim/state_vector_simulation_state_test.py,sha256=DyHEbI1ahfjV-jqE9Iak2qKWYCM1IsirrbSuSCJ5GWA,9861
942
+ cirq/sim/state_vector_simulation_state_test.py,sha256=p9o1zUe3VwkdV9n9r0QdINBb8CQyx3uGGTCvLRyjBqw,9957
943
943
  cirq/sim/state_vector_simulator.py,sha256=6y9MGiBlhH_zykkEtu1UcnpFHjpVCAFV5m60u8g7svw,8218
944
944
  cirq/sim/state_vector_simulator_test.py,sha256=wJq1OZRzKokeM9cJyaJXi6wHH2qi97h0HmJlYOEBDzU,7864
945
945
  cirq/sim/state_vector_test.py,sha256=AF5LbyRymSjuFDG19gPetp7morKLl8v5yfgf17TFCNg,16586
@@ -947,20 +947,20 @@ cirq/sim/clifford/__init__.py,sha256=NhHor0z4Zs4FiV3uF2br-z_oNF42Bx_u-voSYq37I68
947
947
  cirq/sim/clifford/clifford_simulator.py,sha256=zstXmvObhCelDKACqKNb-A-WTNTAMRgbF1om8MFMpyM,9859
948
948
  cirq/sim/clifford/clifford_simulator_test.py,sha256=E-OGm0ec6qBlGdr4cepouERc-4PkwT9399uZj_FA6M8,21381
949
949
  cirq/sim/clifford/clifford_tableau_simulation_state.py,sha256=wuiiE9RSfZL0AlLwYEVe4tCQqCRuZ7QYosJY0jGHp9M,2188
950
- cirq/sim/clifford/clifford_tableau_simulation_state_test.py,sha256=KTzEoK5HcauVBj5tc8sXLt5vBXbDhxnFyj1bLt09nHo,3184
950
+ cirq/sim/clifford/clifford_tableau_simulation_state_test.py,sha256=bVFnkXUhJJ1FcBUUI0l7PKZQzb_pjOxjybk1gIEF9rI,3208
951
951
  cirq/sim/clifford/stabilizer_ch_form_simulation_state.py,sha256=yqYecfc-7TC9Rtks38OCIeAdBIehx6qfCFMGeIkZ1vc,3058
952
- cirq/sim/clifford/stabilizer_ch_form_simulation_state_test.py,sha256=P6MEakfiHrlVYyoNDOJt9_txIdq9y87WD9lrtJIcM48,3874
952
+ cirq/sim/clifford/stabilizer_ch_form_simulation_state_test.py,sha256=9brbUT6HiF6PvkCwdWDNYvdpguY1jE3xuv20gaHCIKE,3922
953
953
  cirq/sim/clifford/stabilizer_sampler.py,sha256=DQ2kpMwo9xZnAZbHgHbYS3-s4IyRpXTt__qVqq-lepU,2566
954
- cirq/sim/clifford/stabilizer_sampler_test.py,sha256=sNqJyUY--wqHjsPfm4E1YPBll1-GirvxKFz04n5I0f4,1338
954
+ cirq/sim/clifford/stabilizer_sampler_test.py,sha256=n5ptR44iWASxIuNIzpNNJqPlv_2g0Sc656RYt2w-e-s,1354
955
955
  cirq/sim/clifford/stabilizer_simulation_state.py,sha256=MdcnqiB4V38b_rbpgtN5SNpQ0j5hVWBd-BiciWjMTds,6731
956
- cirq/sim/clifford/stabilizer_simulation_state_test.py,sha256=dsphoXTaIwRCjprGJQirSs0qeVKHlni_pt_GZJn5Vpc,4317
956
+ cirq/sim/clifford/stabilizer_simulation_state_test.py,sha256=K5ax_qz4SIM5wjnJ1DUpCGM3uFuL8HqkWvU0oumAyFs,4349
957
957
  cirq/sim/clifford/stabilizer_state_ch_form.py,sha256=1HQd2kFWo63xy_LlonRC2Z1ZhF1QmC6LSYYyAXG5XPc,14055
958
- cirq/sim/clifford/stabilizer_state_ch_form_test.py,sha256=FK0IsyrTfT6ZPZeBYmyPG2xpzUT7RG6P6UQw_61c6kU,3149
958
+ cirq/sim/clifford/stabilizer_state_ch_form_test.py,sha256=bU3GH2tH1n5oxdPkDCCoAND5FZMiJjgLGAbOfZiuxLQ,3165
959
959
  cirq/study/__init__.py,sha256=OyJhZjBiEkNbtSuSZaOwHGwwnOIGgnn-W8ec0xHhHBI,1647
960
960
  cirq/study/flatten_expressions.py,sha256=j-aqhvHbAW764M7VVKB_AI_nLeqSWFs6HNCIic_9XCg,15607
961
- cirq/study/flatten_expressions_test.py,sha256=bJZKjgz_brS71Zf-cdpI7MCY6TMhzilHp96Vhn3DoOg,6078
961
+ cirq/study/flatten_expressions_test.py,sha256=_V4Pv2yLy8vEOCCkPJvpUrsld9G7EM9V9XEf71Twlu4,6166
962
962
  cirq/study/resolver.py,sha256=EUi1Z86O_bozgJZIXWmxgILeHawuiJ0IQRQ3jhhN4ss,11801
963
- cirq/study/resolver_test.py,sha256=VjZn0408VHq9JLB5Che2d_cZhO4JchnrMgnyLL6gjtE,10531
963
+ cirq/study/resolver_test.py,sha256=_VyGr2L6SuAQgzo_md--5Gx2qKuS3coIB0fmJ2NygLA,10691
964
964
  cirq/study/result.py,sha256=U4bsSZ0D78p4DJOkcpiJk-Ow0U4pi90Z-sPXSv6x0bI,19314
965
965
  cirq/study/result_test.py,sha256=fq5BH78RswfTiYjMchJ4wEDDyaJu0QdJoGobMjKDeSI,15591
966
966
  cirq/study/sweepable.py,sha256=TXry4R8jDqhbq_FXPFdLlF9vEHA0MQrmFbJd4K6PlPc,4358
@@ -971,62 +971,62 @@ cirq/testing/__init__.py,sha256=m_HUdHcJ3HcKpGQBKCwZ6E6QSkKpIN-dUGr4e75o4tY,6217
971
971
  cirq/testing/circuit_compare.py,sha256=7Y9agOcdxDnOvigN58OH9NNvlW-HGTGLjZaj0tRVep4,19175
972
972
  cirq/testing/circuit_compare_test.py,sha256=yGf1ZqiYzvEj_mepbwHo230d3mwb_4N7K0E_Lhxms_Q,19702
973
973
  cirq/testing/consistent_act_on.py,sha256=aMdeUGXQFQpBAEiKPOQPS75HlKXR8cgA7KDJCUknhmw,7733
974
- cirq/testing/consistent_act_on_test.py,sha256=PbU7unuIIC3IagBy27Tad8ajgpGXPyCEjdyv1mEzFGA,3527
974
+ cirq/testing/consistent_act_on_test.py,sha256=dH9IdVm6in4kjkyn8Gcxozr949pR10HS-oXS_l4BMUU,3535
975
975
  cirq/testing/consistent_channels.py,sha256=hrPRjaabPko2l0xqqkJ8F3OM7pornkDNCP-St2noHXI,1737
976
- cirq/testing/consistent_channels_test.py,sha256=KTh4v1esq6Wy01QnRQJzL74FGmcnfrKRJStazZ4UcI4,3486
976
+ cirq/testing/consistent_channels_test.py,sha256=n2NN51ljU_Nvdr82zmWYWg4xC-H33Aunmb04-SfpSM0,3550
977
977
  cirq/testing/consistent_controlled_gate_op.py,sha256=P3-xUwoWbXEjR_e5EHWNEiFc0rI9CKAxd1CuCOGCWvA,2676
978
- cirq/testing/consistent_controlled_gate_op_test.py,sha256=_ay8AX2BhEu_GyRfGfi-rnB_TlmZTOQdzJn4ZGO7IM0,3315
978
+ cirq/testing/consistent_controlled_gate_op_test.py,sha256=E8YLn_gsNSyKf5R_S2-Guky0oui6Th8QQnRxa4pJgfs,3331
979
979
  cirq/testing/consistent_decomposition.py,sha256=FecPij4-79tDS76tumbzFmCXVNcdDNS7DkTFzKF_qbQ,3704
980
- cirq/testing/consistent_decomposition_test.py,sha256=QZ6dp76_X00a0z2Quu_jjwDnCfq5MQo5ochC6do9mFo,3819
980
+ cirq/testing/consistent_decomposition_test.py,sha256=77hwV2pJ_R9OgJ3_PJ81acx_HMXqWGTmOePG66eKlFo,3835
981
981
  cirq/testing/consistent_pauli_expansion.py,sha256=NVloOg1I8LGGIEoZxvtUQIUHRvMgo9CNgw5-atuXGsE,1580
982
- cirq/testing/consistent_pauli_expansion_test.py,sha256=tElSpORomKnd351GsdBUZUtUXViRfN4YVAZav34Ocu4,2422
982
+ cirq/testing/consistent_pauli_expansion_test.py,sha256=y0E1e5l4GLrGRDdS9tmKVwDSXdFHgAgvJgixXmeYn30,2430
983
983
  cirq/testing/consistent_phase_by.py,sha256=mxZiGh5NV4CFpta8mleJc0yLSWrwVUMsyD1c8v229vw,2085
984
- cirq/testing/consistent_phase_by_test.py,sha256=ik887z3ZsJs949Rbx6gvdIicNf5pc6uyyUqKgA3IfvQ,3272
984
+ cirq/testing/consistent_phase_by_test.py,sha256=Q5Qvpuieb_gBuVT4lHmAO1AEMXjhXVtSq7F_EE9N3RY,3280
985
985
  cirq/testing/consistent_protocols.py,sha256=xf9F41rUENCj6wARpmhWG_-xg0kH5P2tfxwNNAiH2b4,7754
986
986
  cirq/testing/consistent_protocols_test.py,sha256=1lizbN-A19lY0Ii9T2ulySbM4SMAp_rl2RrGC2sT5vA,10003
987
987
  cirq/testing/consistent_qasm.py,sha256=oXd20Hfkjkdl9n5i4tgxIwuE5wx1-2GF8XHXj8uCpG8,5041
988
- cirq/testing/consistent_qasm_test.py,sha256=KRIP7WbaPu8QZ-KalZvV6kQSjLmtjzhU6Tz51rnTaHw,2883
988
+ cirq/testing/consistent_qasm_test.py,sha256=WkPY0fXm2X1IRhZ0vLpGwMiOcmykb6mxwRRAlK2T3N8,2891
989
989
  cirq/testing/consistent_resolve_parameters.py,sha256=fa8_3KjsS1O0vPJ7P68FBjg56f2IqadSCYfU0ClnoKc,1974
990
990
  cirq/testing/consistent_specified_has_unitary.py,sha256=A8UWU8etwXmEs9GWLI94NiIkGUHUHxMNY-5Brqd9oj4,1132
991
- cirq/testing/consistent_specified_has_unitary_test.py,sha256=fKSSn_cZjcJCQBtKFZfU5hBNlEeJompD3mKs6Grju8o,2529
991
+ cirq/testing/consistent_specified_has_unitary_test.py,sha256=nKJ8PP6h3GHxWpvtE500e5MOs86o7YbY-nejZzC_GgQ,2561
992
992
  cirq/testing/consistent_unitary.py,sha256=hDeMI5sVJB7RsNMjiEv5sGRCKHUeigq0WvSeSro5pmc,3249
993
- cirq/testing/consistent_unitary_test.py,sha256=DwlqkwYZL5KM8J8JJXLpMBP0x56lLk4Znziyj-xd81s,3260
993
+ cirq/testing/consistent_unitary_test.py,sha256=2-TLrO64PJB8pKdPqnJfVX2LKH5W0TXhojUJxjSIX2g,3276
994
994
  cirq/testing/deprecation.py,sha256=neyww8gBZZmgwPX8xPw8Mg4HgG0OXwSixhOAHnIU2ks,2152
995
- cirq/testing/deprecation_test.py,sha256=bWq_VY-rGnfvdeJVqdkMIDzMtxQRj9rdR6gu0kCHtzo,2166
995
+ cirq/testing/deprecation_test.py,sha256=CtEW1pOd9wALHVU96DNPGrANT9XRm5fF3nFdZBa2G54,2182
996
996
  cirq/testing/devices.py,sha256=i3v7hOGgblJXxOdZhWeAd-XszsF2PX4-ooTmqUdkAoM,3259
997
- cirq/testing/devices_test.py,sha256=TDtCNDj4VemrpjJxJsUgwz71crvpJLM3h-HDoAvfZFo,2853
997
+ cirq/testing/devices_test.py,sha256=4cqjBi9BhmJpBdUq-nEsrtRYNhIdvTQKYynfA_CoFH8,2885
998
998
  cirq/testing/equals_tester.py,sha256=3rTAyPAQs-Ocy8v26SzSSjmaqz3ROk0oZw0DpNWaWs0,6587
999
999
  cirq/testing/equals_tester_test.py,sha256=9Rl9i-ccl7OAF_aXbVUiBgF08BeHJfn37I5Nk1etRag,10366
1000
1000
  cirq/testing/equivalent_basis_map.py,sha256=y9OlbBOWn-AC7l5x4iLfq5T4q8SxaWX_a-__QjL8_p0,2633
1001
- cirq/testing/equivalent_basis_map_test.py,sha256=4oRrDR5e9RilUF5QEGg5QAg-pCpIeALHGmUPLd3CtrU,1487
1001
+ cirq/testing/equivalent_basis_map_test.py,sha256=uJ4Uxa7Dmvvgh_FX65jaXXtfTU8afigPg7X7LyI88fs,1503
1002
1002
  cirq/testing/equivalent_repr_eval.py,sha256=vM8M9j-kVoxMg5BA1BCfZ3TgjFL5XthO7gXcau6BOak,3378
1003
- cirq/testing/equivalent_repr_eval_test.py,sha256=FTe_1O9sl84cSmTuxPP8m38P_3mzXrF4yU5X8Bj2wnc,2964
1003
+ cirq/testing/equivalent_repr_eval_test.py,sha256=kQt8hEfY9AauesGvDMyXmPnFiLwjLtcIwbpeK_wuDj8,2988
1004
1004
  cirq/testing/gate_features.py,sha256=39lXCy54-V-b7WT0UC4CQaNCsFLHDLagJVVMG8fCz98,1367
1005
- cirq/testing/gate_features_test.py,sha256=yqtiMXKqktYnpkceXQnmkBixHf7DO_RRbJ4ccuKd0jQ,2314
1005
+ cirq/testing/gate_features_test.py,sha256=txkqtyNkWvxJU8lT26JhEfOXyZ9sBk6Xhz-7m0rfSt4,2354
1006
1006
  cirq/testing/json.py,sha256=vFCtegpsu7LG2Bc83Nxy_dM8AuIpxA0_10PWE1vIpVE,6639
1007
- cirq/testing/json_test.py,sha256=Qblb8hCGk8FUNk-L0lwOMs91YKpsfcOj7O3Ng1YG3y4,1092
1007
+ cirq/testing/json_test.py,sha256=VuOpb1qYIO0mNiuhWkB0PS_oA4q1pbNbO1Eh5fArmTk,1116
1008
1008
  cirq/testing/lin_alg_utils.py,sha256=YyUY0ECaG_P4BlsLYGgTsqA1z08h5WIXPD6vQSGdh3E,6374
1009
- cirq/testing/lin_alg_utils_test.py,sha256=t5C9Sx51l1xscYzmTzrJj7wmYucAIrHHgyW4hF8eXUQ,4113
1009
+ cirq/testing/lin_alg_utils_test.py,sha256=nf7y5nd293vfHwoCWlg8mKm_B01b58Gaszj9J9CnRbg,4209
1010
1010
  cirq/testing/logs.py,sha256=0nTTrOQX-T5rspj7kZxtGsqPQg06ZddRAyABT03tYrI,4053
1011
- cirq/testing/logs_test.py,sha256=iBFaO_cwddBlaCYhX13GL9nqRBWeGPekT9hAuZOo1CQ,5719
1011
+ cirq/testing/logs_test.py,sha256=RWELEHiq5wBkh0HNBqB9l_RsmC8couy9AFejrmuVzZ0,5775
1012
1012
  cirq/testing/no_identifier_qubit.py,sha256=aRnTp9a7BQguSdZzcGV4_W-1URjTHTYsa-xxov2H4_o,1195
1013
- cirq/testing/no_identifier_qubit_test.py,sha256=mNjvPIqh-G_t8TsWIa3-9J2i4rqpt9CndKDBb7dnz6Y,941
1013
+ cirq/testing/no_identifier_qubit_test.py,sha256=IlIL2taSmaeqFFzKJLtCdxZHnlJnqgQsC4w2ll5f1f4,965
1014
1014
  cirq/testing/op_tree.py,sha256=fb3bOoTihGWp_NvPHekI7s9YZIaBoiufDVhh4ARCfhQ,954
1015
- cirq/testing/op_tree_test.py,sha256=MwDpi5Lw1e3Y_-9Psx9MPvbbW2x4JlOpp7hl8mBvOQA,1073
1015
+ cirq/testing/op_tree_test.py,sha256=rSV9mZ9GyL2HuCQzs5DerKeTjblHHVg88k2NOIZ1-28,1081
1016
1016
  cirq/testing/order_tester.py,sha256=_qGL-kb676FBdn0Bv2Bj0emRKQeFcGdJcDyLHsVu10I,6690
1017
- cirq/testing/order_tester_test.py,sha256=qHqIM9FoaOBtQYA2jUUjP-mSVCLRp1jhUyxlaJF-EO0,5111
1017
+ cirq/testing/order_tester_test.py,sha256=EPcKCieDY6haioTZJJpo6RL6lj_TgBgZYDz9OWWysNo,5159
1018
1018
  cirq/testing/pytest_utils.py,sha256=I3R5oGjZpoc2eWzEVU940hnDLwlDlD5cSa9-B4le-1I,1920
1019
- cirq/testing/pytest_utils_test.py,sha256=LbgQP5UrMapU8iB53DzBdtg69lGKnfCIjGM-yJzEp54,1314
1019
+ cirq/testing/pytest_utils_test.py,sha256=UrjLeajfv2Vn61U-O8AJGTOG-971mTTKQUKiToCFh9k,1330
1020
1020
  cirq/testing/random_circuit.py,sha256=YyN4kia6jPhxl64FoX8wTlDyOoLh9p9hzLNXuuhWGcA,6178
1021
- cirq/testing/random_circuit_test.py,sha256=ZElBd-x7l9J5NiaP9O35b810zo2liC6f7JU2-dupSzQ,7026
1021
+ cirq/testing/random_circuit_test.py,sha256=mRxq2y4XdCbuWWOYk6u5_NfE9zlkd7mRWk6zcIvcfpM,7066
1022
1022
  cirq/testing/repr_pretty_tester.py,sha256=dtk713qmE87Biaez3c8R83Wb7tlb4xWFfzt44iKkbto,2899
1023
- cirq/testing/repr_pretty_tester_test.py,sha256=wvwqD72hnAJe7Vg90goZ1Voz5PNGtWELOxAyEn58ivo,2226
1023
+ cirq/testing/repr_pretty_tester_test.py,sha256=l82qKI5orp9IR0AaeKbFRIl_LtnufI3ku3ID6UJ2WY0,2250
1024
1024
  cirq/testing/routing_devices.py,sha256=7D1fxGFPdabjMH4MRix-S0nwS8fxRC-dxNT6Xb6Csq8,2565
1025
- cirq/testing/routing_devices_test.py,sha256=qWyXzI8UI2_HhzDGkVZLyQz6LtHFxwho6ZHTlq1gBHA,5599
1025
+ cirq/testing/routing_devices_test.py,sha256=NR0_rUyjzHKRCvwzj56Rk5M3A0RUvC8z0vp6n_KrfZA,5647
1026
1026
  cirq/testing/sample_circuits.py,sha256=xZuhNN_AbCBmwTyP0K1lKcu0LQR38y479nLknX25rD4,1616
1027
- cirq/testing/sample_circuits_test.py,sha256=IMz72CMXJeRt7Eg1rRB68hFV1v3k7OQpYUyhqmfjNpo,876
1027
+ cirq/testing/sample_circuits_test.py,sha256=6bKNo1edKMsZ6Svz01-VdxDDRLxHLBTssPyefk_8730,884
1028
1028
  cirq/testing/sample_gates.py,sha256=XM5v31XdW_HOtvmp24QNgONf8_eQhHN_BzgcEK6Xp-g,3280
1029
- cirq/testing/sample_gates_test.py,sha256=Nk35G5th4OJebzkGd7edi-bbbM0nO4EryUJUkFzUcbw,2377
1029
+ cirq/testing/sample_gates_test.py,sha256=G2GZvz4cbItt_GSVdDhFBzLYNKk3glZOxEA7xctZmRc,2393
1030
1030
  cirq/testing/_compat_test_data/__init__.py,sha256=T9LHBgX2CLUvAloqrH0F1AAXdtgMuQvG3vZZhNbg61A,3028
1031
1031
  cirq/testing/_compat_test_data/module_a/__init__.py,sha256=hiodvWwXhGy7bG6L5CrM1vC3UIHY351RuK4As_joaMk,415
1032
1032
  cirq/testing/_compat_test_data/module_a/types.py,sha256=XFNOEP88FMOOCgF6jBumwsIBwIr-6KyK7ciaVzMN7T8,83
@@ -1050,23 +1050,23 @@ cirq/transformers/__init__.py,sha256=8k80MycPGQzZdJztV4eDpDAo6qpV7SA7GbG2vFiBAcg
1050
1050
  cirq/transformers/align.py,sha256=XmARu30-wwsWMB-3z0K8WJ7zyErrdsTtgXgMDm4co6A,3355
1051
1051
  cirq/transformers/align_test.py,sha256=AI26PxERbtJDfjKtoz17xVAKn6TSr-9pyImqfr5LJWc,7686
1052
1052
  cirq/transformers/drop_empty_moments.py,sha256=j7zAoEsPs9JQ_zYpQX2yEvfiViDiYejnaOJ9GsXNbx4,1548
1053
- cirq/transformers/drop_empty_moments_test.py,sha256=G8pZmTfi8NG2NpGz_K3LZu5NQoqa-xPMCuZjwEu07xk,1907
1053
+ cirq/transformers/drop_empty_moments_test.py,sha256=7niAiG1WnwGuNw2_xur9l29L_TsZ_4_fNb7nPxI9_ro,1923
1054
1054
  cirq/transformers/drop_negligible_operations.py,sha256=s_3t-TvtPc4uvgse83_LB4SeUi6_P4VDe5e6-eYLgOw,2110
1055
1055
  cirq/transformers/drop_negligible_operations_test.py,sha256=gqL6RoDPm6Zf4RxtprBenFyIsZQPUxmPur9oRl0Yr3U,3823
1056
1056
  cirq/transformers/dynamical_decoupling.py,sha256=vV6XFhGthTgkqtIbY3pEROarWS4AAfaaIdyjOaTLeDY,14728
1057
1057
  cirq/transformers/dynamical_decoupling_test.py,sha256=ba1X8r9dA2iaBxNsOyiN5fj12op1-Lpxe-KpsLA2MC0,44714
1058
1058
  cirq/transformers/eject_phased_paulis.py,sha256=71Wvu2UYuO2j1-tAmy8H0UnjP3KdhKMco-cK3WsB9Fg,14784
1059
- cirq/transformers/eject_phased_paulis_test.py,sha256=nALOTD4leNU8RBsjdyzTsrqOFZR6h2Z56SiWebmXM4Q,15682
1059
+ cirq/transformers/eject_phased_paulis_test.py,sha256=Vv2Ghy6Oo3OI1Rt6-EAxSiJhhCk7WJPwLaBWTWzTLeY,15754
1060
1060
  cirq/transformers/eject_z.py,sha256=VHmxE0TVKnbN_w9AanP6OY9Gf_rC8K6icS3CITnrmXM,5846
1061
1061
  cirq/transformers/eject_z_test.py,sha256=f0H_oxe-whPlrrg7vaHRmjVWoRIyh_xuvVk3WjxuzhQ,13226
1062
1062
  cirq/transformers/expand_composite.py,sha256=qJ9sqRCdDac1mrJNa1ILg8DWy3vahV147D-76i8NjXQ,2415
1063
1063
  cirq/transformers/expand_composite_test.py,sha256=4Gn6LVqr0DeuUumde80O4esOLGIoo86_S_Mk-HwnMfk,8640
1064
1064
  cirq/transformers/insertion_sort.py,sha256=M_XMSAT4J_oZEYC5CGMtDBKyz931TvEO00MH9AkLTP4,2638
1065
- cirq/transformers/insertion_sort_test.py,sha256=q81tMHSmlxTRqznkfgIGxanF-1fX8GclopAHTaF6yHs,1187
1065
+ cirq/transformers/insertion_sort_test.py,sha256=g7TfY5Lf9FP_FP7wZpqYLt7TkR5C2R-Shvfizu7iiA8,1195
1066
1066
  cirq/transformers/measurement_transformers.py,sha256=DIZjcCVGAMFaZdpzxTlPxUDeIEAMcalJ_Sk41FLkQ3E,19547
1067
1067
  cirq/transformers/measurement_transformers_test.py,sha256=VXXqJIfXJcduJXXXz0_yq7onAlAe3FDd7l3EHmp9YyM,28983
1068
1068
  cirq/transformers/merge_k_qubit_gates.py,sha256=qWsC1I_xYtFcHFO3L9LP0Y4actmN9vYYJJeLK_MPwWA,4402
1069
- cirq/transformers/merge_k_qubit_gates_test.py,sha256=40WvComHwjPlwwCBwc21F1jt0mZC4XmQwVhG_HrP3jE,13944
1069
+ cirq/transformers/merge_k_qubit_gates_test.py,sha256=BaUf5ZJ2aKHRK2ZxImYxdpieO-U7LD5QlBJSMcuH0ME,14016
1070
1070
  cirq/transformers/merge_single_qubit_gates.py,sha256=eDB5SvYKR3zQy5KEspiVYAxrG0XFh83SLfd1hWqL02I,5828
1071
1071
  cirq/transformers/merge_single_qubit_gates_test.py,sha256=O0my-DZ_KdBZn1ACf_TDgdlsYdf4b46C_6ov6vWJHBM,9947
1072
1072
  cirq/transformers/noise_adding.py,sha256=UPqLAqXxeDkj0HeYGhFE6oCKGRdT7mQOA60UbUH9zl4,4440
@@ -1074,13 +1074,13 @@ cirq/transformers/noise_adding_test.py,sha256=8bTcxE4oiqmZ3H1QJhjP_VImdBVpmdI1b9
1074
1074
  cirq/transformers/optimize_for_target_gateset.py,sha256=wDZ0qkxv3ql-z6Dhg6fiP5aVL9t46v_1X4Zwa0STdkU,7241
1075
1075
  cirq/transformers/optimize_for_target_gateset_test.py,sha256=h4tfyHzKNncbB40WCznUSIpnesr2qHdUlOG8rGOk91Q,19597
1076
1076
  cirq/transformers/qubit_management_transformers.py,sha256=T9tyjeu1FPeXuwGMQAZi1_ubHyaDzFnOz0Ji_Ol7Zzk,9464
1077
- cirq/transformers/qubit_management_transformers_test.py,sha256=GGuZ4uxtFI59t9diW67_J17XQdBu9NFZjOHeMAHmm8Y,13991
1077
+ cirq/transformers/qubit_management_transformers_test.py,sha256=oTtvFwpBybIfFgboiBdzHOEJZkd7BBrBN8KumnUjjMw,14015
1078
1078
  cirq/transformers/randomized_measurements.py,sha256=J4c9ZwYRDJ2_X_QzXWds4Qe0t9ZL4Xt2XQed27Z3QuA,5709
1079
- cirq/transformers/randomized_measurements_test.py,sha256=udQZWgM8_atTQ4i5tPhGnrLu7D9WGvRaLNeeAwUGWeg,2737
1079
+ cirq/transformers/randomized_measurements_test.py,sha256=wQ8YXZv-pifnpKUdazSUvgRd3UNC9vaom08IxSGww9Q,2781
1080
1080
  cirq/transformers/stratify.py,sha256=jfZEQuKv1YT8RdtcbGNsUNp4cs0WzZoiet-e5zwfLTc,10483
1081
1081
  cirq/transformers/stratify_test.py,sha256=17ic2VAUPEGuPG2o5j98yDxQ2j2J_PN3EsPsfh5xwUk,15220
1082
1082
  cirq/transformers/synchronize_terminal_measurements.py,sha256=uh3u53xLjQLyZvh6KY-oOk_i6j8VveMeOi_zGdi748I,3856
1083
- cirq/transformers/synchronize_terminal_measurements_test.py,sha256=VTiw5S3s_Y31qR7ME8Mzv50LdJ_6M3DOtgwvtziQzPI,7742
1083
+ cirq/transformers/synchronize_terminal_measurements_test.py,sha256=vBO2LosBIDbjSXb61zt9k-AvS1M5u-Z13hqS6WaSZn0,7822
1084
1084
  cirq/transformers/tag_transformers.py,sha256=7Y5w6sKjT5Ccevwu3EysSMLZ4mZvW9jM2wcAFDqBOnU,3510
1085
1085
  cirq/transformers/tag_transformers_test.py,sha256=qyA9Z6lVk5lRnml6x63EREMUeyCAnxVfRQeA9KN4a0o,3403
1086
1086
  cirq/transformers/transformer_api.py,sha256=zH4suvb0iLPIJ_znCIpJGag4GSiycdPOk2nbbS14C1w,16961
@@ -1095,7 +1095,7 @@ cirq/transformers/analytical_decompositions/controlled_gate_decomposition_test.p
1095
1095
  cirq/transformers/analytical_decompositions/cphase_to_fsim.py,sha256=Xw6kQlnx_Qrduwy_BzFLkd37WQsGK6Nnl-Om364R9Ec,9135
1096
1096
  cirq/transformers/analytical_decompositions/cphase_to_fsim_test.py,sha256=RbtQKHz0uEtbfaUejfXGgi6ngjPQ0yQtgM1alxKJUr0,5568
1097
1097
  cirq/transformers/analytical_decompositions/pauli_string_decomposition.py,sha256=NmnR56BRoOU1Fone3V8EIBy0PbvwXDqsZMuHTjZYXqc,4524
1098
- cirq/transformers/analytical_decompositions/pauli_string_decomposition_test.py,sha256=j-7-rCKpciBt5Qu67A0grMo3AZYtpakkL_dlZ2M3G44,2112
1098
+ cirq/transformers/analytical_decompositions/pauli_string_decomposition_test.py,sha256=MpeMFKjBhFiMw4CA-egxv8V3TrrG7s5eY8oMnzJCw3g,2136
1099
1099
  cirq/transformers/analytical_decompositions/quantum_shannon_decomposition.py,sha256=JSSee-3wz1_nDdnP3vtK5IWdHnVYasutlN3LRdlSqCM,11804
1100
1100
  cirq/transformers/analytical_decompositions/quantum_shannon_decomposition_test.py,sha256=zG_7_dtmkpVrzeiBqDsO85SbUdlEvsIxSii23GYaGjk,7685
1101
1101
  cirq/transformers/analytical_decompositions/single_qubit_decompositions.py,sha256=YIM0q_l9fnY63Pbyg1uSfW66W-CwfFQGVsv-4DfID-U,8436
@@ -1103,15 +1103,15 @@ cirq/transformers/analytical_decompositions/single_qubit_decompositions_test.py,
1103
1103
  cirq/transformers/analytical_decompositions/single_to_two_qubit_isometry.py,sha256=HqKWwF5wCLzxinI5DP8npDfOLkP9FXhYcqwKzH8f0J8,2470
1104
1104
  cirq/transformers/analytical_decompositions/single_to_two_qubit_isometry_test.py,sha256=qBoSS8OoM2HdOIM_46pSdbWFsQBu0aeQxUqiJ9znlnk,2517
1105
1105
  cirq/transformers/analytical_decompositions/three_qubit_decomposition.py,sha256=yrVbl6TKffGltCuDTxSs2vMoe5kMuv7R0yJKtOZjvm4,9742
1106
- cirq/transformers/analytical_decompositions/three_qubit_decomposition_test.py,sha256=p9H-XuoQ3jdR5NTcAcbW6Pak69qGfzvBN4N1SDw5eg8,7847
1106
+ cirq/transformers/analytical_decompositions/three_qubit_decomposition_test.py,sha256=IAqz-Wb1_zNr7VUVbFLqNiOFeRW2sWUCvVAW71jBWIE,7903
1107
1107
  cirq/transformers/analytical_decompositions/two_qubit_state_preparation.py,sha256=4eYGF_Ew-Ejg74MJBbezEviqaO0gY8on665zfp9kmUI,6173
1108
1108
  cirq/transformers/analytical_decompositions/two_qubit_state_preparation_test.py,sha256=486hVPQp620r8SPKlhyaFIK8TC5jDngX8WqHY1Hb0Hk,4458
1109
1109
  cirq/transformers/analytical_decompositions/two_qubit_to_cz.py,sha256=t2w_8TfAaH_238iYLbsDyuB27l9urNjxLYWQtv4bhNE,9331
1110
- cirq/transformers/analytical_decompositions/two_qubit_to_cz_test.py,sha256=TK7uykykqA3HY7M8lEeY73gvktaJ4HrfWo-EBZMxETQ,9941
1110
+ cirq/transformers/analytical_decompositions/two_qubit_to_cz_test.py,sha256=fBSZ4GC1d1IXvj1SVYpEp3pdC0zjtR0DSoqySx03mig,9989
1111
1111
  cirq/transformers/analytical_decompositions/two_qubit_to_fsim.py,sha256=Sh-gLk3Mtbc2BEAuYOO4W-SGIKcp8A8OdEbKtPNgpj8,9702
1112
- cirq/transformers/analytical_decompositions/two_qubit_to_fsim_test.py,sha256=U4FJj3Xn417yqyg313ONf4l10d7FR5pKUwMlb87mfco,6989
1112
+ cirq/transformers/analytical_decompositions/two_qubit_to_fsim_test.py,sha256=lUsiwD2kfp9FwTtPPW0gOur9zqoyXjEOgZ72u2cPmbY,7029
1113
1113
  cirq/transformers/analytical_decompositions/two_qubit_to_ms.py,sha256=rwY38e-c-2qdAVzaTpTCcmhGvtq-J4HBJJlm3lu-9VU,3773
1114
- cirq/transformers/analytical_decompositions/two_qubit_to_ms_test.py,sha256=85MbuIAos7o1371wXs_KH-Bk6jsPqSBKAx9GJ9c-wVo,4160
1114
+ cirq/transformers/analytical_decompositions/two_qubit_to_ms_test.py,sha256=xCVJD8_Q9VBrOWthYiedkHfFzKnyFK2fIOJpEFLLiaw,4168
1115
1115
  cirq/transformers/analytical_decompositions/two_qubit_to_sqrt_iswap.py,sha256=WP-CojkNy_c7gIlc4q595o2OtMu9pdpmERtXthU2cRU,25374
1116
1116
  cirq/transformers/analytical_decompositions/two_qubit_to_sqrt_iswap_test.py,sha256=VsbjaDbwy94sMYVnqN02gw66k2g-cRTUyto4o0NPbII,20619
1117
1117
  cirq/transformers/gauge_compiling/__init__.py,sha256=cEcoLT8TONEE_r_sL_deLUvOQv64C1j6NN-5JtK0b1E,1522
@@ -1135,32 +1135,32 @@ cirq/transformers/heuristic_decompositions/__init__.py,sha256=_LEidXfFkmJicQapJV
1135
1135
  cirq/transformers/heuristic_decompositions/gate_tabulation_math_utils.py,sha256=aHWLn5lExM_5CG5J4e0RuiF6etMpHp4QJz9BSeQeDDI,10786
1136
1136
  cirq/transformers/heuristic_decompositions/gate_tabulation_math_utils_test.py,sha256=jl--brvE9TXBlpkzKZow9WbgZPHlIgrlne18Tf0ytig,1534
1137
1137
  cirq/transformers/heuristic_decompositions/two_qubit_gate_tabulation.py,sha256=of4XOCAIf5v19muWfOvrBTifJHP3VHz_qbIqjJ2WZJs,20102
1138
- cirq/transformers/heuristic_decompositions/two_qubit_gate_tabulation_test.py,sha256=Ei4D19jDt4Fi5sGgYaF-Md6AdOh88NJOCxPYe-4IzMo,3830
1138
+ cirq/transformers/heuristic_decompositions/two_qubit_gate_tabulation_test.py,sha256=UuKWUhimnxPAZazEVC0OuHAlSfTV2qKNS7GXlzQTpNg,3886
1139
1139
  cirq/transformers/routing/__init__.py,sha256=pgovVolGz4pePMfa5siwZ7zWJcU4Jqb3NxIqpRsGSUw,1178
1140
1140
  cirq/transformers/routing/initial_mapper.py,sha256=as_5djJZVJK0MpIiovmSHcLoTu61EljYZvHs_woXuYE,3056
1141
1141
  cirq/transformers/routing/initial_mapper_test.py,sha256=dR_Ec1W_NnIlLjvK7_WnGhZKgipofnqaO0bXxK4Pz3w,1308
1142
1142
  cirq/transformers/routing/line_initial_mapper.py,sha256=yuLoHa1SSMkIv4hzTz_txu3H-38n-6N8gKCDu_0pna4,9462
1143
- cirq/transformers/routing/line_initial_mapper_test.py,sha256=l48BRKOEnv-4c31Anpg4bucWUppHg9-LMeo7lUny3Es,7476
1143
+ cirq/transformers/routing/line_initial_mapper_test.py,sha256=WZ8LZmCPwsQBG6-DdehtJK1Zg0E8T7Er7nmnpCF59gc,7516
1144
1144
  cirq/transformers/routing/mapping_manager.py,sha256=-N2-L2dAVbxyhQ_u4eq5BUcudv_9YQVW0KJOn9BYC6g,8633
1145
1145
  cirq/transformers/routing/mapping_manager_test.py,sha256=kRKqF88EoqqwMI5qbv54OMBrqzodHZS2tVwIMNNwO_Y,5921
1146
1146
  cirq/transformers/routing/route_circuit_cqc.py,sha256=rK7X5RKHhniBd4Stose8lj6x_zTAE8UqMJf2z0Mne90,22018
1147
- cirq/transformers/routing/route_circuit_cqc_test.py,sha256=3iBNnu08ocgU683ELlfIocZVgZHTehkHapho2reO-t4,10000
1147
+ cirq/transformers/routing/route_circuit_cqc_test.py,sha256=0y-_xG1yaiHoTvI9S6o3KIXs44VaXBb_AoTc3Jp8mOw,10104
1148
1148
  cirq/transformers/routing/visualize_routed_circuit.py,sha256=UKsnHh7hIITUYiTb7Xu08MimMRCKiz2avNR8gEtwV18,2933
1149
- cirq/transformers/routing/visualize_routed_circuit_test.py,sha256=1YlV-fSRcXLbcPFbxwuzdguwO0H9sGi2LH6T-bgOpXE,4141
1149
+ cirq/transformers/routing/visualize_routed_circuit_test.py,sha256=bXpaoRgaAW2O0Hz-2PBt78qd8bouUw5H8gB07HPPRzY,4157
1150
1150
  cirq/transformers/target_gatesets/__init__.py,sha256=q7v9KTCXZ8OyWUy89xBM4hp5b-M2hbXMyS3SYFJ0wGQ,1143
1151
1151
  cirq/transformers/target_gatesets/compilation_target_gateset.py,sha256=xhLl9NBfe5sEeO226KTLlffnKnFjcK9G3ttNh_FlAFU,14286
1152
- cirq/transformers/target_gatesets/compilation_target_gateset_test.py,sha256=yv0V8D9-Z1Wiz8gvS8KHtp2ykBwPN7LlQpkMI99AI1E,9548
1152
+ cirq/transformers/target_gatesets/compilation_target_gateset_test.py,sha256=2MHmY43YIDhdquoAyd3_xChypjuBz2Y8nQmgG2eBxvY,9612
1153
1153
  cirq/transformers/target_gatesets/cz_gateset.py,sha256=pBjUovj8bZD_NdfIETFFk_byXF6mfQlfvqZAqrKIG_o,5057
1154
- cirq/transformers/target_gatesets/cz_gateset_test.py,sha256=dPXItC91qmmGTsMUR1Fgrgfm54p7GZuMDe9YdR1iVtk,11279
1154
+ cirq/transformers/target_gatesets/cz_gateset_test.py,sha256=LYpCTbY0eWcJsOk6hDatW9Ir0bAeSJBKuGO4RFdMfcw,11415
1155
1155
  cirq/transformers/target_gatesets/sqrt_iswap_gateset.py,sha256=Z3fujieKnaMu4MBKzU5QYayN95mtwiBw-fRcy982XF8,6310
1156
- cirq/transformers/target_gatesets/sqrt_iswap_gateset_test.py,sha256=T1Q7TVUiVbLkqhBOaVMtZpgd_pABU157cV9zrcztaZc,14392
1156
+ cirq/transformers/target_gatesets/sqrt_iswap_gateset_test.py,sha256=tyPgGP7rXR008K91tLw1LcIUHL3ixdaLJKtJ81nxWHg,14576
1157
1157
  cirq/value/__init__.py,sha256=0OQimJUEjmT8HGPqRWYhWTEBuA9sMAD3IfwVTVbwrVc,2947
1158
1158
  cirq/value/abc_alt.py,sha256=aTWmYTHNFu6yD8i7HcUMfsautsGbPoKuasNFe6-Vq3Q,5997
1159
1159
  cirq/value/abc_alt_test.py,sha256=-N4ZZPVhkm1E5LaB2ZQEkOVObGFcbZbkdhS669cTtOg,9013
1160
1160
  cirq/value/angle.py,sha256=uPa6RrAF-fH4vS8DxWVfBug1FZmT0yEMXdd4VlWOaJw,3315
1161
- cirq/value/angle_test.py,sha256=PqeTBGJw6zfain4cG8FYMobtYQsfyxLQeBu_CF5fIjg,3548
1161
+ cirq/value/angle_test.py,sha256=WHTlnF6eR76-DYcXFHRpXvUev1ankNrrul047pxrygE,3572
1162
1162
  cirq/value/classical_data.py,sha256=X_l5qH4V75INoTejJm966rF5Em_UpEWGxPR-wvrxeq4,11558
1163
- cirq/value/classical_data_test.py,sha256=23ZraKZ-V3p-uux21bkcboQcEp81RW6VKnVIYPQc6_o,5231
1163
+ cirq/value/classical_data_test.py,sha256=nDviFbqIt98oDQ_v01LWBpei6m6lQVDLvghAAvN1xMM,5295
1164
1164
  cirq/value/condition.py,sha256=D7DZOkTmsRmYyOtCkG7beTpm-6Y676EOP-o5Y3u03Lw,11963
1165
1165
  cirq/value/condition_test.py,sha256=RTDP4N3gGiAKX_tdpo1js0d2bK3jAfUFKXsrpN1q8CU,12913
1166
1166
  cirq/value/digits.py,sha256=PLpenXpyhrtEpEETVe3rMle4IKZVGL4GrW5ugThHkeA,6024
@@ -1172,9 +1172,9 @@ cirq/value/linear_dict_test.py,sha256=H7-3yABo7J9T8HF8_orAE0DsIUrTjNIwArTkhgpQds
1172
1172
  cirq/value/measurement_key.py,sha256=ZDEmGZkJA8vS7jdNPa8yxqmTg_yQdPBhXpEfvniTE4M,5199
1173
1173
  cirq/value/measurement_key_test.py,sha256=GnEX5QdEVbmi0dR9URcgXQH23aqW7Y_PKmTb2eIdRCg,4466
1174
1174
  cirq/value/periodic_value.py,sha256=QAIEt2Ls9ZTumQg913anBjehBidrrk6ULkQNSk4Qu-s,3936
1175
- cirq/value/periodic_value_test.py,sha256=S9lk7EWKZjCNToYIsZWZqx77HuVlA7QEBP4lXazF7ss,4474
1175
+ cirq/value/periodic_value_test.py,sha256=18UMQ1Ismn7UISUNRER4Xn56oAPG_yraJRrYK1Io42Q,4536
1176
1176
  cirq/value/probability.py,sha256=UIzJyDESFqhqaJjV3uYrROnurZ40RfO__Dx-HKEIMWM,1617
1177
- cirq/value/probability_test.py,sha256=QXfihRBOfOIA_IoXlSbhoe7L-VGCBLLXYS99pL-R1yE,932
1177
+ cirq/value/probability_test.py,sha256=TyomoRJ97eO0Wcmzc0Dlm7_iqFFTgKetnTwYcbvhL40,948
1178
1178
  cirq/value/product_state.py,sha256=C72NlKOkHXhlAeh6Zz2uO1JzZD1p-E67RhU2Hws_8aw,9026
1179
1179
  cirq/value/product_state_test.py,sha256=-xEbZ7TCPvkBcveKvDO6FgbPzvqdQCuZndFZK7Gwwjs,5945
1180
1180
  cirq/value/random_state.py,sha256=aJ2czSgM7Oiy4lrL4QPWirZy3o7C5MdKn8TDKR-aBVw,2063
@@ -1183,29 +1183,29 @@ cirq/value/timestamp.py,sha256=a7PFlJgvmGln7LJzhJK7g0JJt8cQD7JnHjC6BEYMFs0,3604
1183
1183
  cirq/value/timestamp_test.py,sha256=kEzKyhA0j1DnMlp41olZ7ure949nGP90Jw5OscFonwI,4030
1184
1184
  cirq/value/type_alias.py,sha256=bmKOnIIiHbjU4x62QBxAPyvdzsyv9fGyMEBz_ivwBo8,1128
1185
1185
  cirq/value/value_equality_attr.py,sha256=ZaCd8VW36yKENuBlmxjbdUp8NZa9wlegJqnE9vTN7G0,10545
1186
- cirq/value/value_equality_attr_test.py,sha256=uLY2QntO8fuTO6j1mU20ulLGClY5z0_8fxTPR8mqt1E,6432
1186
+ cirq/value/value_equality_attr_test.py,sha256=7CO1U7ct4IeloutMygx5SBrQQu9FffhORI0K3eB2-cA,6520
1187
1187
  cirq/vis/__init__.py,sha256=YzNrNjIyUiTxKHGzYw92qzOYzx8aXkm2y_1hkfVohtU,1171
1188
1188
  cirq/vis/density_matrix.py,sha256=8jadiGKgOG86llpgCahDcBJnWw0IpCooWWREJcNGXP4,4819
1189
1189
  cirq/vis/density_matrix_test.py,sha256=PBqsp4BjIubKWmei5FFzt5345_g_Iu-MR41jDR6Qa8Q,6907
1190
1190
  cirq/vis/heatmap.py,sha256=zQi8LqyZZUFXKKAzFgyFWPoo5MK51D126ODIqRFhtjg,17765
1191
1191
  cirq/vis/heatmap_test.py,sha256=6CEVTaS6jfpdE7EhJIs7D_AXclA0pS_calDAHx0gW2Q,20550
1192
1192
  cirq/vis/histogram.py,sha256=Zo4JCkQm7zNqUmae9e4hYd0fFcEY__TXaGl5mNkG-5M,5107
1193
- cirq/vis/histogram_test.py,sha256=MZPd3ivY0Lo_XKV4n07oVlQ345uvkEdI76qs6GwwUuk,1903
1193
+ cirq/vis/histogram_test.py,sha256=hWFpg6GF_y0xBelo7NNm8kfz6XP9JAA2LzbOdV5QhB4,1919
1194
1194
  cirq/vis/state_histogram.py,sha256=LgBKi4soevqZ1Z4G0bPrF2A4SC_bBOQrnPNqHuCx8Zk,4302
1195
- cirq/vis/state_histogram_test.py,sha256=8I9IvHUpJ-QQVsLAem7-TawoCpBIm5Y06yb5HNfhM8o,3761
1195
+ cirq/vis/state_histogram_test.py,sha256=qt10mmpsV5iOZLOLaGDBoB1LJYwNfTy9fuN_9GTJIqI,3801
1196
1196
  cirq/vis/vis_utils.py,sha256=CsNHb9vMBF9UjxZ2k5XqMESbATOx0FXhWAwxFbq-9pQ,1239
1197
- cirq/vis/vis_utils_test.py,sha256=-aiL5WmhPDs_5BF2lDol1koD4JuHTiYxLK2ofyWrbCU,939
1197
+ cirq/vis/vis_utils_test.py,sha256=V_41sZlIRzuvmhk_wgDyQl6XyXzEOTSr9CmXWzxnD34,947
1198
1198
  cirq/work/__init__.py,sha256=qbw_dKRx_88FxNH_f_CfpVGMrrJKxtjDncx6m7dEWYs,1771
1199
1199
  cirq/work/collector.py,sha256=UqvhkMJm4fl4M_Xhc0xI2xc7FlVmMRDwKrQ6N6v-Icc,7870
1200
1200
  cirq/work/collector_test.py,sha256=MirBDZ584HMZ3nJRUOSSQZcAyLR6sKc124GTQqPkunc,4885
1201
1201
  cirq/work/observable_grouping.py,sha256=Nx-oeih6fCDVxux3E3b6_Q4xDBJaEhzujc9Y2xYX8uY,3492
1202
- cirq/work/observable_grouping_test.py,sha256=lVLLhQlwpAuBPUEkfCg7cTS_AhtuojLbvy288XX3Rn0,5811
1202
+ cirq/work/observable_grouping_test.py,sha256=NzTPw6PD0-jvRRsGj4Q1kmZRj68I9SXbKR_PBr7OZAM,5875
1203
1203
  cirq/work/observable_measurement.py,sha256=On5e9So3q2jMrtAhiXcbvCNZQPMrzABZxjed0LHzqjo,28303
1204
1204
  cirq/work/observable_measurement_data.py,sha256=4vgReYuKZS_nJpRdr7SJ8aGnZfa-2LZDGOLR_fQvwmA,20962
1205
1205
  cirq/work/observable_measurement_data_test.py,sha256=vI_SMbG4riMu0XD0tN9d_Kbq2u73k6kxTWU6Vx_tfOI,19696
1206
1206
  cirq/work/observable_measurement_test.py,sha256=0EvlC3rqiKSudEyq24ZYD1NQ6mxYMO9CluP3Clc-BOI,20189
1207
1207
  cirq/work/observable_readout_calibration.py,sha256=XM8pY3lAJqwQSuCqVDhx4P2XeDzk-QC2nXMVlhlDz5s,1921
1208
- cirq/work/observable_readout_calibration_test.py,sha256=MOoUNOmuoacsxwOqVW2zYrO5ftlLdQN1iJ8ljne8zBo,1841
1208
+ cirq/work/observable_readout_calibration_test.py,sha256=5XpRIP3VQ1EGtbvnOetElWHIDpKv6d086eyHtAxDeh0,1849
1209
1209
  cirq/work/observable_settings.py,sha256=x4IT5b0ynmTZxEPTGXZ29KXjzIa6kz6aB0jH8tW6lCM,6801
1210
1210
  cirq/work/observable_settings_test.py,sha256=pINRmwyJkracXiQqZddl8QSejm-NBWyXPRio9ecc76k,4281
1211
1211
  cirq/work/pauli_sum_collector.py,sha256=5Ld5nOS6qe5a9ZZzx7rOinFC78FovWpbObMcPg61lFY,4250
@@ -1213,9 +1213,9 @@ cirq/work/pauli_sum_collector_test.py,sha256=aeo06iLIYZjWjN3C4loVHRYWpV35lSSlcX2
1213
1213
  cirq/work/sampler.py,sha256=b7O3B8bc77KQb8ReLx7qeF8owP1Qwb5_I-RwC6-M_C8,19118
1214
1214
  cirq/work/sampler_test.py,sha256=TBJm3gepuOURwklJTXNdqj0thvdqKUvrZwZqdytJxNY,13313
1215
1215
  cirq/work/zeros_sampler.py,sha256=vHCfqkXmUcPkaDuKHlY-UQ71dUHVroEtm_XW51mZpHs,2390
1216
- cirq/work/zeros_sampler_test.py,sha256=TR3AXYSfg3ETpeaEtrmE-GgZsPtfZkUZ36kyH9JquJk,3313
1217
- cirq_core-1.6.0.dev20250509215532.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1218
- cirq_core-1.6.0.dev20250509215532.dist-info/METADATA,sha256=TEM6zvjU0LvM6ttR4klOon4BtZlNgPXlAF-hhViC-3Q,4908
1219
- cirq_core-1.6.0.dev20250509215532.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
1220
- cirq_core-1.6.0.dev20250509215532.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1221
- cirq_core-1.6.0.dev20250509215532.dist-info/RECORD,,
1216
+ cirq/work/zeros_sampler_test.py,sha256=lQLgQDGBLtfImryys2HzQ2jOSGxHgc7-koVBUhv8qYk,3345
1217
+ cirq_core-1.6.0.dev20250514001158.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1218
+ cirq_core-1.6.0.dev20250514001158.dist-info/METADATA,sha256=X3bX6QvoKAS9wvhCJ1_GILOFM8iSjLEO7QDE5KpZMGs,4959
1219
+ cirq_core-1.6.0.dev20250514001158.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
1220
+ cirq_core-1.6.0.dev20250514001158.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1221
+ cirq_core-1.6.0.dev20250514001158.dist-info/RECORD,,